CC-3174 : showbuilder

making library table only scroll on the table part.
This commit is contained in:
Naomi Aro 2012-03-07 18:27:32 +01:00
parent e9627bca07
commit fe3c340a90
6 changed files with 59 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#library_content {
float: left;
width: 50%;
overflow: auto;
overflow: hidden;
}
#library_display {
@ -84,5 +84,4 @@ td.library_track,
td.library_sr,
td.library_bitrate {
text-align: right;
padding-right: 1em !important;
}

View file

@ -554,6 +554,14 @@ dl.inline-list dd {
border-width: 0px 1px 0 1px;
}
.dataTables_scrolling {
overflow: auto;
}
.dataTables_scrolling table{
border-width: 0px 1px 0 1px;
}
.DataTables_sort_wrapper .ui-icon {
display: block;
float: left;
@ -611,6 +619,7 @@ dl.inline-list dd {
.dataTables_paginate {
float: right;
padding: 8px 0 8px 8px;
clear: left;
}
.dataTables_paginate .ui-button {
font-size:12px;