diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-24 20:00:09 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-24 20:00:09 +0000 |
| commit | 5bb73f12ccf69d3d2104532ca9b7fc476178abb3 (patch) | |
| tree | 05440800f3c062e67239e85a14c3de68b1879929 /plugins/new_user_dialog/newuserdialog.css | |
| parent | d90e14aec81bb8a994a59f6cab7941e3c607663c (diff) | |
Add organization and signature fields to new user identity dialog. Submitted by Deyan Stoykov
git-svn-id: https://svn.roundcube.net/trunk@5127 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/new_user_dialog/newuserdialog.css')
| -rw-r--r-- | plugins/new_user_dialog/newuserdialog.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/new_user_dialog/newuserdialog.css b/plugins/new_user_dialog/newuserdialog.css index c03e6fd42..1c3e652b6 100644 --- a/plugins/new_user_dialog/newuserdialog.css +++ b/plugins/new_user_dialog/newuserdialog.css @@ -48,7 +48,8 @@ white-space: nowrap; } -#newuseroverlay table td input +#newuseroverlay table td input, +#newuseroverlay table td textarea { width: 20em; } |
