[Rt-commit] r2658 - in rt/branches/PLATANO-EXPERIMENTAL: . html/NoAuth

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:45:06 EDT 2005


Author: jesse
Date: Sat Apr 16 02:45:05 2005
New Revision: 2658

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css
Log:
 r12996 at hualien:  jesse | 2005-04-16 02:26:02 -0400
  r11354 at hualien:  jesse | 2005-04-01 07:43:14 -0500
  * Updated webrt.css to resture the black text color for titleboxright text
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css	Sat Apr 16 02:45:05 2005
@@ -667,44 +667,18 @@
                           padding-right: .5em;
                         }
 
-textarea.signature {
-    width: 100%;
-}
-textarea.comments {
-    width: 100%;
-}
-
-textarea.messagebox {
-    width: 100%;
-}
-
-/* Home */
-
-div.quick-create, div.my-requests, div.my-tickets {
-	width: 60%;
-	margin-bottom: 1em;
-}
-
-div.right-column {
-	width: 35%;
-	float: right;
-}
-div.ticket-overview {
-	margin-bottom: 1em;
-}
-div.page-refresh {
-	text-align: right;
-}
-
-/* END */
 
-SPAN.titleboxright a {
+SPAN.titleboxright  {
         font-size: 0.5em;
-        color: #ffffff;
+        color: #000000;
          vertical-align: top;
          text-align: right;
         }
 
+SPAN.titleboxright a {
+        color: #ffffff;
+        }
+
 textarea.signature {
     width: 100%;
 }


More information about the Rt-commit mailing list