summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/calendar.css
diff options
context:
space:
mode:
authorivan <ivan>2010-05-19 02:32:01 +0000
committerivan <ivan>2010-05-19 02:32:01 +0000
commitab9be1d2bfedf205eab7a9d399ef22ee14117f53 (patch)
treea486b28b107b35859ec0f3f7e371d1616b68b335 /rt/share/html/NoAuth/css/calendar.css
parent363f89201b3ad61da89f2141373864e7e28943eb (diff)
add RTx::Calendar 0.07
Diffstat (limited to 'rt/share/html/NoAuth/css/calendar.css')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
new file mode 100644
index 000000000..e313dff99
--- /dev/null
+++ b/rt/share/html/NoAuth/css/calendar.css
@@ -0,0 +1,40 @@
+.tooltip{position:relative;z-index:1;}
+.tooltip:hover{z-index:5;color:#000;}
+.tooltip span.tip{display: none; text-align:left;}
+
+div.tooltip:hover span.tip{
+display:block;
+position:absolute;
+top:12px; left:24px; width:350px;
+border:1px solid #555;
+background-color:#fff;
+padding: 4px;
+font-size: 0.8em;
+color:#505050;
+}
+
+.date {
+text-align: right;
+}
+
+table.rtxcalendar {
+ width:100%;
+ border-collapse: collapse;
+ border: 1px dotted #d0d0d0;
+ margin-bottom: 6px;
+}
+
+table.rtxcalendar td {
+ border: 1px solid #d7d7d7;
+ vertical-align: top;
+}
+
+table.rtxcalendar th {
+ border: 1px solid #d7d7d7;
+ background: #eee;
+}
+table.rtxcalendar tbody th {
+ border: 1px solid #d7d7d7;
+ background: #eee;
+ font-weight: normal;
+}