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

This commit is contained in:
Reda Lemeden
2012-03-05 17:45:03 -05:00
parent 413950ca38
commit 129b42a0e0
2 changed files with 15 additions and 0 deletions

View File

@@ -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 {

View File

@@ -185,6 +185,11 @@ div.question-header {
form.post-comments {
padding: 15px;
button:last-child {
margin-left: 10px;
@extend .light-button;
}
}
div.comment {