Commit 5d67e01f by Matthew Mongeau

Style fixes

parent 91c5b882
.discussion-wrapper { .container {
.discussion-wrapper {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 100%; width: 100%;
...@@ -17,32 +18,17 @@ ...@@ -17,32 +18,17 @@
font: inherit; font: inherit;
vertical-align: baseline; vertical-align: baseline;
} }
}
.discussion-sidebar { .discussion-sidebar {
display: table-cell; display: table-cell;
vertical-align: top; vertical-align: top;
width: 27.7%; width: 27.7%;
background: #f6f6f6; background: #f6f6f6;
border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;
border-right: 3px solid #bcbcbc; border-right: 3px solid #bcbcbc;
}
.board-drop-btn { .sort-bar {
display: block;
height: 60px;
border-bottom: 1px solid #a3a3a3;
border-radius: 3px 0 0 0;
background: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
font-size: 16px;
font-weight: 700;
line-height: 58px;
text-align: center;
color: #333;
text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
.sort-bar {
height: 27px; height: 27px;
border-bottom: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;
background: -webkit-linear-gradient(top, #cdcdcd, #b6b6b6); background: -webkit-linear-gradient(top, #cdcdcd, #b6b6b6);
...@@ -64,8 +50,23 @@ ...@@ -64,8 +50,23 @@
text-transform: uppercase; text-transform: uppercase;
} }
} }
} }
.post-list {
.board-drop-btn {
display: block;
height: 60px;
border-bottom: 1px solid #a3a3a3;
border-radius: 3px 0 0 0;
background: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
font-size: 16px;
font-weight: 700;
line-height: 58px;
text-align: center;
color: #333 !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
}
.post-list {
a { a {
display: block; display: block;
height: 36px; height: 36px;
...@@ -131,10 +132,13 @@ ...@@ -131,10 +132,13 @@
} }
} }
} }
}
}
} }
/*** OLD STUFF ***/ /*** OLD STUFF ***/
/*** Variables ***/ /*** Variables ***/
......
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