CC-3174 : showbuilder

making the library a separate scrollable from playlist
This commit is contained in:
Naomi Aro 2012-03-05 18:14:10 +01:00
parent b8ca0ef740
commit a832a40c75
8 changed files with 69 additions and 13 deletions

View file

@ -1,7 +1,7 @@
#library_content {
float: left;
width: 50%;
min-height: 475px;
overflow: auto;
}
#library_display {
@ -10,7 +10,7 @@
}
#library_display th {
text-align: left;
text-align: left;
}
#library_content #library_display {
@ -80,7 +80,9 @@
text-align: center;
}
.library_sr,
.library_bitrate {
text-align: right;
}
td.library_track,
td.library_sr,
td.library_bitrate {
text-align: right;
padding-right: 1em !important;
}

View file

@ -1,9 +1,7 @@
#side_playlist {
width: 40%;
min-height: 475px;
padding: 8px;
padding-bottom: 0px;
font-size: 16px;
overflow: auto;
}
#side_playlist,

View file

@ -9,7 +9,7 @@ body {
padding: 0;
}
html, body {
height: 100%;
height: 100%;
}
#login-page {