[Mobile] IN PROGRESS: Minor tweak for line-height in top-bar

open #74
This commit is contained in:
Charles Hacskaylo
2015-08-24 12:39:50 -07:00
parent e96d3e3738
commit 44ed4e0e0d
3 changed files with 8 additions and 10 deletions

View File

@@ -21,7 +21,6 @@
--> -->
<div class='object-header object-header-mobile'> <div class='object-header object-header-mobile'>
<span class='type-icon ui-symbol'>{{type.getGlyph()}}</span> <span class='type-icon ui-symbol'>{{type.getGlyph()}}</span>
<!--span class='type-name mobile-important-hide'>{{type.getName()}}</span--> <!--span class='type-name mobile-important-hide'>{{type.getName()}}</span-->
<span class="l-elem-wrapper"> <span class="l-elem-wrapper">
<span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span> <span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span>

View File

@@ -4573,23 +4573,24 @@ input[type="text"] {
right: 10px; right: 10px;
bottom: auto; bottom: auto;
left: 10px; left: 10px;
height: 30px; } height: 30px;
/* line 33, ../sass/user-environ/_top-bar.scss */ line-height: 24px; }
/* line 31, ../sass/user-environ/_top-bar.scss */
.top-bar .title { .top-bar .title {
color: #fff; } color: #fff; }
/* line 37, ../sass/user-environ/_top-bar.scss */ /* line 35, ../sass/user-environ/_top-bar.scss */
.top-bar .buttons-main { .top-bar .buttons-main {
font-size: 0.8em; font-size: 0.8em;
left: auto; left: auto;
text-align: right; } text-align: right; }
/* line 42, ../sass/user-environ/_top-bar.scss */ /* line 40, ../sass/user-environ/_top-bar.scss */
.top-bar .buttons-main .btn { .top-bar .buttons-main .btn {
margin-left: 5px; } 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 { .edit-mode .top-bar .buttons-main {
white-space: nowrap; } 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 { .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; bottom: auto;
left: auto; } left: auto; }

View File

@@ -25,9 +25,7 @@
border-bottom: 1px solid $colorInteriorBorder; border-bottom: 1px solid $colorInteriorBorder;
top: $bodyMargin; right: $bodyMargin; bottom: auto; left: $bodyMargin; top: $bodyMargin; right: $bodyMargin; bottom: auto; left: $bodyMargin;
height: $ueTopBarEditH; height: $ueTopBarEditH;
} line-height: $ueTopBarH;
.action {
} }
.title { .title {