CC-4980: Create graphic with 4 switches for Airtime Dashboard
This commit is contained in:
parent
b06fd8b3d3
commit
baf693d1a9
airtime_mvc/public/css
|
@ -24,7 +24,7 @@
|
|||
margin-left:0;
|
||||
}
|
||||
.source-info-block ul {
|
||||
margin:0 0 0 7px;
|
||||
margin:-3px 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:3px;
|
||||
padding-top:0;
|
||||
}
|
||||
.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:#3e3e3e;
|
||||
background:#333;
|
||||
-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 #3e3e3e;
|
||||
border-left:2px solid #333;
|
||||
background:url(images/source_to_switch_lines.png) repeat-x 0 0;
|
||||
}
|
||||
.source-info-block li .line-to-switch.off {
|
||||
border-color:#3e3e3e;
|
||||
border-color:#333;
|
||||
background:url(images/source_to_switch_lines.png) repeat-x 0 0;
|
||||
}
|
||||
.source-info-block li .line-to-switch.on {
|
||||
|
|
Loading…
Reference in New Issue