Commit 55deb0d4 by Reda Lemeden

Fixed the sidebar layout issue in the discussion page

parent b977901a
......@@ -59,44 +59,41 @@ body.askbot {
}
}
.content-wrapper {
@extend .clearfix;
@extend .wrapper;
@include box-shadow(0 1px 0 #fff);
@include box-sizing(border-box);
background: #fff;
border: 1px solid #ccc;
border-top: 0;
.discussion-content {
/*@extend .content;*/
@include box-sizing(border-box);
display: table-cell;
padding: $gw-gutter;
vertical-align: top;
width: grid-width(9);
}
.main-content {
.discussion-wrapper {
display: table;
width: 100%;
.discussion-content {
/*@extend .content;*/
@include box-sizing(border-box);
display: table-cell;
padding: $gw-gutter;
vertical-align: top;
width: grid-width(9);
}
aside {
@extend .sidebar;
width: grid-width(2.5);
padding: $gw-gutter;
aside {
@extend .sidebar;
width: grid-width(2.5);
padding: $gw-gutter;
h2 {
font-size: 16px;
}
h2 {
font-size: 16px;
}
h3 {
border-bottom: 0;
box-shadow: none;
}
h3 {
border-bottom: 0;
box-shadow: none;
}
input[type="text"] {
width: 68%;
}
input[type="text"] {
width: 68%;
}
#displayTagFilterControl {
margin-top: 10px;
#displayTagFilterControl {
margin-top: 10px;
}
}
}
}
......
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