diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-12 09:02:59 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-16 19:53:03 -0500 |
commit | 1bbbc5c4b7e978d507c8d20532ae0420cc732164 (patch) | |
tree | 00fe3487ffaa5ae4603f67881d3bb5dd4ba88b27 /views | |
parent | 3f5dc7148d9cf3a0ffda39ba90ca4088a5dbbcfe (diff) | |
download | elgg-1bbbc5c4b7e978d507c8d20532ae0420cc732164.tar.gz elgg-1bbbc5c4b7e978d507c8d20532ae0420cc732164.tar.bz2 |
added a input class for text boxes so that they aren't super long
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/admin.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index fde34873d..9205e528a 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -443,6 +443,9 @@ textarea { .elgg-input-thin { width: 400px; } +.elgg-input-natural { + width: auto; +} .elgg-button { font-size: 14px; |