comparison 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
comparison
equal deleted inserted replaced
115:5d9e2270ceb4 116:da8f1ba9034d
223 223
224 .comment_post { 224 .comment_post {
225 text-align: center; 225 text-align: center;
226 } 226 }
227 227
228 .comment_post input {
229 display: block;
230 margin: 0 auto;
231 }
232
233 .comment_post textarea { 228 .comment_post textarea {
234 border-style: solid; 229 border-style: solid;
235 border-width: 1px 0; 230 border-width: 1px 0;
236 border-color: black; 231 border-color: black;
237 max-width: 100%; 232 max-width: 100%;
271 266
272 footer span { 267 footer span {
273 background: rgba(200,200,200,0.6); 268 background: rgba(200,200,200,0.6);
274 border-radius: 0.5em 0.5em 0 0; 269 border-radius: 0.5em 0.5em 0 0;
275 padding: 0 0.5em; 270 padding: 0 0.5em;
271 margin-top: 1em;
276 } 272 }
277 273
278 } 274 }
279 275
280 /*** clicked ***/ 276 /*** clicked ***/