From c63ddc34329075293b5a7130f5ab0677631ab3af Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 13 Nov 2008 03:39:18 +0000 Subject: Major updates to form CSS. Now using unordered lists for layouts. Added .gInline for forms like login, search, tags. Updated comment, login, search, and tagging forms. All form styles live in screen.css now. Still a lot to do, but this is a good foundation. --- modules/comment/views/comment_form.html.php | 34 ++++++++++++++++------------- modules/comment/views/comment_list.html.php | 4 ++-- modules/tags/views/tags_block.html.php | 8 ++++--- modules/user/views/login.html.php | 12 +++++----- 4 files changed, 31 insertions(+), 27 deletions(-) (limited to 'modules') diff --git a/modules/comment/views/comment_form.html.php b/modules/comment/views/comment_form.html.php index 163fd180..1561035f 100644 --- a/modules/comment/views/comment_form.html.php +++ b/modules/comment/views/comment_form.html.php @@ -1,21 +1,25 @@ -
+
Add comment -
- - -
-
- - -
-
- - -
- - " /> +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + " /> +
  • +
diff --git a/modules/comment/views/comment_list.html.php b/modules/comment/views/comment_list.html.php index 1545a106..ea824597 100644 --- a/modules/comment/views/comment_list.html.php +++ b/modules/comment/views/comment_list.html.php @@ -1,11 +1,11 @@
- - - + +
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index fb770f3f..fa7dbc9b 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -2,22 +2,20 @@
">
Login -
    +
    • - +
    • - +
    • - " /> + " />
    -
-
-
+
-- cgit v1.2.3