From 28dedf987b3f14c1339a560b29509d60f2f303a2 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 24 Sep 2018 17:49:19 +1000 Subject: [PATCH] Tweak the header size and hide these bits momentarily so we can merge back into master. --- templates/topics.html | 8 +++++++- themes/nox/public/main.css | 5 +++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/templates/topics.html b/templates/topics.html index 20e15f6d..640fea13 100644 --- a/templates/topics.html +++ b/templates/topics.html @@ -6,7 +6,13 @@ {{if ne .CurrentUser.ID 0}}
{{if .ForumList}} - +
{{/** TODO: Add a permissions check for this **/}} diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index ca746330..65da0349 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -239,7 +239,7 @@ h1, h2, h3, h4, h5 { margin-bottom: 8px; } .rowhead h1, .opthead h1, .colstack_head h1 { - font-size: 22px; + font-size: 21px; } .sidebar .rowhead { margin-left: 18px; @@ -332,11 +332,12 @@ h2 { .topic_list_title_block .optbox { display: flex; /*margin-left: auto;*/ + margin-left: auto; font-size: 17px; margin-top: 3.5px; margin-right: 16px; margin-right: 18px; - width: 100%; + /*width: 100%;*/ } .topic_list_title_block .pre_opt:before { content: "{{index .Phrases "topics_click_topics_to_select"}}";