Commit 919cf9b1 by Reda Lemeden

Fixed minor alignment and baseline issues

parent 8bb11c52
...@@ -42,7 +42,7 @@ div.question-list-header { ...@@ -42,7 +42,7 @@ div.question-list-header {
div.question-sort { div.question-sort {
float: right; float: right;
margin-left: flex-gutter(); margin-left: flex-gutter();
margin-top: 10px; margin-top: 6px;
nav { nav {
@extend .action-link; @extend .action-link;
...@@ -169,6 +169,7 @@ ul.question-list, div#question-list { ...@@ -169,6 +169,7 @@ ul.question-list, div#question-list {
margin-top: 10px; margin-top: 10px;
width: flex-grid(3.5,9); width: flex-grid(3.5,9);
ul { ul {
text-align: right; text-align: right;
...@@ -181,6 +182,10 @@ ul.question-list, div#question-list { ...@@ -181,6 +182,10 @@ ul.question-list, div#question-list {
margin-right: 10px; margin-right: 10px;
width: 60px; width: 60px;
&:last-child {
margin-right: 0px;
}
&:hover { &:hover {
span, div { span, div {
color: #555; color: #555;
......
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