[Frontend] Polishing of styles for time-controller

open #179
open #180
Font-size normalized for time-controller and domain selector;
Layout of object-holder and time-controller fixed;
This commit is contained in:
Charles Hacskaylo
2015-10-14 10:25:05 -07:00
parent c703714cb3
commit 9cc0c0b06f
7 changed files with 460 additions and 440 deletions

View File

@@ -26,9 +26,8 @@ define(
function () {
"use strict";
var CONDUCTOR_HEIGHT = "100px",
TEMPLATE = [
"<mct-include key=\"'time-conductor'\" ng-model='ngModel'>",
var TEMPLATE = [
"<mct-include key=\"'time-conductor'\" ng-model='ngModel' class='l-time-controller'>",
"</mct-include>"
].join(''),
THROTTLE_MS = 200,