resize
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 88 KiB |
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
.cnt-sat {
|
||||
width: 10px;
|
||||
width: 15px;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||
|
@ -58,21 +58,22 @@
|
|||
}
|
||||
|
||||
.cnt-hb-arrow {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
margin: -4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: -6px;
|
||||
margin-left: calc(-6*@scaled-one-px-value);
|
||||
position: absolute;
|
||||
background-position: 0 -196px;
|
||||
}
|
||||
|
||||
.cnt-sat-arrow {
|
||||
width: 14px;
|
||||
height: 9px;
|
||||
margin-top: -4px;
|
||||
width: 23px;
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
margin-left: -3px;
|
||||
margin-left: calc(-2px - @scaled-one-px-value);
|
||||
position: absolute;
|
||||
background-position: -11px -196px;
|
||||
background-position: -12px -196px;
|
||||
}
|
||||
|
||||
.empty-color {
|
||||
|
|