Mercurial > libervia-templates
diff default/static/blog.css @ 116:da8f1ba9034d
input/comment: renamed "comment" library to "textbox", and made it more generic
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Jan 2018 07:47:23 +0100 |
parents | 5d9e2270ceb4 |
children | ab2dd835e597 |
line wrap: on
line diff
--- a/default/static/blog.css Tue Jan 30 07:47:21 2018 +0100 +++ b/default/static/blog.css Tue Jan 30 07:47:23 2018 +0100 @@ -225,11 +225,6 @@ text-align: center; } -.comment_post input { - display: block; - margin: 0 auto; -} - .comment_post textarea { border-style: solid; border-width: 1px 0; @@ -273,6 +268,7 @@ background: rgba(200,200,200,0.6); border-radius: 0.5em 0.5em 0 0; padding: 0 0.5em; + margin-top: 1em; } }