diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-08 14:48:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-08 14:48:58 +0100 |
commit | e87f791d0fa450da71ead7148437ba95151c8eeb (patch) | |
tree | 7492ddacc34a309d671b34ba539f5f8095e6c62f /static | |
parent | 3259ae9642a0d86f9cca2c94bfba510cd55549c1 (diff) | |
download | Ishtar-e87f791d0fa450da71ead7148437ba95151c8eeb.tar.bz2 Ishtar-e87f791d0fa450da71ead7148437ba95151c8eeb.zip |
Better style. Better confirmation page. Better management of wizard steps. (closes #63)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/media/style.css b/static/media/style.css index 3d1768702..036c04021 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -110,7 +110,7 @@ div#content{ ul#form_path{ text-align:left; - margin:10px 60px; + margin:10px 0; } ul#form_path li{ @@ -139,6 +139,7 @@ ul#form_path button { div.form { margin-left:auto; margin-right:auto; + margin-bottom:40px; padding:1em; display:block; width:500px; @@ -152,10 +153,12 @@ div.form table{ padding:0.2em; margin-left:auto; margin-right:auto; + width:100%; } div.form table th{ text-align:left; + width:150px; } div.form .errorlist{ @@ -189,4 +192,6 @@ div.form .errorlist{ text-align:center; } - +table.confirm tr.spacer td:last-child{ + border-bottom:1px solid #922; +} |