[freeside-commits] branch master updated. c2ab0eeae00821ad4d32c1f976b710ccdf08f503
Ivan
ivan at 420.am
Mon Jul 13 22:24:52 PDT 2015
The branch, master has been updated
via c2ab0eeae00821ad4d32c1f976b710ccdf08f503 (commit)
via 2279ca7ed94e69dd17cc8f67f8504b743127a38c (commit)
via f338aff91356c68c0d7b1907c6dba7ef9c67a28e (commit)
from d0b51206d9d8ba21b820df6be0a342179fea68aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2ab0eeae00821ad4d32c1f976b710ccdf08f503
Merge: 2279ca7 d0b5120
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 13 22:24:39 2015 -0700
Merge branch 'master' of git.freeside.biz:/home/git/freeside
commit 2279ca7ed94e69dd17cc8f67f8504b743127a38c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 13 22:24:19 2015 -0700
wtf
diff --git a/rt/share/static/css/freeside4/ticket.css b/rt/share/static/css/freeside4/ticket.css
index 1b00148..d0e1aeb 100644
--- a/rt/share/static/css/freeside4/ticket.css
+++ b/rt/share/static/css/freeside4/ticket.css
@@ -48,8 +48,9 @@
border-radius: 0.3em 0.3em 0 0;
}
+/* Color the Customers tab */
.ticket-info-customers .titlebox-title .left {
- background-color: #7e007f;
+ background-color: #7e007f; color: #fff
}
.titlebox-title.inverse .left,
commit f338aff91356c68c0d7b1907c6dba7ef9c67a28e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 13 22:21:31 2015 -0700
fix calendar CSS, RT#34237, RT#13852
diff --git a/rt/share/html/NoAuth/css/calendar.css b/rt/share/static/css/calendar.css
similarity index 59%
rename from rt/share/html/NoAuth/css/calendar.css
rename to rt/share/static/css/calendar.css
index 7092d76..a91917c 100644
--- a/rt/share/html/NoAuth/css/calendar.css
+++ b/rt/share/static/css/calendar.css
@@ -71,18 +71,6 @@ 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;
@@ -133,3 +121,83 @@ table.rtxcalendar td.labels {
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;
+}
+
-----------------------------------------------------------------------
Summary of changes:
rt/share/{html/NoAuth => static}/css/calendar.css | 92 ++++++++++++++++++---
rt/share/static/css/freeside4/ticket.css | 3 +-
2 files changed, 82 insertions(+), 13 deletions(-)
rename rt/share/{html/NoAuth => static}/css/calendar.css (59%)
More information about the freeside-commits
mailing list