diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-09-28 18:22:22 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-09-30 17:23:37 +0200 |
commit | e9756989048439cb1c4b8eabf5fafb868b93f67e (patch) | |
tree | 2317af5d8b3c94aba11625e5a907036040aa2634 | |
parent | 4541dd638748ac1371513b87780d801c31f6459c (diff) | |
download | sonarqube-e9756989048439cb1c4b8eabf5fafb868b93f67e.tar.gz sonarqube-e9756989048439cb1c4b8eabf5fafb868b93f67e.zip |
update style of level badges
-rw-r--r-- | server/sonar-web/src/main/less/components/ui.less | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/less/components/ui.less b/server/sonar-web/src/main/less/components/ui.less index e70d45c0294..8d4efa32d67 100644 --- a/server/sonar-web/src/main/less/components/ui.less +++ b/server/sonar-web/src/main/less/components/ui.less @@ -71,12 +71,16 @@ .level { display: inline-block; - height: 1.3em; - line-height: 1.3; - padding: 0 0.3em; + height: 1.6em; + line-height: 1.7; + margin: -0.3em 0; + padding: 0 0.5em; + border-radius: 3px; color: #fff; - font-weight: 300; + letter-spacing: 0.02em; + font-weight: 400; text-align: center; + text-shadow: 0 0 1px rgba(0, 0, 0, 0.35); a > & { margin-bottom: -1px; |