Restyled badges view and fixed Firefox button spacing issue in the askbot comments form
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user