Merge pull request #2099 from ONLYOFFICE/fix/bug-50355

Bug 50355
This commit is contained in:
maxkadushkin 2022-12-05 12:55:00 +03:00 committed by GitHub
commit 7ce3ab46e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -42,7 +42,7 @@
display: inline-block; display: inline-block;
width: 10px; width: 10px;
height: 196px; height: 196px;
margin: 0 8px; margin: 0 8px 0 10px;
} }
.cnt-sat { .cnt-sat {
@ -51,7 +51,7 @@
position: relative; position: relative;
border: @scaled-one-px-value-ie solid @border-regular-control-ie; border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control; border: @scaled-one-px-value solid @border-regular-control;
background-position: -195px 0; background-position: -196px 0;
} }
.cnt-hb-arrow { .cnt-hb-arrow {
@ -78,10 +78,10 @@
width: 20px; width: 20px;
height: 12px; height: 12px;
margin-top: -6px; margin-top: -6px;
margin-left: -4px; margin-left: -5px;
margin-left: calc(-3px - @scaled-one-px-value); margin-left: calc(-4px - @scaled-one-px-value);
position: absolute; position: absolute;
background-position: -12px -196px; background-position: -168px -200px;
} }
.empty-color { .empty-color {