[Mobile] IN PROGRESS: Moved position of view-switcher

open #74
view-switcher in object browse and edit moved to precede
action buttons, with margin;
Re-located CSS for .btn, etc. from _controls.scss to _layout.scss;
Cleaned up line-spacing in object-header in .frame;
This commit is contained in:
Charles Hacskaylo
2015-08-25 10:15:14 -07:00
parent 7542c6d49a
commit e1858bf0ae
6 changed files with 71 additions and 35 deletions

View File

@@ -174,7 +174,7 @@
}
*/
.object-browse-bar .btn,
/*.object-browse-bar .btn,
.object-browse-bar .t-btn,
.object-browse-bar .view-switcher,
.top-bar .buttons-main .btn,
@@ -187,7 +187,7 @@
font-size: $h * $btnFontSizeToH;
line-height: 200%;
vertical-align: top;
}
}*/
label.checkbox.custom {
$bg: lighten($colorBodyBg, $ltGamma);