]> source.dussan.org Git - sonarqube.git/commitdiff
Improve CSS of page headers
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 14:18:53 +0000 (15:18 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 14:21:02 +0000 (15:21 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 92232788e72edc966800f059cacf3510ede1442e..0df4d95a351baff16a4487d4535caf402e456998 100644 (file)
@@ -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 {