[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

@@ -364,7 +364,7 @@ label.checkbox.custom {
.object-header {
//@include test();
font-size: 1em;
line-height: 120%;
//line-height: 120%;
.label {
//display: flex;
//flex-direction: row;
@@ -373,26 +373,39 @@ label.checkbox.custom {
.title-label,
.type-icon,
.context-available {
@include tmpBorder(#6666ff);
//@include tmpBorder(#6666ff);
vertical-align: middle;
}
> .type-icon {
font-size: 120%;
float: left;
margin-right: $interiorMargin;
}
.l-elem-wrapper {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
}
.action {
margin-right: $interiorMargin;
}
.title-label {
@include ellipsize();
color: lighten($colorBodyFg, 40%);
padding-right: 0.75em; // For context arrow. Done with em's so pad is relative to the scale of the text.
position: relative;
padding-right: 0.35em; // For context arrow. Done with em's so pad is relative to the scale of the text.
//position: relative;
}
.context-available {
@include trans-prop-nice(opacity, 0.25s);
opacity: 0;
font-size: 0.7em;
position: absolute;
right: 0;
//position: absolute;
//right: 0;
}
&:hover {
.context-available {
@@ -401,16 +414,6 @@ label.checkbox.custom {
}
}
.top-bar,
.object-browse-bar {
.object-header {
//font-size: 1.1em;
span {
//display: inline-block;
}
}
}
/******************************************************** SLIDERS */
.slider {