# HG changeset patch # User bsw # Date 1340646119 -7200 # Node ID 6dc5dc41ada5bdd48733be3c8335a25a11f3e0ef # Parent 1e4c61b4ef4655775a7cfb05e3e161613030648c Optical enhancements diff -r 1e4c61b4ef46 -r 6dc5dc41ada5 static/style.css --- a/static/style.css Mon Jun 25 19:41:45 2012 +0200 +++ b/static/style.css Mon Jun 25 19:41:59 2012 +0200 @@ -313,12 +313,19 @@ .page_head .title, .issue .context, -.issue .title, .initiative_head .title, .area_list .title { padding: 8px 10px 2px 10px; } +.issue .title { + padding: 5px 10px 0px 10px; +} + +.events .issue .title { + padding: 5px 10px 10px 10px; +} + .page_head .actions, .page_head .unit_head .content, .page_head .area_head .content, @@ -384,6 +391,7 @@ .unit_head { background-color: #44a; background-image: -webkit-linear-gradient(top, #67d, #23a); + color: #fff; } .unit_head:last-child {