CSS fixes for uploads page
This commit is contained in:
parent
b5f31065a7
commit
1de8a24b59
|
@ -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'] {
|
||||
|
|
|
@ -92,8 +92,9 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#library_display_length {
|
||||
padding: 6px;
|
||||
.dataTables_length {
|
||||
/*padding: 6px;*/
|
||||
padding: 5px 6px;
|
||||
}
|
||||
|
||||
#library_display_length label {
|
||||
|
|
Loading…
Reference in New Issue