Revert "CC-4980: Create graphic with 4 switches for Airtime Dashboard"

This reverts commit baf693d1a9.
This commit is contained in:
Martin Konecny 2013-02-27 14:35:35 -05:00
parent baf693d1a9
commit 943538ed9d
1 changed files with 6 additions and 6 deletions
airtime_mvc/public/css

View File

@ -24,7 +24,7 @@
margin-left:0;
}
.source-info-block ul {
margin:-3px 0 0 7px;
margin:0 0 0 7px;
padding:0;
}
.source-info-block li {
@ -35,14 +35,14 @@
height:15px;
padding-right:0;
overflow:visible;
padding-bottom:3px;
}
.source-info-block li:first-child {
background-position: right -50px;
padding-bottom:3px;
}
.source-info-block li:last-child {
background-position: right -150px;
padding-top:0;
padding-top:3px;
}
.source-info-block li div.source-label {
margin-right:0;
@ -51,7 +51,7 @@
height:15px;
line-height:14px;
padding:0 2px 0 3px;
background:#333;
background:#3e3e3e;
-webkit-border-radius:2px 0 0 2px;
-moz-border-radius:2px 0 0 2px;
border-radius:2px 0 0 2px;
@ -66,11 +66,11 @@
float:left;
height:15px;
padding:0;
border-left:2px solid #333;
border-left:2px solid #3e3e3e;
background:url(images/source_to_switch_lines.png) repeat-x 0 0;
}
.source-info-block li .line-to-switch.off {
border-color:#333;
border-color:#3e3e3e;
background:url(images/source_to_switch_lines.png) repeat-x 0 0;
}
.source-info-block li .line-to-switch.on {