Commit 8d490076 by marco

blankslate edited, header bar now with home button

parent 9c452935
...@@ -820,6 +820,7 @@ body.discussion { ...@@ -820,6 +820,7 @@ body.discussion {
z-index: 50; z-index: 50;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 0 0 0 0;
border: 1px solid transparent; border: 1px solid transparent;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
...@@ -842,6 +843,9 @@ body.discussion { ...@@ -842,6 +843,9 @@ body.discussion {
.drop-arrow { .drop-arrow {
font-size: 16px; font-size: 16px;
} }
.drop-arrow {
font-size:16px;
}
} }
.browse-topic-drop-icon { .browse-topic-drop-icon {
...@@ -874,6 +878,13 @@ body.discussion { ...@@ -874,6 +878,13 @@ body.discussion {
.browse-topic-drop-menu { .browse-topic-drop-menu {
max-height: 400px; max-height: 400px;
overflow-y: scroll; overflow-y: scroll;
.drop-menu-meta-category span,
.drop-menu-parent-category span {
margin: 10px 0;
font-size: 14px;
font-weight: 700;
}
} }
...@@ -926,14 +937,14 @@ body.discussion { ...@@ -926,14 +937,14 @@ body.discussion {
li li { li li {
a { a {
padding-left: 44px; padding-left: 44px;
background: url(../images/nested-icon.png) no-repeat 22px 14px; background: url(../images/nested-icon.png) no-repeat 22px 5px;
} }
} }
li li li { li li li {
a { a {
padding-left: 68px; padding-left: 68px;
background: url(../images/nested-icon.png) no-repeat 46px 14px; background: url(../images/nested-icon.png) no-repeat 46px 5px;
} }
} }
} }
......
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
%endif %endif
<li> <li>
<a href="#" class="drop-menu-meta-category"> <a href="#" class="drop-menu-meta-category">
<span class="board-name" data-discussion_id='#following'><i class="icon-star" style="padding-right:5px;"></i>Posts I'm Following</span> <span class="board-name" data-discussion_id='#following'><i class="icon-star" style="padding-right:5px;"></i>Posts I&#39;m Following</span>
</a> </a>
</li> </li>
${render_dropdown(category_map)} ${render_dropdown(category_map)}
......
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