X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fscheduler2%2Fstatic%2Fcss%2Fscheduler2.css;h=9d0cda180bcb82e25b62534d68bf94982525344d;hb=2696c755ef27a62406f190412eb8736393682bac;hp=cd3ea300f87fef2a3de7ef1aa5451e94acf35c16;hpb=471b9d53848cf8cad36a69dbf29afee75d992f29;p=unfold.git diff --git a/plugins/scheduler2/static/css/scheduler2.css b/plugins/scheduler2/static/css/scheduler2.css index cd3ea300..9d0cda18 100755 --- a/plugins/scheduler2/static/css/scheduler2.css +++ b/plugins/scheduler2/static/css/scheduler2.css @@ -215,6 +215,18 @@ cursor: not-allowed; } +#scheduler-reservation-table tbody tr td.disabled { + background: url("../img/forbidden.png") no-repeat scroll 50% 50%; /* #DD4444;*/ + cursor: not-allowed; +} + +#scheduler-reservation-table tbody tr td.success:after { + content: "✓"; +} +#scheduler-reservation-table tbody tr td.failure:after { + content: "✗"; +} + #scheduler-reservation-table tbody tr td.maintenance { background: url("../img/tools-15.png") no-repeat scroll 50% 50% #EDA428; } @@ -229,7 +241,7 @@ } #scheduler-reservation-table tbody tr td.free:hover ,#scheduler-reservation-table tbody tr td.selected, #scheduler-reservation-table tbody tr td.selected_tmp { - background: #25BA25; + background: #26c9e2; } td.no-image { @@ -257,10 +269,11 @@ td.no-image { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c9e2', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */ padding: 3px 0 3px 30px; - width: 150px; + width: 250px; } .legend ol li.free{ + background: #FFFFFF; } .legend ol li.pendingin{ @@ -283,10 +296,23 @@ background: #E8E8E8; background: #25BA25; } +.legend ol li.disabled { + background: url("../img/forbidden.png") no-repeat scroll 2px 50% #FFFFFF; +} + /* latest stuff */ .sliderContainer { - margin: 10px 0; + margin-left: -15px; + margin-right: 15px; } .table-responsive{ overflow: hidden !important; } +input { + min-width: 150px !important; + margin-left: 5px; +} + +.slider.slider-horizontal { + width: 100%; +}