src/widgets/Slider.css
changeset 965 eadb7290c325
parent 875 43629caa77bc
child 970 b1c3bf6eca78
--- a/src/widgets/Slider.css	Fri Sep 21 11:18:57 2012 +0900
+++ b/src/widgets/Slider.css	Mon Sep 24 18:32:22 2012 +0200
@@ -12,3 +12,8 @@
     background: #747474;
 }
 
+.Ldt-Slider-Time {
+    position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
+    font-size: 9px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
+    display: none; text-align: center; font-weight: bold;
+}