diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-01-22 19:02:52 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-01-22 19:03:07 +0600 |
commit | c3a99c9c255fc0bb178eb6053945eaf07039c3cf (patch) | |
tree | 053eb940fbb695c5deaeb0efa3c6def9f5b91647 /sonar-server/src/main/webapp/stylesheets/navigator/base.less | |
parent | c1f6bd2c61e96cff3bad2695a3fc995cfd0f9732 (diff) | |
download | sonarqube-c3a99c9c255fc0bb178eb6053945eaf07039c3cf.tar.gz sonarqube-c3a99c9c255fc0bb178eb6053945eaf07039c3cf.zip |
New Issues Page: Some adjustments
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/navigator/base.less')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator/base.less | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.less b/sonar-server/src/main/webapp/stylesheets/navigator/base.less index 94ce0f86e21..d168d9afa10 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/base.less +++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.less @@ -83,10 +83,18 @@ line-height: @navigatorHeaderHeight; } +.navigator-header-description { + display: inline-block; + vertical-align: middle; + margin-left: 16px; + font-size: @smallFontSize; + font-style: italic; +} + .navigator-header-actions { display: inline-block; vertical-align: middle; - margin-left: 24px; + margin-left: 16px; & > button { position: relative; @@ -198,14 +206,6 @@ padding-top: 20%; color: #999; text-align: center; - - i { - font-size: 32px; - } - - p { - margin-top: 10px; - } } |