doc; error in sections with object; update styles and templates

This commit is contained in:
bkfox
2016-06-01 20:07:22 +02:00
parent e0a268505e
commit ad58d3c332
10 changed files with 153 additions and 81 deletions

View File

@ -4,7 +4,6 @@ body {
margin: 0;
}
.page {
display: flex;
}
@ -52,35 +51,34 @@ main .section {
/** comments **/
.comment_form label {
display: none;
}
.comment_form input:not([type=checkbox]),
.comment_form textarea {
.comments form input:not([type=checkbox]),
.comments form textarea {
display: inline-block;
width: calc(100% - 5em);
width: 100%;
max-height: 6em;
margin: 0.2em 0em;
padding: 0.2em;
}
.comment_form input[type=checkbox],
.comment_form button[type=submit] {
max-width: 4em;
.comments form input[type=checkbox],
.comments form button[type=submit] {
vertical-align:bottom;
margin: 0.2em 0em;
text-align: center;
}
.comment_form .extra {
.comments form button[type=submit] {
float: right;
}
.comments form #show_more:not(:checked) ~ .extra {
display: none;
}
.comment_form input[type="checkbox"]:checked + .extra {
display: block;
.comments label[for="show_more"] {
font-size: 0.8em;
}