From 947eda7867df1f4846f18fc0326ff0ed20626c34 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 23:54:04 +0000 Subject: stage 1 in moving the forms markup to elgg- namespaced css - buttons still need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/input/plaintext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/input/plaintext.php') diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php index e2b8c5ed2..0ca8c07ee 100644 --- a/views/default/input/plaintext.php +++ b/views/default/input/plaintext.php @@ -14,7 +14,7 @@ $class = $vars['class']; if (!$class) { - $class = "input-textarea"; + $class = "elgg-input-textarea"; } if (!isset($vars['value']) || $vars['value'] === FALSE) { -- cgit v1.2.3