]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
updated the admin theme for the new css classes on input elements
authorCash Costello <cash.costello@gmail.com>
Sun, 3 Jul 2011 11:23:58 +0000 (07:23 -0400)
committerCash Costello <cash.costello@gmail.com>
Sun, 3 Jul 2011 11:23:58 +0000 (07:23 -0400)
views/default/css/admin.php

index e8705583f95d228c9b2db88493d2145dbfe9b961..2d587fcbe33907e953c390a24b3fc0e325416363 100644 (file)
@@ -428,15 +428,10 @@ input {
        border-radius: 5px;
 }
 /* default elgg core input field classes */
-.input-text,
-.input-tags,
-.input-url,
-.input-textarea,
-<?php // until we're all on elgg-, need to duplicate ?>
 .elgg-input-text,
 .elgg-input-tags,
 .elgg-input-url,
-.elgg-input-textarea {
+.elgg-input-plaintext {
        width:98%;
 }
 textarea {