From 44ed4e0e0d8032900c6601e1565253b61f031a0b Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 24 Aug 2015 12:39:50 -0700 Subject: [PATCH] [Mobile] IN PROGRESS: Minor tweak for line-height in top-bar open #74 --- .../browse/res/templates/browse/object-header.html | 1 - .../commonUI/general/res/css/theme-espresso.css | 13 +++++++------ .../general/res/sass/user-environ/_top-bar.scss | 4 +--- 3 files changed, 8 insertions(+), 10 deletions(-) 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; }