X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fscheduler2%2Fstatic%2Fcss%2Fscheduler2.css;h=9d0cda180bcb82e25b62534d68bf94982525344d;hb=2696c755ef27a62406f190412eb8736393682bac;hp=cda74b12b1cc732c20f346dfcc978050cbf77b9e;hpb=06be272232c9f387a12ad10ee87f798720bb6938;p=unfold.git diff --git a/plugins/scheduler2/static/css/scheduler2.css b/plugins/scheduler2/static/css/scheduler2.css index cda74b12..9d0cda18 100755 --- a/plugins/scheduler2/static/css/scheduler2.css +++ b/plugins/scheduler2/static/css/scheduler2.css @@ -241,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 { @@ -269,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{ @@ -295,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;