Commit 129b42a0 by Reda Lemeden

Restyled badges view and fixed Firefox button spacing issue in the askbot comments form

parent 413950ca
......@@ -4,9 +4,19 @@ div.badges-intro {
div.badge-intro {
@extend .badges-intro;
.badge1, .badge2, .badge3 {
font-size: 20px;
}
}
div#award-list{
li.username {
font-size: 20px;
margin-bottom: 8px;
}
}
ul.badge-list {
......
......@@ -185,6 +185,11 @@ div.question-header {
form.post-comments {
padding: 15px;
button:last-child {
margin-left: 10px;
@extend .light-button;
}
}
div.comment {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment