CC-3174 : showbuilder
making the library a separate scrollable from playlist
This commit is contained in:
parent
b8ca0ef740
commit
a832a40c75
8 changed files with 69 additions and 13 deletions
|
@ -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;
|
||||
}
|
|
@ -1,9 +1,7 @@
|
|||
#side_playlist {
|
||||
width: 40%;
|
||||
min-height: 475px;
|
||||
padding: 8px;
|
||||
padding-bottom: 0px;
|
||||
font-size: 16px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#side_playlist,
|
||||
|
|
|
@ -9,7 +9,7 @@ body {
|
|||
padding: 0;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#login-page {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue