From 0c683247d7856b8a8208ec8bd39d41d2c7a59a07 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 2 Apr 2010 19:34:32 -0400 Subject: [PATCH] Shout: refine the wizard UI --- shout/themes/screen.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/shout/themes/screen.css b/shout/themes/screen.css index c8f8a0212..91a88a229 100644 --- a/shout/themes/screen.css +++ b/shout/themes/screen.css @@ -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: 0 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; -- 2.11.0