fixed issues CC-2102, CC-2062 and CC-2083
This commit is contained in:
parent
5b3cd9ea0d
commit
9200484d97
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 990 B |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -196,6 +196,7 @@ 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 {
|
||||
margin:0;
|
||||
|
@ -1479,7 +1480,7 @@ ul.errors li {
|
|||
}
|
||||
.small-icon {
|
||||
display:block;
|
||||
width:21px;
|
||||
width:20px;
|
||||
height:10px;
|
||||
float:right;
|
||||
margin-left:3px;
|
||||
|
@ -1490,4 +1491,18 @@ ul.errors li {
|
|||
.small-icon.rebroadcast {
|
||||
background:url(images/icon_rebroadcast.png) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.medium-icon {
|
||||
display:block;
|
||||
width:25px;
|
||||
height:12px;
|
||||
float:right;
|
||||
margin-left:4px;
|
||||
}
|
||||
.medium-icon.recording {
|
||||
background:url(images/icon_record_m.png) no-repeat 0 0;
|
||||
}
|
||||
.medium-icon.rebroadcast {
|
||||
background:url(images/icon_rebroadcast_m.png) no-repeat 0 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue