From 8649d28fd763abfbdedfa87990370f9765c7a2c3 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Aug 29 2016 08:00:02 +0000 Subject: Cleaned up the topbar a bit Made the login link a button. Also made the create project link and browse links not show when not logged in. Removed the browse, as browse is the default view when not logged in. --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 7f17e4d..78c6665 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -560,6 +560,7 @@ th[data-sort] { } @media (min-width:1200px) { .pr_comment_form .card, .inline-pr-comment .card{max-width:680px} +} #watch_project a { cursor: pointer; @@ -570,3 +571,7 @@ th[data-sort] { line-height: 1.42857143; vertical-align: middle; } + +a.nav-link.btn{ + color:white!important; +} diff --git a/pagure/templates/master.html b/pagure/templates/master.html index 76b678a..f482315 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -34,25 +34,25 @@