[Jifty-commit] r609 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Feb 20 23:08:55 EST 2006


Author: trs
Date: Mon Feb 20 23:08:55 2006
New Revision: 609

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/css/forms.css

Log:
 r8702 at wintermute:  tom | 2006-02-20 23:07:06 -0500
 Fix some general issues with our form styling


Modified: jifty/trunk/share/web/static/css/forms.css
==============================================================================
--- jifty/trunk/share/web/static/css/forms.css	(original)
+++ jifty/trunk/share/web/static/css/forms.css	Mon Feb 20 23:08:55 2006
@@ -48,9 +48,14 @@
     padding: 0.2em;
 }
 
-.submit {
+.submit_button {
+    display: block;
+    clear: both;
+}
+
+.submit_button input {
     clear: both;
-    border: 1px outset #793300;
+    border: 1px outset black;
     background: white;
     padding: 0.2em 1em;
     font-weight: bold;
@@ -61,20 +66,12 @@
     font-size: 115%;
 }
 
-span.submit_button {
-    padding-left: 60%;
-    padding-right: 5px;
-    padding-top: 5px;
-    padding-bottom: 5px;
-}
-
 /*
 These styles are meant to be placed after (and hence override) the current CSS
 for forms.  Some of the rules aren't needed if previous behavior doesn't need to
 be overridden.  ".inline" is our inline form class.
 */
 
-div.inline,
 div.inline .submit_button
 {
 }


More information about the Jifty-commit mailing list