fixed various issues in scheduler and apply
[unfold.git] / plugins / scheduler2 / static / css / scheduler2.css
index cd3ea30..b16eb80 100755 (executable)
     cursor: not-allowed;\r
 }\r
 \r
+#scheduler-reservation-table tbody tr td.success {\r
+       content: "✓";\r
+}\r
+#scheduler-reservation-table tbody tr td.failure {\r
+       content: "✗";\r
+}\r
+\r
 #scheduler-reservation-table tbody tr td.maintenance {\r
     background: url("../img/tools-15.png") no-repeat scroll 50% 50% #EDA428;\r
 }\r
@@ -285,8 +292,17 @@ background: #E8E8E8;
 \r
 /* latest stuff */\r
 .sliderContainer {\r
-    margin: 10px 0;\r
+       margin-left: -15px;\r
+       margin-right: 15px;\r
 }\r
 .table-responsive{\r
     overflow: hidden !important;\r
 }\r
+input {\r
+    min-width: 150px !important;\r
+       margin-left: 5px;\r
+}\r
+\r
+.slider.slider-horizontal {\r
+       width: 100%;\r
+}\r