CSS fixes for uploads page

This commit is contained in:
Duncan Sommerville 2015-10-29 11:15:01 -04:00
parent b5f31065a7
commit 1de8a24b59
2 changed files with 7 additions and 6 deletions

View File

@ -30,6 +30,10 @@
overflow-x: hidden;
}
#recent_uploads_table_wrapper > .dataTables_scrolling {
border: 0;
}
#recent_uploads_table_wrapper > .fg-toolbar
{
position: absolute;
@ -56,10 +60,6 @@ table#recent_uploads_table td
margin-top: 5px;
margin-right: 3px;
}
#recent_uploads_table_length
{
margin: 5px;
}
/** Vertically align radio buttons with the labels */
#recent_uploads_filter input[type='radio'] {

View File

@ -92,8 +92,9 @@
padding: 0;
}
#library_display_length {
padding: 6px;
.dataTables_length {
/*padding: 6px;*/
padding: 5px 6px;
}
#library_display_length label {