From 624384249bd572ba17c4925bbc85086ccdd8f87d Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 5 Dec 2012 15:18:53 +0100 Subject: [PATCH] Improve CSS of page headers --- sonar-server/src/main/webapp/stylesheets/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 92232788e72..0df4d95a351 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -560,6 +560,7 @@ div.operations { ul.operations { float: right; height: 20px; + line-height: 20px; list-style-type: none; margin: 0; background-color: #EFEFEF; @@ -572,7 +573,7 @@ ul.operations { ul.operations li { float: left; margin: 0; - padding: 2px 7px; + padding: 0 8px; font-size: 85%; border-right: 1px solid #cdcdcd; } @@ -1992,8 +1993,11 @@ table.without-header { /* GENERIC STYLES */ .line-block { - display: inline-block; + display: block; width: 100%; + height: 24px; + line-height: 24px; + margin-bottom: 5px; } .line-info { -- 2.39.5