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-08 03:10:17 +0200 |
| commit | 03775b30cfd663de62966d06c8c191b32dd97b53 (patch) | |
| tree | 931ff779f4895902f45f1f10e4903295872d3cc3 /ishtar_common/static | |
| parent | 4f5aff71e99f5b85235e6e057d457a414c0e2e9b (diff) | |
| download | Ishtar-03775b30cfd663de62966d06c8c191b32dd97b53.tar.bz2 Ishtar-03775b30cfd663de62966d06c8c191b32dd97b53.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{ |
