From a1b451dd0862545c486b82810088ddc629013713 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Oct 16 2014 17:22:37 +0000 Subject: Use a blue gradient here, since there a few elements and spacing --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 6be1b7d..8ff4030 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -44,6 +44,7 @@ textarea { table.list thead th, .user_list a:hover, +.project_list > header, .fgradient{ color: white; background: #426ead; /* Old browsers */ @@ -111,6 +112,12 @@ header h1 span { min-height: 450px; } +.project_list > header { + border-radius: 10px 10px 0 0; + padding: .5em; + border-bottom: 1px solid rgba(237, 237, 237, 0.4); +} + .project_list header h3 { margin:0; } @@ -419,7 +426,6 @@ table.list .open_by { .issue_comment > header, .issue_comment > form > header, -.project_list > header, .file_content > .buttons { border-radius: 10px 10px 0 0;