[Rt-commit] r3386 - in rt/branches/3.5-TESTING: . html/NoAuth/css
trs at bestpractical.com
trs at bestpractical.com
Mon Jul 4 21:48:55 EDT 2005
Author: trs
Date: Mon Jul 4 21:48:54 2005
New Revision: 3386
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/body.css
rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
Log:
r4802 at wintermute: tom | 2005-07-04 21:43:16 -0400
Put styles where they should be
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/body.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/body.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/body.css Mon Jul 4 21:48:54 2005
@@ -86,19 +86,6 @@
text-decoration: underline;
}
-.submit {
- font-weight: bold;
- color: #a00;
- font-size: 1.1em;
- padding: 0.3em 1.5em 0 1.5em;
- border-top: 1px solid #069;
- margin: 1.5em 0 0 0;
-}
-
-.submit .buttons { float: right; }
-.submit .extra-buttons { float: left; }
-.submit .button { font-size: 0.9em; }
-
<%init>
$r->content_type('text/css');
</%init>
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/forms.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/forms.css Mon Jul 4 21:48:54 2005
@@ -70,6 +70,19 @@
font-weight: bold;
}
+.submit {
+ font-weight: bold;
+ color: #a00;
+ font-size: 1.1em;
+ padding: 0.3em 1.5em 0 1.5em;
+ border-top: 1px solid #930;
+ margin: 1.5em 0 0 0;
+}
+
+.submit .buttons { float: right; }
+.submit .extra-buttons { float: left; }
+.submit .button { font-size: 0.9em; }
+
<%init>
$r->content_type('text/css');
</%init>
More information about the Rt-commit
mailing list