diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-12 09:02:59 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-12 09:02:59 -0500 |
commit | d570fa64707367bf84746ccce50575052ff843db (patch) | |
tree | 02b35e615d510dc71849631c841d08ef65535717 /views/default | |
parent | 63c4e33687ba720003dcf2a83a0a66487ea583b7 (diff) | |
download | elgg-d570fa64707367bf84746ccce50575052ff843db.tar.gz elgg-d570fa64707367bf84746ccce50575052ff843db.tar.bz2 |
added a input class for text boxes so that they aren't super long
Diffstat (limited to 'views/default')
-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; |