CC-4155: additional styling
This commit is contained in:
parent
b3420984e2
commit
c19030e8fb
|
@ -84,15 +84,27 @@
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spl_block_expand {
|
.spl_block_expand, .spl_block_expand.close {
|
||||||
float:right;
|
float:right;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
right: 35px;
|
/*right: 35px;*/
|
||||||
width: 100px;
|
width: 120px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
color:#fff;
|
||||||
|
font-weight: normal;
|
||||||
|
text-shadow:none;
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
|
.spl_block_expand:hover, .spl_block_expand.close:hover {
|
||||||
|
color:#FF611F;
|
||||||
|
text-shadow:none;
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
|
.spl_block_expand .ui-icon {
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
.spl_artist {
|
.spl_artist {
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
|
@ -495,11 +507,21 @@ li.spl_empty {
|
||||||
float: none;
|
float: none;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.smart-block-info > li span {
|
.smart-block-info > li span.block-item-time {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
color: #D5D5D5;
|
color: #D5D5D5;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
.smart-block-info > li span.block-item-title {
|
||||||
|
font-weight: bold;
|
||||||
|
display: inline-block;
|
||||||
|
padding-right: 6px;
|
||||||
|
}
|
||||||
|
.smart-block-info > li span.block-item-author {
|
||||||
|
font-weight: normal;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue