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/installation/input/pulldown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/input/pulldown.php') diff --git a/views/installation/input/pulldown.php b/views/installation/input/pulldown.php index 70e961c4d..2f4ff1631 100644 --- a/views/installation/input/pulldown.php +++ b/views/installation/input/pulldown.php @@ -17,7 +17,7 @@ $class = $vars['class']; if (!$class) { - $class = "input-pulldown"; + $class = "elgg-input-dropdown"; } ?>