diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-07-03 07:23:58 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-07-03 07:23:58 -0400 |
commit | 1ec032da0e5e72e0e8734720d158d77f44eab483 (patch) | |
tree | bae62aab5e49ec7db424207c0af3451b78d5dbd2 /views/default/css | |
parent | f5f3f205e97c2a3219897dd14de7d57659ce1181 (diff) | |
download | elgg-1ec032da0e5e72e0e8734720d158d77f44eab483.tar.gz elgg-1ec032da0e5e72e0e8734720d158d77f44eab483.tar.bz2 |
updated the admin theme for the new css classes on input elements
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/admin.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index e8705583f..2d587fcbe 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -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 { |