diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/big.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/big.png index c25f4176e..ac5e30ea5 100644 Binary files a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/big.png and b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/big.png differ diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css index d63b2cba8..6db71fed0 100644 --- a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css +++ b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/sprite.css @@ -150,18 +150,6 @@ height: 30px; } -.big-rightpart { - background-position: -599px -545px; - width: 173px; - height: 28px; -} - -.big-leftpart { - background-position: -469px -768px; - width: 146px; - height: 26px; -} - .big-bordersize { background-position: -722px -498px; width: 93px; @@ -174,6 +162,18 @@ height: 22px; } +.big-rightpart { + background-position: -599px -545px; + width: 176px; + height: 19px; +} + +.big-leftpart { + background-position: -599px -564px; + width: 140px; + height: 19px; +} + .icon{ background-image: url(../images/icons.png); background-repeat: no-repeat; diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/leftpart.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/leftpart.png index 0c8e851de..f14574fb4 100644 Binary files a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/leftpart.png and b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/leftpart.png differ diff --git a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/rightpart.png b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/rightpart.png index 58dc34d51..1d127822d 100644 Binary files a/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/rightpart.png and b/Web/OfficeWeb/apps/presentationeditor/main/resources/help/images/src/big/rightpart.png differ diff --git a/Web/css/help.less b/Web/css/help.less index 944bc0032..69a212427 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -12076,18 +12076,6 @@ input[id^="expanded"]:not(:checked) + label + ul.collapsible { height: 30px; } - .big-rightpart { - background-position: -599px -545px; - width: 173px; - height: 28px; - } - - .big-leftpart { - background-position: -469px -768px; - width: 146px; - height: 26px; - } - .big-bordersize { background-position: -722px -498px; width: 93px; @@ -12099,6 +12087,18 @@ input[id^="expanded"]:not(:checked) + label + ul.collapsible { width: 87px; height: 22px; } + + .big-rightpart { + background-position: -599px -545px; + width: 176px; + height: 19px; + } + + .big-leftpart { + background-position: -599px -564px; + width: 140px; + height: 19px; + } /*STOP HERE FOR BIG PE*/ .icon {