diff options
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; +} |
