summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-05 20:46:31 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-05 20:46:31 -0700
commitb7e8cfa78c29c9cc561cafa07dbcd82ff58acb50 (patch)
treebac96851036bcd897c73fcdd30f627ebadce6163 /rt/share/html/NoAuth/css
parent58c47a18e6a3cff2fe4032c08f74c922966f3f40 (diff)
weekly view for RTx::Calendar, RT#16584
Diffstat (limited to 'rt/share/html/NoAuth/css')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
index 93edccf4c..cc1f2c4d7 100644
--- a/rt/share/html/NoAuth/css/calendar.css
+++ b/rt/share/html/NoAuth/css/calendar.css
@@ -31,6 +31,11 @@ color:#505050;
width:100%;
}
+.calendardate {
+ text-align: right;
+ width:100%;
+}
+
table.rtxcalendar {
width:100%;
border-collapse: collapse;
@@ -73,3 +78,15 @@ 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;
+}
+
+table.rtxcalendar td.controls:hover {
+ background-color: #CFDEFF;
+}
+