From: Cash Costello Date: Sat, 12 Nov 2011 14:02:59 +0000 (-0500) Subject: added a input class for text boxes so that they aren't super long X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d570fa64707367bf84746ccce50575052ff843db;p=lorea%2Felgg.git added a input class for text boxes so that they aren't super long --- 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;