fixed various issues in scheduler and apply
[unfold.git] / plugins / scheduler2 / static / css / scheduler2.css
index 9310100..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
@@ -257,12 +264,19 @@ td.no-image {
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c9e2', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */\r
 \r
     padding: 3px 0 3px 30px;\r
-    width: 109px;\r
+    width: 150px;\r
 }\r
 \r
 .legend ol li.free{\r
 \r
 }\r
+.legend ol li.pendingin{\r
+background: #FFFF99;\r
+}\r
+.legend ol li.pendingout{\r
+background: #E8E8E8;\r
+}\r
+\r
 \r
 .legend ol li.closed{\r
     background: url("../img/closed-lock-15.png") no-repeat scroll 8px 50% #DD4444;\r
@@ -273,13 +287,22 @@ td.no-image {
 }\r
 \r
 .legend ol li.selected {\r
-    background: #FFFF99;\r
+    background: #25BA25;\r
 }\r
 \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