Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Rudi Grinberg 2012-09-17 10:52:47 -04:00
commit 1d46110f36
1 changed files with 22 additions and 0 deletions

View File

@ -481,3 +481,25 @@ li.spl_empty {
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;
}