Compare commits
3 commits
master
...
feature/Bu
Author | SHA1 | Message | Date | |
---|---|---|---|---|
OVSharova | 04d62d45df | move track | ||
OVSharova | d1b374d94a | fix positions in sprite | ||
OVSharova | c98e1fcf99 | bug 51946 |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 126 KiB |
|
@ -42,7 +42,7 @@
|
|||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 196px;
|
||||
margin: 0 8px;
|
||||
margin: 0 8px 0 10px;
|
||||
}
|
||||
|
||||
.cnt-sat {
|
||||
|
@ -51,7 +51,7 @@
|
|||
position: relative;
|
||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||
border: @scaled-one-px-value solid @border-regular-control;
|
||||
background-position: -195px 0;
|
||||
background-position: -196px 0;
|
||||
}
|
||||
|
||||
.cnt-hb-arrow {
|
||||
|
@ -78,10 +78,10 @@
|
|||
width: 20px;
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
margin-left: -4px;
|
||||
margin-left: calc(-3px - @scaled-one-px-value);
|
||||
margin-left: -5px;
|
||||
margin-left: calc(-4px - @scaled-one-px-value);
|
||||
position: absolute;
|
||||
background-position: -12px -196px;
|
||||
background-position: -144px -200px;
|
||||
}
|
||||
|
||||
.empty-color {
|
||||
|
|