-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;
-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-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;
+}
// Layout
@navigatorTopOffset: 30px;
+@navigatorBottomOffset: 35px;
@navigatorHeaderHeight: 37px;
@navigatorFiltersHeight: 37px;