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

jesse at bestpractical.com jesse at bestpractical.com
Mon Jun 2 09:38:35 EDT 2008


Author: jesse
Date: Mon Jun  2 09:38:34 2008
New Revision: 12784

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Elements/Login
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/login.css
   rt/branches/3.8-TESTING/share/html/Ticket/Create.html

Log:
 r32088 at 106:  jesse | 2008-06-02 09:31:43 -0400
 * Misc sstyle cleanups for the 'web2' style


Modified: rt/branches/3.8-TESTING/share/html/Elements/Login
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/Login	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/Login	Mon Jun  2 09:38:34 2008
@@ -74,7 +74,6 @@
 </div>
 
 <div id="body" class="login-body">
-
 % if ($Error) {
 <&| "/Widgets/TitleBox", title => loc('Error'), hideable => 0, class => 'error'  &>
 <% $Error %>

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/forms.css	Mon Jun  2 09:38:34 2008
@@ -79,20 +79,32 @@
    padding-right: 0.5em;
 }
 
+
 input[type=reset], input[type=submit], input[class=button] {
    color: #fff;
-   background: #336699;
+   background: #3858a3;
    padding: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
-
+   -moz-border-radius: 0.5em;
+   -webkit-border-radius: 0.5em;
 }
 
 div.error div.error {
- border: 1px solid red;
- background-color: #ffcccc;
+ border: 2px solid #aa0000;
+ border-top: 1px solid #bb0000;
+ border-left: 1px solid #bb0000;
+ background-color: #fcc;
 }
 
+div.error .titlebox-title span.left {
+  background-color: #f00;
+  color: #fff;
+  border: 1px solid #cc0000;
+  border-right: 2px solid #bb0000;
+  border-bottom: 2px solid #bb0000;
+
+}
 
 td.label, td.labeltop {
  text-align: right;

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css	Mon Jun  2 09:38:34 2008
@@ -62,7 +62,6 @@
 }
 
 div#body {
-    position: relative;
     padding: 1em;
     padding-top: 1.5em;
     -moz-border-radius: 0.5em;

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/login.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/login.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/login.css	Mon Jun  2 09:38:34 2008
@@ -47,12 +47,6 @@
 %# END BPS TAGGED BLOCK }}}
 
 
-div.login-body#body {
-    background: none;
-    border: none;
-}
-
-
 #login-box hr {
  display: none;
 }
@@ -91,3 +85,4 @@
  position: absolute;
  left:6em;
 }
+

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Create.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Create.html	Mon Jun  2 09:38:34 2008
@@ -179,7 +179,7 @@
 <table width="100%" border="0">
 <tr>
 <td width="50%" valign="top">
-
+    <div class="ticket-info-basics">
 	  <&| /Widgets/TitleBox, title => loc('The Basics'), 
 		title_class=> 'inverse',  
 		color => "#993333" &>
@@ -206,6 +206,7 @@
 </table>
 </&>
 <br />
+<div class="ticket-info-dates">
 <&|/Widgets/TitleBox, title => loc("Dates"),
 		title_class=> 'inverse',  
 		 color => "#663366" &>
@@ -215,10 +216,13 @@
 <tr><td class="label"><&|/l&>Due</&>:</td><td><& /Elements/SelectDate, Name => "Due", Default => $ARGS{Due} || '' &></td></tr>
 </table>
 </&>
+</div>
+</div>
 <br />
 </td>
 
 <td valign="top">
+<div class="ticket-info-links">
 <&| /Widgets/TitleBox, title => loc('Links'), title_class=> 'inverse' &>
 
 <em><&|/l&>(Enter ticket ids or URLs, separated with spaces)</&></em>
@@ -233,6 +237,7 @@
 
 </table>
 </&>
+</div>
 <br />
 
 </td>


More information about the Rt-commit mailing list