Zeromax / contao-sb-admin

Contao CMS Backend Theme
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Improvment for the display in extension manager #39

Closed agoat closed 8 years ago

agoat commented 8 years ago

I suggest some changes for a nicer layout of the extension manager.

Reduce unnecessary margin of the status box and set align-vertical to middle instead of top.

table.extension>thead>tr>th,table.extension>thead>tr>td,table.extension>tbody>tr>th,table.extension>tbody>tr>td,table.extension>tfoot>tr>th,table.extension>tfoot>tr>td,.installs>thead>tr>th,.installs>thead>tr>td,.installs>tbody>tr>th,.installs>tbody>tr>td,.installs>tfoot>tr>th,.installs>tfoot>tr>td,#sql_table>thead>tr>th,#sql_table>thead>tr>td,#sql_table>tbody>tr>th,#sql_table>tbody>tr>td,#sql_table>tfoot>tr>th,#sql_table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle; // <-- set to middle to have the content of the row in one line
    border-top: 1px solid #ddd;
}

.alert,.color_green,.color_red,.color_blue,.color_darkorange {
    padding: 15px;
    /* margin-bottom:20px;  no space at the bottom needed in the extension overview (don´t know if that is needed somewhere else*/
    border: 1px solid transparent;
    border-radius: 4px;
}

I didn´t testet this for all cases and made the changes only in the developer tools of chrome. Only wanted to make some suggestion for improvement...

BTW.: This is a great extension. I use it for all my contao installations..

Zeromax commented 8 years ago

fixed in 6b923bd