summaryrefslogtreecommitdiff
path: root/rt/share/static
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-02-05 21:05:31 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-02-05 21:05:31 -0600
commitb03d5811036d945d9ce463a57def6ca28d49f791 (patch)
tree31d448cf7383c7bd24a46ba8bebb6ed1b6c1fc33 /rt/share/static
parenta19d66be228658dbec5df25cde69bb5ae2df70cf (diff)
RT#34237 installer scheduling [moved calendar.css]
Diffstat (limited to 'rt/share/static')
-rw-r--r--rt/share/static/css/calendar.css207
1 files changed, 0 insertions, 207 deletions
diff --git a/rt/share/static/css/calendar.css b/rt/share/static/css/calendar.css
deleted file mode 100644
index 566f969ba..000000000
--- a/rt/share/static/css/calendar.css
+++ /dev/null
@@ -1,207 +0,0 @@
-.rtxcalendar .tooltip{position:relative;z-index:1;}
-.rtxcalendar .tooltip:hover{z-index:5;color:#000;}
-.rtxcalendar .tooltip span.tip{display: none; text-align:left;}
-
-.rtxcalendar 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;
-}
-
-.rtxcalendar .date {
- text-align: right;
- background-color: #f8f8ff;
- width:100%;
-}
-
-.offmonthcalendardate {
- text-align: right;
- background-color: #f8f8f8;
- width:100%;
-}
-
-.pastoffmonthcalendardate {
- text-align: right;
- background-color: #e0e0e0;
- width:100%;
-}
-
-.todayscalendardate {
- text-align: right;
- background-color: #fc6; /*#fad163*/
- width:100%;
-}
-
-.calendardate {
- text-align: right;
- width:100%;
-}
-
-.calendarright {
- text-align: right;
- float: right;
-}
-
-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.past {
- background: #e8e8e8;
- color: #aaa;
-}
-
-table.rtxcalendar td.pastoffmonth {
- background: #e0e0e0;
- 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;
-}
-
-table.rtxcalendar td.controls {
- background: #eeeeee;
- width: 1%;
- border-top: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- vertical-align: middle;
-}
-
-table.rtxcalendar td.controls:hover {
- background-color: #CFDEFF;
-}
-
-table.rtxcalendar td.labels {
- background: #eeeeee;
- width: 1%;
- border-top: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
-}
-
-
-
-.rtxweeklycalendar .tooltip{position:relative;z-index:1;}
-.rtxweeklycalendar .tooltip:hover{z-index:5;color:#000;}
-.rtxweeklycalendar .tooltip span.tip{display: none; text-align:left;}
-
-.rtxweeklycalendar 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;
-}
-
-.rtxweeklycalendar .date {
- text-align: right;
- background-color: #f8f8ff;
- width:100%;
-}
-
-table.rtxweeklycalendar {
- width:100%;
- border-collapse: collapse;
- border: 1px solid #d0d0d0;
- margin-bottom: 6px;
-}
-
-table.rtxweeklycalendar td {
- border: 1px solid #d7d7d7;
- background: #fff;
- vertical-align: top;
-}
-
-table.rtxweeklycalendar th {
- border: 1px solid #d7d7d7;
- background: #eef;
-}
-table.rtxweeklycalendar tbody th {
- border: 1px solid #d7d7d7;
- background: #eee;
- font-weight: normal;
-}
-
-table.rtxweeklycalendar td.weekly {
- width: auto;
-}
-
-table.rtxweeklycalendar td.weeklyselectable {
- width: auto;
-}
-
-table.rtxweeklycalendar td.weeklyselectable:hover {
- cursor: pointer;
-}
-
-table.rtxweeklycalendar td.controls {
- background: #eeeeee;
- width: 1%;
- border-top: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
- border-right: 1px solid #eeeeee;
- vertical-align: middle;
-}
-
-table.rtxweeklycalendar td.controls:hover {
- background-color: #CFDEFF;
-}
-
-table.rtxweeklycalendar td.labels {
- background: #eeeeee;
- width: 1%;
- border-top: 1px solid #eeeeee;
- border-left: 1px solid #eeeeee;
- border-bottom: 1px solid #eeeeee;
-}
-
-.ui-effects-transfer {
- border: 1px solid black;
-}
-