Tweak the header size and hide these bits momentarily so we can merge back into master.
This commit is contained in:
parent
15b3ad07fa
commit
28dedf987b
|
@ -6,7 +6,13 @@
|
||||||
{{if ne .CurrentUser.ID 0}}
|
{{if ne .CurrentUser.ID 0}}
|
||||||
<div class="optbox">
|
<div class="optbox">
|
||||||
{{if .ForumList}}
|
{{if .ForumList}}
|
||||||
<div class="opt" style="margin-right: auto;margin-top: 2px;"><a href="#"> / Most Recent</a></div>
|
<!--<div class="opt" style="margin-right: auto;">
|
||||||
|
<a href="#" style="font-size: 18px;margin-left: 5px;"> / Most Recent <span style="margin-left: -5px;">▾</span></a>
|
||||||
|
<div class="link_select">
|
||||||
|
<div class="link_option link_selected">Most Recent</div>
|
||||||
|
<div class="link_option">Most Viewed</div>
|
||||||
|
</div>
|
||||||
|
</div>-->
|
||||||
<div class="pre_opt auto_hide"></div>
|
<div class="pre_opt auto_hide"></div>
|
||||||
<div class="opt create_topic_opt" title="{{lang "topic_list.create_topic_tooltip"}}" aria-label="{{lang "topic_list.create_topic_aria"}}"><a class="create_topic_link" href="/topics/create/"></a></div>
|
<div class="opt create_topic_opt" title="{{lang "topic_list.create_topic_tooltip"}}" aria-label="{{lang "topic_list.create_topic_aria"}}"><a class="create_topic_link" href="/topics/create/"></a></div>
|
||||||
{{/** TODO: Add a permissions check for this **/}}
|
{{/** TODO: Add a permissions check for this **/}}
|
||||||
|
|
|
@ -239,7 +239,7 @@ h1, h2, h3, h4, h5 {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
.rowhead h1, .opthead h1, .colstack_head h1 {
|
.rowhead h1, .opthead h1, .colstack_head h1 {
|
||||||
font-size: 22px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
.sidebar .rowhead {
|
.sidebar .rowhead {
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
|
@ -332,11 +332,12 @@ h2 {
|
||||||
.topic_list_title_block .optbox {
|
.topic_list_title_block .optbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
/*margin-left: auto;*/
|
/*margin-left: auto;*/
|
||||||
|
margin-left: auto;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-top: 3.5px;
|
margin-top: 3.5px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
width: 100%;
|
/*width: 100%;*/
|
||||||
}
|
}
|
||||||
.topic_list_title_block .pre_opt:before {
|
.topic_list_title_block .pre_opt:before {
|
||||||
content: "{{index .Phrases "topics_click_topics_to_select"}}";
|
content: "{{index .Phrases "topics_click_topics_to_select"}}";
|
||||||
|
|
Loading…
Reference in New Issue