diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-30 18:33:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-30 18:33:51 +0100 |
commit | b29dabd91dcd30692065b220120ab7f93ba2672c (patch) | |
tree | b5f702e9e7f930517235def960715e248812efb3 /static | |
parent | 307bc1d6308f497e07a3a743be43b982bc92f801 (diff) | |
download | Ishtar-b29dabd91dcd30692065b220120ab7f93ba2672c.tar.bz2 Ishtar-b29dabd91dcd30692065b220120ab7f93ba2672c.zip |
Correct the addition of new items (closes #115)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css index 126beabc0..670c2f3a4 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -220,6 +220,12 @@ div.form .errorlist{ text-align:center; } +div.form table.confirm{ + padding:0.5em 2em; + margin-left:0; + width:100%; +} + table.confirm tr.spacer td:last-child{ border-bottom:1px solid #922; } |