]> source.dussan.org Git - sonarqube.git/commitdiff
Fix footer on measures page
authorStas Vilchik <vilchiks@gmail.com>
Fri, 7 Mar 2014 17:12:13 +0000 (18:12 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 7 Mar 2014 17:12:13 +0000 (18:12 +0100)
sonar-server/src/main/webapp/stylesheets/navigator.css
sonar-server/src/main/webapp/stylesheets/navigator/base.css
sonar-server/src/main/webapp/stylesheets/navigator/base.less

index fb40c05cfa83c7c5e9b192eb806067a7eea39b55..b61e2c41b74cc94a7115ded019c19a87c82fc416 100644 (file)
@@ -86,6 +86,7 @@
 .measures-page .navigator-results {
   top: 104px;
   left: 0;
+  bottom: 36px;
   width: 100%;
 }
 .navigator-with-notes .navigator-actions,
 .navigator-page #ftlinks {
   margin-top: 0;
 }
+.measures-page #footer {
+  left: 0;
+}
 .navigator-filters {
   border-bottom: 1px solid #cdcdcd;
   background-color: #efefef;
index fdeb06d27853ceca24427aecbd651e0b6637a8bd..879cc350eec6f5b3a2ece103f6dc285e4d04d2cf 100644 (file)
@@ -86,6 +86,7 @@
 .measures-page .navigator-results {
   top: 104px;
   left: 0;
+  bottom: 36px;
   width: 100%;
 }
 .navigator-with-notes .navigator-actions,
 .navigator-page #ftlinks {
   margin-top: 0;
 }
+.measures-page #footer {
+  left: 0;
+}
index 9c85d348246a32c763476ffa2f283505687d42d2..f4c7b070d4158afd81017101c3322d82d3f8d0b0 100644 (file)
@@ -71,6 +71,7 @@
   .navigator-results {
     top: @navigatorTopOffset + @navigatorHeaderHeight + @navigatorFiltersHeight;
     left: 0;
+    bottom: 36px;
     width: 100%;
   }
 }
 .navigator-page #ftlinks {
   margin-top: 0;
 }
+
+.measures-page #footer {
+  left: 0;
+}