[Bps-public-commit] rt-extension-repeatticket branch, master, updated. ca40fe116fea1611b9df7dda5e3a02fecb6a774f

Wallace Reis wreis at bestpractical.com
Thu Feb 13 16:28:23 EST 2014


The branch, master has been updated
       via  ca40fe116fea1611b9df7dda5e3a02fecb6a774f (commit)
      from  297f31a3aa10956d02e83ea995b65c1257aa226c (commit)

Summary of changes:
 .../Ticket/Elements/ShowSummary/LeftColumn         |  2 +-
 static/css/repeat-ticket.css                       | 34 +---------------------
 2 files changed, 2 insertions(+), 34 deletions(-)

- Log -----------------------------------------------------------------
commit ca40fe116fea1611b9df7dda5e3a02fecb6a774f
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Thu Feb 13 19:27:55 2014 -0200

    Bug #92787: It needs some CSS for RT-4.2
    
    Simpler solution using "inverse" class.

diff --git a/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn b/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
index 672f4ac..5ed4ffc 100644
--- a/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
+++ b/html/Callbacks/RepeatTicket/Ticket/Elements/ShowSummary/LeftColumn
@@ -1,4 +1,4 @@
-<&| /Widgets/TitleBox, title => loc("Recurrence"), class=>'ticket-info-repeat-recurrence',
+<&| /Widgets/TitleBox, title => loc("Recurrence"), class=>'ticket-info-repeat-recurrence', title_class => 'inverse',
    ($can_modify ? (title_href => RT->Config->Get('WebPath')."/Ticket/ModifyRecurrence.html?id=".$Ticket->Id) : ()) &>
 <& /Ticket/Elements/EditRecurrence, Ticket => $Ticket, ReadOnly => 1 &>
 </&>
diff --git a/static/css/repeat-ticket.css b/static/css/repeat-ticket.css
index 505522e..b8d1460 100644
--- a/static/css/repeat-ticket.css
+++ b/static/css/repeat-ticket.css
@@ -1,33 +1 @@
-body.aileron .ticket-info-repeat-recurrence .titlebox
-	.titlebox-title .widget a {
-	background-position: center -7px;
-}
-body.rudder .ticket-info-repeat-recurrence .titlebox
-	.titlebox-title .left {
-	background-color: #ccc;
-	color: #fff;
-}
-body.rudder .ticket-info-repeat-recurrence .titlebox-title {
-	margin-left: 1em
-}
-body.rudder .ticket-info-repeat-recurrence .titlebox-title
-	.left {
-	padding-left: 2.25em;
-	margin-left: 0;
-	padding-bottom: 4px;
-	margin-bottom: 8px;
-	-webkit-border-top-left-radius: 0.3em;
-	-webkit-border-top-right-radius: 0.3em;
-	-moz-border-radius-topleft: 0.3em;
-	-moz-border-radius-topright: 0.3em;
-	border-radius: 0.3em 0.3em 0 0;
-}
-body.web2 .ticket-info-repeat-recurrence .titlebox
-	.titlebox-title .left,
-	body.aileron .ticket-info-repeat-recurrence .titlebox
-	.titlebox-title .left, body.ballard
-	.ticket-info-repeat-recurrence .titlebox .titlebox-title
-	.left {
-	background-color: #4488CC;
-	color: #FFFFFF;
-}
+.ticket-info-repeat-recurrence .titlebox .titlebox-title .left { background-color: #B23 }

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



More information about the Bps-public-commit mailing list