diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 07:07:11 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 07:07:11 +0000 |
| commit | 9bbe8053c73c875dca7c838e708a8829a80dacf6 (patch) | |
| tree | 8a383b53272123858b46d4100454f086d7e667bb /themes/default/css/screen.css | |
| parent | d4875583690dbf8b532427755d76aca33d4c63ae (diff) | |
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.
Diffstat (limited to 'themes/default/css/screen.css')
| -rw-r--r-- | themes/default/css/screen.css | 11 |
1 files changed, 9 insertions, 2 deletions
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 ~~~~~~~~~~~~~~~~~~~~~~~~ */ |
