CC-4155: Style static/dynamic expansion blocks in playlist contents
This commit is contained in:
parent
a664e7f74a
commit
207fe29560
|
@ -481,3 +481,25 @@ li.spl_empty {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*---////// SMART BLOCK /////---*/
|
||||||
|
|
||||||
|
.smart-block-info {
|
||||||
|
padding: 5px 35px 10px 36px;
|
||||||
|
width: 100%;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.smart-block-info > li {
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.smart-block-info > li span {
|
||||||
|
text-align: right;
|
||||||
|
float: right;
|
||||||
|
color: #D5D5D5;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue