Mejora la visualización del formulario para añadir comentarios
This commit is contained in:
parent
76858efe9c
commit
0a17edd515
1 changed files with 371 additions and 363 deletions
|
@ -306,21 +306,29 @@ footer.entry-footer {
|
|||
}
|
||||
#top .comment_text {
|
||||
font-size: 16px;
|
||||
} /*
|
||||
}
|
||||
#commentform p {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
#commentform p > input[type="text"] {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#commentform label {
|
||||
left: 224px;
|
||||
font-size: 14px;
|
||||
left: 230px;
|
||||
font-size: 12px;
|
||||
margin-top: .2em;
|
||||
line-height: 1.2em;
|
||||
padding-top: 6px;
|
||||
color: #777;
|
||||
}
|
||||
#commentform label.subscribe-label,
|
||||
#commentform label.subscribe-blog-label {
|
||||
left: 25px;
|
||||
#commentform input[type='checkbox'] + label {
|
||||
left: 1.8em;
|
||||
}
|
||||
#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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue