Mejora la visualización del formulario para añadir comentarios

This commit is contained in:
Manuel Cillero 2018-05-27 19:50:02 +02:00
parent 76858efe9c
commit 0a17edd515

View file

@ -306,21 +306,29 @@ footer.entry-footer {
} }
#top .comment_text { #top .comment_text {
font-size: 16px; font-size: 16px;
} /* }
#commentform p {
padding-bottom: 5px;
}
#commentform p > input[type="text"] {
margin-bottom: 5px;
}
#commentform label { #commentform label {
left: 224px; left: 230px;
font-size: 14px; font-size: 12px;
margin-top: .2em;
line-height: 1.2em; line-height: 1.2em;
padding-top: 6px; color: #777;
} }
#commentform label.subscribe-label, #commentform input[type='checkbox'] + label {
#commentform label.subscribe-blog-label { left: 1.8em;
left: 25px; }
#commentform p.form-submit {
margin: 15px 0 10px;
}
#commentform p.form-submit > input[type="submit"] {
font-size: 15px;
} }
#commentform input#submit {
font-size: 16px;
margin-bottom: 10px;
} */
/* /*
* PAGES STYLES. * PAGES STYLES.