diff options
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{ |