[Rt-commit] r13229 - in rt/branches/3.8-TESTING: . share/html/Ticket/Elements

kyoki at bestpractical.com kyoki at bestpractical.com
Thu Jun 12 16:12:16 EDT 2008


Author: kyoki
Date: Thu Jun 12 16:11:53 2008
New Revision: 13229

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowSummary

Log:
 r22835 at nyx:  kyoki | 2008-06-12 16:05:22 -0400
 RT-Ticket: 8254
 RT-Status: Resolved
 RT-Update: Correspond
 columns now resize at a reasonable rate, and the left column takes up less space


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css	Thu Jun 12 16:11:53 2008
@@ -91,7 +91,7 @@
  padding-bottom: 0.25em;
  padding-left: 1em;
  margin-right: -1em;
- 
+
 }
 
 .titlebox .titlebox-title a {

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowSummary	Thu Jun 12 16:11:53 2008
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
       <table width="100%" class="ticket-summary">
       <tr>
-	<td valign="top" width="50%" class="boxcontainer">
+	<td valign="top" class="boxcontainer">
 	  <&| /Widgets/TitleBox, title => loc('The Basics'), 
 		title_href => RT->Config->Get('WebPath')."/Ticket/Modify.html?id=".$Ticket->Id, 
 		class => 'ticket-info-basics' &>
@@ -73,7 +73,7 @@
 
 % $m->callback( %ARGS, CallbackName => 'LeftColumn' );
 	</td>
-	<td valign="top" width="50%" class="boxcontainer">
+	<td valign="top" class="boxcontainer">
 % if ( RT->Config->Get('EnableReminders') ) {
 	  <&|/Widgets/TitleBox, title => loc("Reminders"),
 		title_href => RT->Config->Get('WebPath')."/Ticket/Reminders.html?id=".$Ticket->Id, 


More information about the Rt-commit mailing list