Skip to content

Commit

Permalink
[Frontend] Renew support for Time Conductor v1
Browse files Browse the repository at this point in the history
Fixes #933
Minor fixes to TCv1 for mobile
  • Loading branch information
charlesh88 committed Jul 20, 2016
1 parent f641edb commit 2124fe0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions platform/features/conductor/res/sass/time-conductor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ $ueTimeConductorH: (33px, 18px, 20px);
margin-top: 3px;
}
}
.t-inputs-w {
.t-inputs-w,
.l-time-range-inputs-elem {
@include flex-direction(column);
.l-time-range-input-w:not(:first-child) {
&:not(:first-child) {
Expand All @@ -278,7 +279,8 @@ $ueTimeConductorH: (33px, 18px, 20px);
@include phonePortrait {
.l-time-controller {
.l-time-range-inputs-holder {
.t-inputs-w {
.t-inputs-w,
.l-time-range-inputs-elem {
@include flex(1 1 auto);
padding-top: 25px; // Make room for the ever lovin' Time Domain Selector
.flex-elem {
Expand Down

0 comments on commit 2124fe0

Please sign in to comment.