]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3326. Added CSS for inputs in admin area. No more tiny text fields!
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 02:27:03 +0000 (02:27 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 Apr 2011 02:27:03 +0000 (02:27 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9042 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/admin.php

index 97c7777d21e14949b0cd13da31132be7ed2e7e69..10cb38cd154dd54679d817b98469992d347bdb97 100644 (file)
@@ -402,9 +402,17 @@ input {
 .input-text,
 .input-tags,
 .input-url,
-.input-textarea {
+.input-textarea,
+<?php // until we're all on elgg-, need to duplicate ?>
+.elgg-input-text,
+.elgg-input-tags,
+.elgg-input-url,
+.elgg-input-textarea {
        width:98%;
 }
+textarea {
+       height: 100px;
+}
 input[type="submit"], .elgg-button-submit, .elgg-button-action {
        font-size: 14px;
        font-weight: bold;