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 | b83429c7b75ebcdd249475b227f6bcabb30bf16e (patch) | |
| tree | ba665503a278f2f4c84a7a3e2ea5d27b0b297713 /ishtar_common/static | |
| parent | bb9e9cb8d1f5f7fb8b30cce231fccbd4b1cf86cf (diff) | |
| download | Ishtar-b83429c7b75ebcdd249475b227f6bcabb30bf16e.tar.bz2 Ishtar-b83429c7b75ebcdd249475b227f6bcabb30bf16e.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{ |
