]> source.dussan.org Git - sonarqube.git/commitdiff
fix alignement of icons in the CSS class "data2"
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 28 Sep 2010 12:12:09 +0000 (12:12 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 28 Sep 2010 12:12:09 +0000 (12:12 +0000)
sonar-server/src/main/webapp/stylesheets/style.css

index 9d728786e0e000b292c7f9b7e7826ca6372f9abf..93369b546f6d9d46b3c12cc49bae0ec3d038dd82 100644 (file)
@@ -1453,7 +1453,10 @@ table.data2 > tfoot > tr > td {
 table.data2 td, table.data2 td a, table.data2 th, table.data2 th a {
   color: #444;
 }
-table.data2 img, table.data2 input, table.data2 select {
+table.data2 img {
+  vertical-align: text-bottom;
+}
+table.data2 input, table.data2 select {
   vertical-align: baseline;
 }
 .background-gray {