diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:32:49 -0600 |
commit | 76aa4bd1efc3db62326fa2c008de568b53b8710e (patch) | |
tree | 9be160a244c592d32a3f0f0e39ad5166e0fb783d /modules/comment/css | |
parent | 6403becb3f466288192f852d5191d62801e6b6f0 (diff) |
Move comment and recaptcha CSS to their respective modules.
Diffstat (limited to 'modules/comment/css')
-rw-r--r-- | modules/comment/css/comment.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/comment/css/comment.css b/modules/comment/css/comment.css new file mode 100644 index 00000000..d9d9b2f8 --- /dev/null +++ b/modules/comment/css/comment.css @@ -0,0 +1,35 @@ +#g-content #g-comment-form { + margin-top: 2em; +} + +#g-content #g-comments { + margin-top: 2em; + position: relative; +} + +#g-content #g-comments ul li { + margin: 1em 0; +} + +#g-content #g-comments .g-author { + border-bottom: 1px solid #ccc; + color: #999; + height: 32px; + line-height: 32px; +} + +#g-content #g-comments ul li div { + padding: 0 8px 8px 43px; +} + +#g-content #g-comments .g-avatar { + height: 32px; + margin-right: .4em; + width: 32px; +} + +#g-admin-comment-button { + position: absolute; + right: 0; + top: 2px; +} |