Commit 9332f63f by Reda Lemeden

Fixed edit sidebar + comments actions

parent bd4190f5
......@@ -249,6 +249,10 @@ div.question-header {
display: inline-block;
width: 95%;
&#full-width {
width: 100%;
}
div.comment-meta {
text-align: right;
......@@ -317,5 +321,6 @@ div.share-question {
p {
padding: 0;
margin: 0;
font-weight: bold;
}
}
......@@ -157,10 +157,11 @@ ul.question-list, div#question-list {
text-align: right;
li {
@include linear-gradient(#fff, #f5f5f5);
border: 1px solid #ddd;
@include box-shadow(0 1px 0 #fff);
display: inline-block;
height:60px;
@include linear-gradient(#fff, #f5f5f5);
margin-right: 10px;
width: 60px;
......
......@@ -193,9 +193,22 @@ div.discussion-wrapper aside {
}
}
div.question-tips, div.markdown {
ul {
margin-left: 8%;
}
ol {
margin-left: 8%;
}
}
div.markdown ul li {
margin: 20px 0;
&:first-child {
margin: 0;
}
ol li {
margin: 0;
}
......
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