diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-20 14:10:33 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-20 14:10:54 +0200 |
commit | ec184554fcba165e64cfa1ed2b9b20b25938f6d4 (patch) | |
tree | 959d7e4765c831ed261303ceb81b5606247a4d58 /sonar-server/src/main/webapp/stylesheets | |
parent | 2c89cde5852c1920c187ce87505ac9e96b9b7910 (diff) | |
download | sonarqube-ec184554fcba165e64cfa1ed2b9b20b25938f6d4.tar.gz sonarqube-ec184554fcba165e64cfa1ed2b9b20b25938f6d4.zip |
SONAR-2628 improve administration console
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 70738451f96..49d3332679c 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -639,11 +639,11 @@ table.form td { padding: 2px 5px; vertical-align: top; } -table.form td.first { - min-width: 120px; +table.form td.keyCell { + width: 140px; text-align: right; font-weight: bold; - vertical-align: middle; + vertical-align: top; } table.form td img { vertical-align: bottom; |