X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fcalendar.css;h=826c83658ca0574e9e31095d25fc0c09302b5178;hb=9931b2eeff85811118d0b495dd4e460bc939b744;hp=c6b584e966110d073bfedae9cf163b85458b8dd3;hpb=07c8992ccbb2d179939af013e9c90774a093f820;p=freeside.git diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index c6b584e96..826c83658 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -1,8 +1,8 @@ -.tooltip{position:relative;z-index:1;} -.tooltip:hover{z-index:5;color:#000;} -.tooltip span.tip{display: none; text-align:left;} +.rtxcalendar .tooltip{position:relative;z-index:1;} +.rtxcalendar .tooltip:hover{z-index:5;color:#000;} +.rtxcalendar .tooltip span.tip{display: none; text-align:left;} -div.tooltip:hover span.tip{ +.rtxcalendar div.tooltip:hover span.tip{ display:block; position:absolute; top:12px; left:24px; width:350px; @@ -13,7 +13,7 @@ font-size: 0.8em; color:#505050; } -.calendardate { +.rtxcalendar .date { text-align: right; background-color: #f8f8ff; width:100%; @@ -31,6 +31,11 @@ color:#505050; width:100%; } +.calendardate { + text-align: right; + width:100%; +} + table.rtxcalendar { width:100%; border-collapse: collapse; @@ -73,3 +78,25 @@ table.rtxcalendar td.aweekago { border-bottom: none; } +table.rtxcalendar td.controls { + background: #eeeeee; + width: 1%; + border-top: 1px solid #eeeeee; + border-left: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; + border-right: 1px solid #eeeeee; + vertical-align: middle; +} + +table.rtxcalendar td.controls:hover { + background-color: #CFDEFF; +} + +table.rtxcalendar td.labels { + background: #eeeeee; + width: 1%; + border-top: 1px solid #eeeeee; + border-left: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; +} +