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;
text-align:right !important;
background-position:0 0;
padding: 0 14px 0 10px;
padding: 0 10px 0 10px;
}
.time-info-block li, .time-info-block li.time {
text-align: right;

View file

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