diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-08 03:10:17 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-15 21:54:18 +0200 |
| commit | eb360527e8a20d524766fc691b080fffd6e67277 (patch) | |
| tree | ba665503a278f2f4c84a7a3e2ea5d27b0b297713 /ishtar_common/static | |
| parent | 9d87e9f47fa4d29d818d541815d92e0a43acd995 (diff) | |
| download | Ishtar-eb360527e8a20d524766fc691b080fffd6e67277.tar.bz2 Ishtar-eb360527e8a20d524766fc691b080fffd6e67277.zip | |
Adapt person sheet to new fields
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 09c39f598..1590c1738 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -1116,6 +1116,10 @@ table.table-form{ padding: 10px 8px; } +#window table.table-form{ + margin: 10px 80px; +} + table.table-form th { text-align: center; font-weight: normal; @@ -1127,7 +1131,7 @@ table.table-form th { table.table-form td { text-align: center; color: #666; - padding: 6px 2px; + padding: 6px 15px; } table.table-form td input{ |
