[Front-end] Cleanups to imagery in frame

Fixes #1704
Imagery now lays out better when very small
in a Layout; refactored .left and .right classes;
This commit is contained in:
Charles Hacskaylo
2017-09-14 10:37:41 -07:00
parent fe60d7abbc
commit 42ddb38629
2 changed files with 8 additions and 5 deletions

View File

@@ -44,14 +44,16 @@
.l-image-main-controlbar {
font-size: 0.8em;
line-height: inherit;
.left, .right {
.l-datetime-w, .l-controls-w {
direction: rtl;
overflow: hidden;
}
.left {
.l-datetime-w {
@include ellipsize();
margin-right: $interiorMarginSm;
text-align: left;
}
.right {
.l-controls-w {
z-index: 2;
}
.l-date,
@@ -138,6 +140,7 @@
/*************************************** LOCAL CONTROLS */
.l-local-controls {
max-width: 200px;
min-width: 100px;
width: 35%;
input[type="range"] {
display: block;