diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-28 12:12:09 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-28 12:12:09 +0000 |
commit | 48e72253d7cbbb5ee4936375a540e8c725880d09 (patch) | |
tree | be61482728f93bcb0b62c101571a648044137dbe /sonar-server/src/main/webapp | |
parent | d2f25e344d5db20b68339d52ad940e7f17edfc4d (diff) | |
download | sonarqube-48e72253d7cbbb5ee4936375a540e8c725880d09.tar.gz sonarqube-48e72253d7cbbb5ee4936375a540e8c725880d09.zip |
fix alignement of icons in the CSS class "data2"
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 9d728786e0e..93369b546f6 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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 { |