[Mobile] IN PROGRESS: Significant redo of object-header

open #74
Added .bar .l-flex using display: flex in object header;
This commit is contained in:
Charles Hacskaylo
2015-08-24 12:22:08 -07:00
parent 039d692e4c
commit e96d3e3738
9 changed files with 171 additions and 148 deletions

View File

@@ -20,11 +20,17 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.object-browse-bar {
@include absPosDefault();
height: $ueTopBarH;
line-height: $ueTopBarH;
.items-select {
.btn-menu {
margin-right: $interiorMargin * 3;
white-space: nowrap;
.left {
padding-right: $interiorMargin;
.l-back {
display: inline-block;
float: left;
margin-right: $interiorMarginLg;
}
}
}