aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 00:44:49 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 00:44:49 -0500
commit77f497c818c57545d18ada430357b0b45dd0daa9 (patch)
tree205d00fcd9cf743c404a82eed8bcc06c0cf62cbc
parenta0a391d9c8adda39091625b69ae1521d4219cfe5 (diff)
downloadgitea-templates-77f497c818c57545d18ada430357b0b45dd0daa9.tar.gz
gitea-templates-77f497c818c57545d18ada430357b0b45dd0daa9.tar.bz2
gitea-templates-77f497c818c57545d18ada430357b0b45dd0daa9.zip
public/css/override: Specific alignment for commit list header
-rw-r--r--public/css/override.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index d0e75ed..0f98151 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -54,6 +54,8 @@ a, .ui.breadcrumb a { color: #0366d6; }
.repository .item { border-top: 3px solid transparent; }
.repository a.item { padding: 0.5rem 1.5rem !important; }
.repository .ui.tabs.divider { margin-top: -1px; }
+.repository.commits .five.wide.column { display: flex; align-self: center; }
+.repository.commits .eleven.wide.right.aligned.column form { display: flex; align-items: center; justify-content: flex-end; }
.ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; }
.ui.breadcrumb .divider { font-weight: 700; color: #000; }