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

jesse at bestpractical.com jesse at bestpractical.com
Fri May 30 17:44:40 EDT 2008


Author: jesse
Date: Fri May 30 17:44:37 2008
New Revision: 12776

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/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/ticket.css

Log:
 r32063 at 31b:  jesse | 2008-05-30 17:32:46 -0400
 * small cleanups to the web2 style


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	Fri May 30 17:44:37 2008
@@ -106,6 +106,9 @@
 
 }
 
+.titlebox .titlebox-title a:visited {
+    color: #fff;
+}
 
 .titlebox .titlebox-title .left {
     font-weight: bold;
@@ -147,12 +150,6 @@
 
 }
 
-/* Horrible IE hacks */ 
-* html .titlebox .titlebox-title .right {
-    right: 0.7em;
-    top: 1em;
-} 
-
 .titlebox .titlebox-title .right a {
  color: #000;
 }
@@ -194,6 +191,11 @@
     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//css/rolldown-arrow.gif);
 }
 
-}
 
 
+/* Horrible IE hacks */ 
+* html .titlebox .titlebox-title .right {
+    right: 0.7em;
+    top: 1em;
+} 
+

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	Fri May 30 17:44:37 2008
@@ -50,7 +50,7 @@
 
     background: none;
     border: none;
-    margin: none;
+    margin: 0;
 }
 
 

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	Fri May 30 17:44:37 2008
@@ -157,6 +157,8 @@
 
 div#logo {
 }
+
+
 div#logo a {
      display: none;
     position: absolute;
@@ -203,7 +205,6 @@
 div#header h1 {
  position: absolute;
  left: 6.8em;
- top: 1.em;
  font-size: 1.4em;
  margin-top: 0.125em;
  padding: 0.25em;

Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Fri May 30 17:44:37 2008
@@ -190,7 +190,6 @@
 
 
 
-.ticket-summary .titlebox-title a { color: #fff}
 .ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;}
 .ticket-info-basics .titlebox-title .left { background-color: #b32;  color: #fff;}
 .ticket-info-people .titlebox-title .left { background-color: #48c;  color: #fff;}
@@ -199,5 +198,5 @@
 .ticket-info-dates .titlebox-title .left { background-color: #633063;  color: #fff;}
 
 
-
+.ticket-summary .titlebox-title a, div#body .ticket-summary .titlebox-title a:visited { color: #fff;}
 


More information about the Rt-commit mailing list