Fixed playlist item width
This commit is contained in:
parent
a75a12a198
commit
9776da8bf4
|
@ -21,7 +21,14 @@
|
|||
.spl_fade_out {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#spl_sortable > li {
|
||||
width: 100%;
|
||||
margin-bottom:-1px;
|
||||
position:relative;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/*#side_playlist button {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
|
@ -48,12 +55,6 @@
|
|||
margin-bottom:0;
|
||||
}
|
||||
|
||||
/*#side_playlist li {
|
||||
width: 99.5%;
|
||||
margin-bottom:-1px;
|
||||
position:relative;
|
||||
}*/
|
||||
|
||||
#side_playlist li div.list-item-container, #side_playlist li div.list-item-container.ui-state-active {
|
||||
height:56px;
|
||||
border: none;
|
||||
|
|
Loading…
Reference in New Issue