Commit a74e4e52 by Diana Huang

Fix topic styling issues.

parent 1a179289
...@@ -213,7 +213,6 @@ ...@@ -213,7 +213,6 @@
position: absolute; position: absolute;
top: 40px; top: 40px;
left: 0; left: 0;
border: 1px solid $forum-color-border;
width: 100%; width: 100%;
background: $forum-color-background; background: $forum-color-background;
box-shadow: 0 2px 1px $shadow; box-shadow: 0 2px 1px $shadow;
...@@ -221,12 +220,12 @@ ...@@ -221,12 +220,12 @@
.topic-filter-label { .topic-filter-label {
border-bottom: 1px solid $forum-color-border; border-bottom: 1px solid $forum-color-border;
padding: ($baseline/4);
} }
.topic-filter-input { .topic-filter-input {
box-sizing: border-box; box-sizing: border-box;
border: 1px solid $forum-color-border; border: none;
border-bottom: 1px solid $forum-color-border;
padding: 0 15px; padding: 0 15px;
width: 100%; width: 100%;
height: 30px; height: 30px;
...@@ -239,17 +238,17 @@ ...@@ -239,17 +238,17 @@
overflow-y: scroll; overflow-y: scroll;
max-height: 400px; max-height: 400px;
list-style: none; list-style: none;
margin-left: ($baseline/2);
} }
.topic-submenu { .topic-submenu {
padding-left: $baseline;
list-style: none; list-style: none;
margin-left: $baseline;
} }
.topic-title { .topic-title {
display: block; display: block;
border-bottom: 1px solid $forum-color-border; padding: ($baseline/4) ($baseline/2);
padding: ($baseline/2);
font-size: 14px; font-size: 14px;
} }
......
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