aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 17:11:57 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 17:11:57 -0500
commit9a12f678556ef05c3f1af8a222690ee0ade88296 (patch)
tree0e5fb85e9ea0a57341b50e78a3aa725f5be8f62b /public
parent8c3b8cbe895be54afdb880e26643a0cf8b0a3c64 (diff)
downloadgitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.tar.gz
gitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.tar.bz2
gitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.zip
templates/repo/header: Move topics editor to header
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/public/css/override.css b/public/css/override.css
index adc1bdc..5ae765a 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -48,17 +48,20 @@ a, .ui.breadcrumb a { color: #0366d6; }
.repo-name { font-weight: bold; }
.repository .header-wrapper { background-color: #fafbfc; }
-.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; background-color: #dedede; color: #444; }
+.repository .navbar .ui.label { padding: 0.25rem 0.75rem; border-radius: 1rem; background-color: #dedede; color: #444; font-weight: bold; }
.repository.file.list #repo-desc, .repo-description { font-size: 1rem !important; margin: 0.75rem 0; }
.repository .item { border-top: 3px solid transparent; }
.repository a.item { padding: 0.5rem 1.5rem !important; }
+.ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; }
.ui.breadcrumb .divider { margin: 0 }
.ui.tabular.menu .item { color: #444; }
.ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; }
-.ui.repo-description { display: none !important; }
-.ui.repo-description-custom { display: block !important; }
+
+.repo-topics, .ui.repo-description { display: none !important; }
+.repo-topics-custom, .ui.repo-description-custom { display: block !important; }
+
.ui.segment.sub-menu { display: none; }
.ui.secondary.pointing.menu { border-bottom: none; }