]> source.dussan.org Git - sonarqube.git/commitdiff
New Issues Page: show footer
authorStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 06:27:20 +0000 (12:27 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 7 Feb 2014 06:27:20 +0000 (12:27 +0600)
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
sonar-server/src/main/webapp/stylesheets/navigator/config.less

index 52d9819c33b7dc735c00c6e21645fdc35a613b8a..70b7eb9b2a2bdc2432056ec7422a743b84977e5d 100644 (file)
@@ -46,7 +46,7 @@
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   top: 104px;
-  bottom: 0;
+  bottom: 35px;
   left: 320px;
   right: 0;
 }
   font-size: 16px;
   text-decoration: none;
 }
+.issues-page #footer {
+  position: fixed;
+  z-index: 2;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+  bottom: 0;
+  left: 320px;
+  right: 0;
+  margin: 0;
+  border-top: 1px solid #e1e1e1;
+}
+.issues-page #ftlinks {
+  margin-top: 0;
+}
 .navigator-filters {
   border-bottom: 1px solid #cdcdcd;
   background-color: #efefef;
index ea143f18623469285a038876c9529d22fd367760..9cfb3236dac65ea1c00f461198d96fd70200bd46 100644 (file)
@@ -46,7 +46,7 @@
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   top: 104px;
-  bottom: 0;
+  bottom: 35px;
   left: 320px;
   right: 0;
 }
   font-size: 16px;
   text-decoration: none;
 }
+.issues-page #footer {
+  position: fixed;
+  z-index: 2;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+  bottom: 0;
+  left: 320px;
+  right: 0;
+  margin: 0;
+  border-top: 1px solid #e1e1e1;
+}
+.issues-page #ftlinks {
+  margin-top: 0;
+}
index c1119c5d85533011af9d3b32a30ead510ad5fe6a..fbde4641d182feb90daeb164cd37a87a1da40dee 100644 (file)
@@ -38,7 +38,7 @@
 .navigator-details {
   .navigator-element;
   top: @navigatorTopOffset + @navigatorHeaderHeight + @navigatorFiltersHeight;
-  bottom: 0;
+  bottom: @navigatorBottomOffset;
   left: @navigatorResultsWidth;
   right: 0;
 }
   font-size: 16px;
   text-decoration: none;
 }
+
+
+
+// Footer
+.issues-page #footer {
+  .navigator-element;
+  bottom: 0;
+  left: @navigatorResultsWidth;
+  right: 0;
+  margin: 0;
+  border-top: 1px solid @navigatorBorderLightColor;
+}
+
+.issues-page #ftlinks {
+  margin-top: 0;
+}
index 14c3fbe75c063e72b22115461a4b7242b8525ca3..d9fdacfe58d5a4c7dbc94deb76aa108c42767ac1 100644 (file)
@@ -2,6 +2,7 @@
 
 // Layout
 @navigatorTopOffset: 30px;
+@navigatorBottomOffset: 35px;
 
 @navigatorHeaderHeight: 37px;
 @navigatorFiltersHeight: 37px;