[freeside-commits] branch FREESIDE_4_BRANCH updated. cb79a173de04fd986ca2775571b796d5057060b6

Ivan ivan at 420.am
Fri Jul 10 02:02:15 PDT 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  cb79a173de04fd986ca2775571b796d5057060b6 (commit)
      from  3973987d64116cf221670f138114240947556d65 (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 cb79a173de04fd986ca2775571b796d5057060b6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jul 10 02:02:13 2015 -0700

    fix Customers box title on ticket view in RT 4.2.11, RT#13852

diff --git a/rt/share/static/css/freeside4/ticket.css b/rt/share/static/css/freeside4/ticket.css
index c1a8ddc..1b00148 100644
--- a/rt/share/static/css/freeside4/ticket.css
+++ b/rt/share/static/css/freeside4/ticket.css
@@ -7,6 +7,7 @@
 .ticket-info-merge .titlebox-title .widget a,
 .ticket-info-reminders .titlebox-title .widget a,
 .ticket-info-dates .titlebox-title .widget a,
+.ticket-info-customers .titlebox-title .widget a,
 .ticket-info-attachments .titlebox-title .widget a {
     background-position: center -7px
 }
@@ -20,6 +21,7 @@
 .ticket-info-merge .titlebox-title,
 .ticket-info-reminders .titlebox-title,
 .ticket-info-dates .titlebox-title,
+.ticket-info-customers .titlebox-title,
 .ticket-info-attachments .titlebox-title {
     margin-left: 1em
 }
@@ -33,6 +35,7 @@
 .ticket-info-merge .titlebox-title  .left,
 .ticket-info-reminders .titlebox-title  .left,
 .ticket-info-dates .titlebox-title  .left,
+.ticket-info-customers .titlebox-title  .left,
 .ticket-info-attachments .titlebox-title  .left {
     padding-left: 2.25em;
     margin-left: 0;
@@ -45,6 +48,10 @@
     border-radius: 0.3em 0.3em 0 0;
 }
 
+.ticket-info-customers .titlebox-title .left {
+  background-color: #7e007f;
+}
+
 .titlebox-title.inverse .left,
 .titlebox-title.inverse .left a {
     color: #fff;

-----------------------------------------------------------------------

Summary of changes:
 rt/share/static/css/freeside4/ticket.css |    7 +++++++
 1 file changed, 7 insertions(+)




More information about the freeside-commits mailing list