]> source.dussan.org Git - sonarqube.git/commitdiff
Improve dashboard styles
authorStas Vilchik <vilchiks@gmail.com>
Thu, 22 May 2014 12:33:24 +0000 (14:33 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 22 May 2014 14:14:48 +0000 (16:14 +0200)
sonar-server/src/main/less/dashboard.less
sonar-server/src/main/less/ui.less

index f9b1586e039826dba480cdf078cb9509059ca386..c2e109a8f5bc2257beca4ca937b01b475a222114 100644 (file)
   line-height: 1;
   border-bottom: 1px solid @barBorderColor;
   color: @baseFontColor;
-  font-size: 16px;
-  font-weight: 300;
+  font-size: 14px;
+  font-weight: 400;
   text-transform: uppercase;
 }
 
 #dashboard .widget-title a {
   .base-link;
   .chevron-link;
-
-  &:after {
-    position: relative;
-    top: -2px;
-  }
 }
 
 /*CONFIGURATION*/
index b4e9b7df9afe8236f3d5692aa82079396057ee97..b58ab229bfcf7c9e691f7536bc03d28beaf8ed9a 100644 (file)
@@ -47,6 +47,7 @@ a {
 }
 
 .link() {
+  outline: none;
   text-decoration: none;
   .trans;
 
@@ -54,14 +55,14 @@ a {
 
   &:active, &:focus {
     color: @darkBlue;
-    outline: none;
-    text-shadow: 0 0 3px @blue;
   }
 }
 
 .chevron-link {
   &:after {
     content: "\f105";
+    position: relative;
+    top: -1px;
     vertical-align: middle;
     margin-left: 0.4em;
     font-family: 'sonar';