Skip to content

Instantly share code, notes, and snippets.

@salehahmadbabu
Created January 7, 2018 07:01
Show Gist options
  • Save salehahmadbabu/a8c6d3d39d68bb34c09d527a854e50ef to your computer and use it in GitHub Desktop.
Save salehahmadbabu/a8c6d3d39d68bb34c09d527a854e50ef to your computer and use it in GitHub Desktop.
/* comments form
------------------------------*/
.comments-wrapper {
padding: 15px 40px;
border-top: 1px solid #ddd;
margin-top: 20px;
}
.comment-title h2 {
margin-bottom: 40px;
}
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url],
.comments-area textarea {
width: 100%;
border: 1px solid #ebebeb;
padding: 10px;
}
.comment-form-author,
.comment-form-url,
.comment-form-email {
width: 32%;
float: left;
margin-left: 2%;
}
.comment-form-author {
margin-left: 0;
}
h3#reply-title {
font-size: 28px;
font-weight: 700;
margin: 40px 0;
}
p.comment-notes {
display: none;
}
p.form-submit {
text-align: right;
clear: left;
}
p.form-submit input {
margin-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment