X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fcalendar.css;h=7092d7672d47a93562991d3adf830a97921e114a;hb=2ead33f915536127cd148d4e2ca474b9c45c634b;hp=826c83658ca0574e9e31095d25fc0c09302b5178;hpb=9931b2eeff85811118d0b495dd4e460bc939b744;p=freeside.git diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css index 826c83658..7092d7672 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,33 @@ table.rtxcalendar tbody th { font-weight: normal; } +table.rtxcalendar td.weekly { + width: auto; +} + +table.rtxcalendar td.weeklyselectable { + width: auto; +} + +table.rtxcalendar td.weeklyselectable:hover { + cursor: pointer; +} + 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;