summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/stylesheets/navigator.css
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-03-05 14:22:18 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-03-05 14:22:18 +0100
commit10ec32151f15d675dfd886b9845b0c1e66998bdb (patch)
tree9fb03c77fa9420f9df034025c32971a4e89475de /sonar-server/src/main/webapp/stylesheets/navigator.css
parent3a7b42c239627e016d2272311b98759ede7894e6 (diff)
downloadsonarqube-10ec32151f15d675dfd886b9845b0c1e66998bdb.tar.gz
sonarqube-10ec32151f15d675dfd886b9845b0c1e66998bdb.zip
SONAR-4913 Improve layout of the page "Measures"
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/navigator.css')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/navigator.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css
index 7744da7d84d..8d05fbe50dc 100644
--- a/sonar-server/src/main/webapp/stylesheets/navigator.css
+++ b/sonar-server/src/main/webapp/stylesheets/navigator.css
@@ -73,12 +73,8 @@
height: 20px;
display: none;
}
-.navigator-simple .navigator-filters {
- top: 30px;
-}
-.navigator-simple .navigator-results {
- top: 67px;
- bottom: 0;
+.measures-page .navigator-results {
+ top: 104px;
left: 0;
width: 100%;
}
@@ -601,13 +597,10 @@
}
.navigator-filter-favorite {
position: absolute;
- top: 0;
+ top: -100%;
left: 0;
border-top: none;
}
-.issues-page .navigator-filter-favorite {
- top: -100%;
-}
.navigator-filter-favorite-toggle {
width: 16px;
height: 37px;