X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fcalendar.css;h=1eec5d948407bf3d5c14e710f924321d5e001ef9;hp=e313dff99f9f1c967dcc74251fa2afab842ed17b;hb=e83205c66c30456c657053287a271b074e8da015;hpb=d5933aea7be7beddc995fb35cdd034231d2c515f diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index e313dff99..1eec5d948 100644 --- a/rt/share/html/NoAuth/css/calendar.css +++ b/rt/share/html/NoAuth/css/calendar.css @@ -14,27 +14,62 @@ color:#505050; } .date { -text-align: right; + text-align: right; + background-color: #f8f8ff; + width:100%; +} + +.offmonthdate { + text-align: right; + background-color: #f8f8f8; + width:100%; +} + +.todaysdate { + text-align: right; + background-color: #fc6; /*#fad163*/ + width:100%; } table.rtxcalendar { width:100%; border-collapse: collapse; - border: 1px dotted #d0d0d0; + border: 1px solid #d0d0d0; margin-bottom: 6px; } table.rtxcalendar td { border: 1px solid #d7d7d7; + background: #fff; vertical-align: top; + width: 14%; } table.rtxcalendar th { border: 1px solid #d7d7d7; - background: #eee; + background: #eef; } table.rtxcalendar tbody th { border: 1px solid #d7d7d7; background: #eee; font-weight: normal; } + +table.rtxcalendar td.offmonth { + background: #f8f8f8; + color: #aaa; +} + +table.rtxcalendar td.today { + background: #ffe; /*#fed;*/ + border: 1px solid #fc6; +} + +table.rtxcalendar td.yesterday { + border-right: none; +} + +table.rtxcalendar td.aweekago { + border-bottom: none; +} +