diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 16:09:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 16:10:48 +0200 |
commit | bdb511d4b6fc6cf7ab956101fff419174cdb3cc6 (patch) | |
tree | 0fd277a70ee1bd4b8ffb2c62edd10a68d2c5cf7b /sonar-server/src/main/webapp/stylesheets | |
parent | ee7c546c56fa295eca2c3af77117fc07f08e26a9 (diff) | |
download | sonarqube-bdb511d4b6fc6cf7ab956101fff419174cdb3cc6.tar.gz sonarqube-bdb511d4b6fc6cf7ab956101fff419174cdb3cc6.zip |
Improve styles of sidebar and search engine results
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/layout.css | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/layout.css b/sonar-server/src/main/webapp/stylesheets/layout.css index 0f8ca0a0850..473c09bfbce 100644 --- a/sonar-server/src/main/webapp/stylesheets/layout.css +++ b/sonar-server/src/main/webapp/stylesheets/layout.css @@ -181,7 +181,7 @@ body, a { text-align: left; line-height: 1.1em; border: 2px solid #4b9fd5; - border-top-width: 1px; + border-top: none; padding: 10px 0; } diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index ea36b522e42..f3d1baf4597 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1101,10 +1101,7 @@ div.autocomplete { padding: 0; color: #111; line-height: 18px; - -moz-box-shadow: 0 0 10px 5px #EFEFEF; - -webkit-box-shadow: 0 0 10px 5px #EFEFEF; - -o-box-shadow: 0 0 10px 5px #EFEFEF; - box-shadow: 0 0 10px 5px #EFEFEF; + box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); z-index: 999999; } @@ -1118,7 +1115,7 @@ div.autocomplete ul li { list-style-type: none; display: block; margin: 0; - padding: 3px 10px; + padding: 3px 5px; cursor: pointer; color: #333; line-height: 18px; @@ -1129,7 +1126,7 @@ div.autocomplete ul li { div.autocomplete div.q { font-size: 93%; color: #777; - width: 85px; + width: 90px; text-align: right; margin-right: 5px; display: inline-block; @@ -2354,7 +2351,7 @@ select.medium-width { } .form-head { - padding: 0 10px; + padding: 2px 10px; background-color: #EFEFEF; line-height: 30px; height: 30px; @@ -2391,7 +2388,7 @@ select.medium-width { .form-foot { text-align: right; - padding: 0 10px; + padding: 2px 10px; border-top: 1px solid #CCC; line-height: 30px; height: 30px; |