diff --git a/apps/common/embed/resources/less/common.less b/apps/common/embed/resources/less/common.less index 1f0d4e378a..4558eb7a87 100644 --- a/apps/common/embed/resources/less/common.less +++ b/apps/common/embed/resources/less/common.less @@ -99,13 +99,13 @@ right: 0; &.top { - top: 40px; + top: 28px; bottom: 0; } &.bottom { top: 0; - bottom: 38px; + bottom: 28px; } } @@ -126,7 +126,7 @@ top: 0; left: 0; width: 100%; - height: 40px; + height: 28px; -webkit-box-shadow: inset 0 -1px 0 @toolbarBorderColor, inset 0 1px 0 @toolbarBorderShadowColor; //-moz-box-shadow: inset 0 -1px 0 @toolbarBorderColor, inset 0 1px 0 @toolbarBorderShadowColor; @@ -137,7 +137,7 @@ bottom: 0; left: 0; width: 100%; - height: 38px; + height: 28px; -webkit-box-shadow: inset 0 1px 0 @toolbarBorderColor, inset 0 2px 0 @toolbarBorderShadowColor; //-moz-box-shadow: inset 0 1px 0 @toolbarBorderColor, inset 0 2px 0 @toolbarBorderShadowColor; diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index 7355d87dd7..b4ba894b17 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -29,7 +29,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index 527732ad99..0bc36adf3a 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -27,7 +27,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html index c16fd838f4..2b07d44e61 100644 --- a/apps/presentationeditor/embed/index.html +++ b/apps/presentationeditor/embed/index.html @@ -29,7 +29,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; diff --git a/apps/presentationeditor/embed/index.html.deploy b/apps/presentationeditor/embed/index.html.deploy index 540856471e..bfc07ebbe3 100644 --- a/apps/presentationeditor/embed/index.html.deploy +++ b/apps/presentationeditor/embed/index.html.deploy @@ -27,7 +27,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; diff --git a/apps/presentationeditor/embed/resources/less/application.less b/apps/presentationeditor/embed/resources/less/application.less index cf1ce6dc04..770ac16fa7 100644 --- a/apps/presentationeditor/embed/resources/less/application.less +++ b/apps/presentationeditor/embed/resources/less/application.less @@ -18,11 +18,11 @@ z-index: 10; padding: 0; - &.top { - padding-top: 40px; + &.top { + padding-top: 28px; } &.bottom { - padding-bottom: 38px; + padding-bottom: 28px; } } diff --git a/apps/spreadsheeteditor/embed/index.html b/apps/spreadsheeteditor/embed/index.html index 2e0f4617cd..ff333c325b 100644 --- a/apps/spreadsheeteditor/embed/index.html +++ b/apps/spreadsheeteditor/embed/index.html @@ -29,7 +29,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; diff --git a/apps/spreadsheeteditor/embed/index.html.deploy b/apps/spreadsheeteditor/embed/index.html.deploy index 5bced543e7..f969e310c7 100644 --- a/apps/spreadsheeteditor/embed/index.html.deploy +++ b/apps/spreadsheeteditor/embed/index.html.deploy @@ -26,7 +26,7 @@ .loadmask > .brendpanel { width: 100%; position: absolute; - height: 40px; + height: 28px; background-color: #F7F7F7; -webkit-box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA; box-shadow: inset 0 -1px 0 #dbdbdb, inset 0 1px 0 #FAFAFA;