From a929e5747822e787e6f2d134f73b696183679f2c Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 2 Apr 2008 13:52:13 +0000 Subject: Let's make the classes for input elements consistent git-svn-id: https://code.elgg.org/elgg/trunk@361 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 2636c25cf..48dbcd52d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -262,4 +262,19 @@ div#footer a:link, div#footer a:visited { color:#000; padding:3px 50px; margin:20px 20px 10px 20px; +} + +/* + Forms +*/ + +.input-text, +.input-tags, +.input-url, +.input-textarea { + width: 600px; +} + +.input-textarea { + height: 200px; } \ No newline at end of file -- cgit v1.2.3