Shout: refine the wizard UI
authorBen Klang <ben@alkaloid.net>
Fri, 2 Apr 2010 23:34:32 +0000 (19:34 -0400)
committerBen Klang <ben@alkaloid.net>
Fri, 2 Apr 2010 23:34:32 +0000 (19:34 -0400)
shout/themes/screen.css

index c8f8a02..91a88a2 100644 (file)
@@ -221,10 +221,21 @@ div#wizard
     background-color: #fcc;
 }
 
+div#wizard .step
+{
+    background-color: #fff;
+    border: 2px solid #c00;
+    margin: 5px;
+    padding: 5px;
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
+}
+
 div#wizard h3
 {
     cursor: pointer;
-    padding: 5px;
+    padding: 5px;
     display: block;
 }
 
@@ -232,16 +243,6 @@ div#wizard ol, div#wizard ul {
     margin-left: 30px;
 }
 
-.step
-{
-    background-color: #fff;
-    border: 2px solid #c00;
-    margin: 5px;
-    padding: 0 5px;
-    -moz-border-radius: 10px;
-    -webkit-border-radius: 10px;
-    border-radius: 10px;
-}
 
 .form {
     position: relative;