X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fcalendar.css;h=75541f2c592ececa49573203a587d76c88b594b7;hb=5c0e4713132f9ab262938a58154b078d408ebd06;hp=cc1f2c4d713bca099cd59f033cd775c25acd567a;hpb=19cae13fbfa17207f58c2ad44cb94f57caf64356;p=freeside.git diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index cc1f2c4d7..75541f2c5 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -25,6 +25,12 @@ color:#505050; width:100%; } +.pastoffmonthcalendardate { + text-align: right; + background-color: #e0e0e0; + width:100%; +} + .todayscalendardate { text-align: right; background-color: #fc6; /*#fad163*/ @@ -36,6 +42,11 @@ color:#505050; width:100%; } +.calendarright { + text-align: right; + float: right; +} + table.rtxcalendar { width:100%; border-collapse: collapse; @@ -60,11 +71,25 @@ table.rtxcalendar tbody th { font-weight: normal; } +table.rtxcalendar td.weekly { + width: auto; +} + table.rtxcalendar td.offmonth { background: #f8f8f8; color: #aaa; } +table.rtxcalendar td.past { + background: #e8e8e8; + color: #aaa; +} + +table.rtxcalendar td.pastoffmonth { + background: #e0e0e0; + color: #aaa; +} + table.rtxcalendar td.today { background: #ffe; /*#fed;*/ border: 1px solid #fc6; @@ -84,9 +109,19 @@ table.rtxcalendar td.controls { 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; +} +