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..
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.
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..