diff options
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r-- | ishtar_common/static/media/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 3c2c429b1..23bc28832 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -593,6 +593,14 @@ table.confirm tr.spacer td:last-child{ right:135px; } +#global-vars textarea{ + width:220px; +} + +#global-vars input[type=text]{ + width:160px; +} + #dashboard{ padding-top: 20px; } |