]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added a input class for text boxes so that they aren't super long
authorCash Costello <cash.costello@gmail.com>
Sat, 12 Nov 2011 14:02:59 +0000 (09:02 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 12 Nov 2011 14:02:59 +0000 (09:02 -0500)
views/default/css/admin.php

index fde34873d322f17127a5ff54a6f680e22dfe20c0..9205e528ac2c6a078a00b6e4760328fc7b773bff 100644 (file)
@@ -443,6 +443,9 @@ textarea {
 .elgg-input-thin {
        width: 400px;
 }
+.elgg-input-natural {
+       width: auto;
+}
 
 .elgg-button {
        font-size: 14px;