[Rt-commit] r12786 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Mon Jun 2 09:51:06 EDT 2008


Author: jesse
Date: Mon Jun  2 09:51:06 2008
New Revision: 12786

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css

Log:
 r32091 at 106:  jesse | 2008-06-02 09:50:36 -0400
 * make sure we truncate the page title before the 'new ticket in' button


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:51:06 2008
@@ -200,14 +200,16 @@
 }
 
 
-
 div#header h1 {
  position: absolute;
  left: 6.8em;
+ right: 22em;
+ overflow: hidden;
  font-size: 1.4em;
  margin-top: 0.125em;
  padding: 0.25em;
  color: #fff;
+ border: 1px solid red;
 }
 
 body#comp-index td.boxcontainer {


More information about the Rt-commit mailing list