[Rt-commit] rt branch, 4.2/add-titlebox-styles, created. rt-4.2.3-15-gb87f18e

Jim Brandt jbrandt at bestpractical.com
Fri Mar 7 15:11:48 EST 2014


The branch, 4.2/add-titlebox-styles has been created
        at  b87f18edb57119025e5c8e35ccbddb7348461f63 (commit)

- Log -----------------------------------------------------------------
commit e516e1700beb746b6716c838873c7ddb1bc61b2e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Mar 4 17:11:10 2014 -0500

    Add a generic style for non-core titlebox tabs
    
    Rudder needs a background for the titlebox tabs to look nice
    and the standard RT ticket metadata all have colors. Add a
    generic color for use by extensions and non-core titleboxes
    as a default. Extensions can still override with a different
    class and a stylesheet.

diff --git a/share/static/css/base/ticket.css b/share/static/css/base/ticket.css
index e36890e..b27b83e 100644
--- a/share/static/css/base/ticket.css
+++ b/share/static/css/base/ticket.css
@@ -71,6 +71,7 @@
 .ticket-info-reminders .titlebox .titlebox-title .left { background-color: #369;  color: #fff;}
 .ticket-info-dates .titlebox .titlebox-title .left { background-color: #633063;  color: #fff;}
 .ticket-info-attachments .titlebox .titlebox-title .left { background-color: #993366;  color: #fff;}
+.ticket-info-generic .titlebox .titlebox-title .left { background-color: #547ccc;  color: #fff;}
 
 .ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}
 

commit b87f18edb57119025e5c8e35ccbddb7348461f63
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 7 15:09:58 2014 -0500

    Add style for articles titlebox tab
    
    Right now it is used only in RTIR, but articles could
    become a portlet in RT.

diff --git a/share/static/css/base/ticket.css b/share/static/css/base/ticket.css
index b27b83e..57bf0d7 100644
--- a/share/static/css/base/ticket.css
+++ b/share/static/css/base/ticket.css
@@ -71,6 +71,7 @@
 .ticket-info-reminders .titlebox .titlebox-title .left { background-color: #369;  color: #fff;}
 .ticket-info-dates .titlebox .titlebox-title .left { background-color: #633063;  color: #fff;}
 .ticket-info-attachments .titlebox .titlebox-title .left { background-color: #993366;  color: #fff;}
+.ticket-info-articles .titlebox .titlebox-title .left { background-color: #316531;  color: #fff;}
 .ticket-info-generic .titlebox .titlebox-title .left { background-color: #547ccc;  color: #fff;}
 
 .ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}

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


More information about the rt-commit mailing list