From 9bbe8053c73c875dca7c838e708a8829a80dacf6 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 12 Feb 2009 07:07:11 +0000 Subject: Added a show comment form button. Add comment form is revealed when the button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page. --- themes/default/css/screen.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index d9c54c29..9de4508c 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -463,13 +463,14 @@ form p.gError { } #gContent #gComments .gAuthor { - background-color: #e8e8e8; + border-bottom: 1px solid #ccc; + color: #999; height: 32px; line-height: 32px; } #gContent #gComments ul li div { - padding: 0 8px 8px 32px; + padding: 0 8px 8px 43px; } #gContent #gComments ul li #gRecaptcha { @@ -481,7 +482,13 @@ form p.gError { } #gContent #gComments .gAvatar { + height: 32px; margin-right: .4em; + width: 32px; +} + +#gContent #gAddCommentForm { + margin-top: 2em; } /* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */ -- cgit v1.2.3