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

jesse at bestpractical.com jesse at bestpractical.com
Fri May 2 18:44:49 EDT 2008


Author: jesse
Date: Fri May  2 18:44:48 2008
New Revision: 12013

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

Log:
 r30300 at 54:  jesse | 2008-04-30 22:02:28 -0400
 * tighten up page layout a bit


Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	Fri May  2 18:44:48 2008
@@ -69,15 +69,22 @@
 .titlebox .titlebox { 
 
  background-color: #ffffff;
- padding-top: 1em;
  margin-top: 1em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
- margin-right: 1em;
+ margin-right: 0.25em;
  
 }
 
 
+.titlebox {
+ margin-left: 0em;
+ margin-right: 0em;
+
+
+}
+
+
 
 .titlebox .titlebox-title {
  position: relative;
@@ -187,3 +194,6 @@
     background-image: url(/NoAuth/images//css/rolldown-arrow.gif);
 }
 
+}
+
+

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css	Fri May  2 18:44:48 2008
@@ -210,4 +210,7 @@
  color: #fff;
 }
 
+body#comp-index td.boxcontainer {
+    padding-right: 1em;
+}
 


More information about the Rt-commit mailing list