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;
}