diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-28 13:44:01 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-28 13:44:01 -0700 |
| commit | 1d5262f9c354a8564f05a8a31b915ad479f4d361 (patch) | |
| tree | b8a57186de654a908b89ee8e7a1a031c0851c819 /themes/default/css | |
| parent | dcead39dfbd1885720e888446d0572e11b7ad47c (diff) | |
Fix ticket #591: reCaptcha always on the page.
1) move creating the "Add a comment" button into the comments.html.php
2) use $.get() to retrieve the comment add form
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index ecae2bb2..481581a2 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -530,6 +530,7 @@ form .gError, #gContent #gComments { margin-top: 2em; + position: relative; } #gContent #gComments ul li { @@ -561,6 +562,12 @@ form .gError, width: 32px; } +#gAddCommentButton { + position: absolute; + right: 0; + top: 2px; +} + #gContent #gAddCommentForm { margin-top: 2em; } |
