diff --git a/platform/commonUI/browse/res/templates/browse/object-header.html b/platform/commonUI/browse/res/templates/browse/object-header.html index f1667f5816..a9652631d9 100644 --- a/platform/commonUI/browse/res/templates/browse/object-header.html +++ b/platform/commonUI/browse/res/templates/browse/object-header.html @@ -21,7 +21,6 @@ -->
{{type.getGlyph()}} - {{parameters.mode}} diff --git a/platform/commonUI/general/res/css/theme-espresso.css b/platform/commonUI/general/res/css/theme-espresso.css index 6d3f9a5442..9605e2ee4e 100644 --- a/platform/commonUI/general/res/css/theme-espresso.css +++ b/platform/commonUI/general/res/css/theme-espresso.css @@ -4573,23 +4573,24 @@ input[type="text"] { right: 10px; bottom: auto; left: 10px; - height: 30px; } -/* line 33, ../sass/user-environ/_top-bar.scss */ + height: 30px; + line-height: 24px; } +/* line 31, ../sass/user-environ/_top-bar.scss */ .top-bar .title { color: #fff; } -/* line 37, ../sass/user-environ/_top-bar.scss */ +/* line 35, ../sass/user-environ/_top-bar.scss */ .top-bar .buttons-main { font-size: 0.8em; left: auto; text-align: right; } - /* line 42, ../sass/user-environ/_top-bar.scss */ + /* line 40, ../sass/user-environ/_top-bar.scss */ .top-bar .buttons-main .btn { margin-left: 5px; } -/* line 50, ../sass/user-environ/_top-bar.scss */ +/* line 48, ../sass/user-environ/_top-bar.scss */ .edit-mode .top-bar .buttons-main { white-space: nowrap; } - /* line 54, ../sass/user-environ/_top-bar.scss */ + /* line 52, ../sass/user-environ/_top-bar.scss */ .edit-mode .top-bar .buttons-main.abs, .edit-mode .top-bar .btn-menu span.buttons-main.l-click-area, .btn-menu .edit-mode .top-bar span.buttons-main.l-click-area { bottom: auto; left: auto; } diff --git a/platform/commonUI/general/res/sass/user-environ/_top-bar.scss b/platform/commonUI/general/res/sass/user-environ/_top-bar.scss index 19488e9c10..638edab9ec 100644 --- a/platform/commonUI/general/res/sass/user-environ/_top-bar.scss +++ b/platform/commonUI/general/res/sass/user-environ/_top-bar.scss @@ -25,11 +25,9 @@ border-bottom: 1px solid $colorInteriorBorder; top: $bodyMargin; right: $bodyMargin; bottom: auto; left: $bodyMargin; height: $ueTopBarEditH; + line-height: $ueTopBarH; } - .action { - } - .title { color: #fff; }