[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user