summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/calendar.css
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2010-12-27 00:04:45 +0000
committercvs2git <cvs2git>2010-12-27 00:04:45 +0000
commitc82d349f864e6bd9f96fd1156903bc1f7193a203 (patch)
treee117a87533656110b6acd56fc0ca64289892a9f5 /rt/share/html/NoAuth/css/calendar.css
parent74e058c8a010ef6feb539248a550d0bb169c1e94 (diff)
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'rt/share/html/NoAuth/css/calendar.css')
-rw-r--r--rt/share/html/NoAuth/css/calendar.css75
1 files changed, 0 insertions, 75 deletions
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/html/NoAuth/css/calendar.css
deleted file mode 100644
index c6b584e96..000000000
--- a/rt/share/html/NoAuth/css/calendar.css
+++ /dev/null
@@ -1,75 +0,0 @@
-.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;
-}
-
-.calendardate {
- text-align: right;
- background-color: #f8f8ff;
- width:100%;
-}
-
-.offmonthcalendardate {
- text-align: right;
- background-color: #f8f8f8;
- width:100%;
-}
-
-.todayscalendardate {
- text-align: right;
- background-color: #fc6; /*#fad163*/
- width:100%;
-}
-
-table.rtxcalendar {
- width:100%;
- border-collapse: collapse;
- 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: #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;
-}
-