X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fscheduler2%2Fstatic%2Fcss%2Fscheduler2.css;h=9d0cda180bcb82e25b62534d68bf94982525344d;hb=2696c755ef27a62406f190412eb8736393682bac;hp=ffbe4f1d4f1a38e85084e8357420acff30fda7e2;hpb=376307342a51ecd274fc8c0d24a14030c73cd292;p=unfold.git diff --git a/plugins/scheduler2/static/css/scheduler2.css b/plugins/scheduler2/static/css/scheduler2.css index ffbe4f1d..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,6 +296,10 @@ background: #E8E8E8; background: #25BA25; } +.legend ol li.disabled { + background: url("../img/forbidden.png") no-repeat scroll 2px 50% #FFFFFF; +} + /* latest stuff */ .sliderContainer { margin-left: -15px;