diff --git a/css/timeviewer.css b/css/timeviewer.css new file mode 100644 index 0000000..25cfe89 --- /dev/null +++ b/css/timeviewer.css @@ -0,0 +1,34 @@ +/* TimeBox CSS */ +#timeBox { + display: none; + position: absolute; + bottom: 33px; + width: 100%; +} +#timeSliderBox { + //position: absolute; + //right: 4px; + //bottom: 30px; + float: right; + width: 88%; +} +#timeSliderBox input#timeSlider { + display: none; +} +#timeSliderBox .ui-slider-track { + margin-left: -18px; + width: 99%; +} +/* +#timeSliderBox a.ui-slider-handle { + width: 100px; +} +*/ +#timeInputBox { + margin-left: 4px; + float: left; + width: 10%; +} +#timeInput { + text-align: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 90a2e47..06f3de2 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,8 @@ + + @@ -151,6 +153,15 @@