CC-4507: Tweak CSS to make more room for metadata in Master Panel

This commit is contained in:
Daniel James 2012-10-01 15:30:02 +01:00
parent ad2be45ff6
commit 5fd75d9eb7
2 changed files with 5 additions and 6 deletions

View file

@ -312,7 +312,7 @@
margin-right:0; margin-right:0;
text-align:right !important; text-align:right !important;
background-position:0 0; background-position:0 0;
padding: 0 14px 0 10px; padding: 0 10px 0 10px;
} }
.time-info-block li, .time-info-block li.time { .time-info-block li, .time-info-block li.time {
text-align: right; text-align: right;
@ -351,4 +351,4 @@
background:#D40000 background:#D40000
} }
*/ */

View file

@ -180,11 +180,11 @@ select {
color:#ff5d1a; color:#ff5d1a;
} }
.now-playing-block { .now-playing-block {
width:30%; width:35%;
padding-left:20px; padding-left:10px;
} }
.show-block { .show-block {
width:18%; width:30%;
} }
.text-row { .text-row {
height:30px; height:30px;
@ -259,7 +259,6 @@ select {
} }
.time-info-block { .time-info-block {
padding:0 14px 0 2px; padding:0 14px 0 2px;
background:url(images/masterpanel_spacer.png) no-repeat right 0;
min-width:105px; min-width:105px;
} }
.time-info-block ul { .time-info-block ul {