changeset 7602:c7d9141b2576

style: align repository page HG/GIT logo with other headings - align context-bar heading with panel-heading Similarly, give Previous/Next links same margin so it aligns with panel content.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 Mar 2019 02:04:31 +0100
parents c0b8d016cc3e
children 0e8e55f954be
files kallithea/front-end/style.less
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/front-end/style.less	Fri Mar 22 02:21:57 2019 +0100
+++ b/kallithea/front-end/style.less	Fri Mar 22 02:04:31 2019 +0100
@@ -674,7 +674,7 @@
 div.comment-prev-next-links div.next-comment {
   display: inline-block;
   min-width: 150px;
-  margin: 3px 6px;
+  margin: 3px 15px;
 }
 #comments-general-comments div.comment-prev-next-links div.prev-comment,
 #comments-general-comments div.comment-prev-next-links div.next-comment {
@@ -929,6 +929,11 @@
   height: @navbar-height;
 }
 
+/* align with panel-heading */
+nav.navbar#context-bar > .container-fluid {
+  padding-left: 15px;
+}
+
 /* at.js */
 .atwho-view strong {
   /* the blue color doesn't look good, use normal color */