From: Ben Klang Date: Fri, 2 Apr 2010 23:34:32 +0000 (-0400) Subject: Shout: refine the wizard UI X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0c683247d7856b8a8208ec8bd39d41d2c7a59a07;p=horde.git Shout: refine the wizard UI --- 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;