Lines 36-41
Link Here
|
36 |
url('fonts/NotoSans-BoldItalic-webfont.woff') format('woff'); |
36 |
url('fonts/NotoSans-BoldItalic-webfont.woff') format('woff'); |
37 |
} |
37 |
} |
38 |
|
38 |
|
|
|
39 |
$footer-height: 45px; |
39 |
|
40 |
|
40 |
body { |
41 |
body { |
41 |
background: #FCF9FC none; |
42 |
background: #FCF9FC none; |
Lines 80-89
body {
Link Here
|
80 |
height: auto !important; |
81 |
height: auto !important; |
81 |
height: 100%; |
82 |
height: 100%; |
82 |
min-height: 100%; |
83 |
min-height: 100%; |
83 |
padding-right: 40px; |
|
|
84 |
padding-left: 40px; |
84 |
padding-left: 40px; |
85 |
/* Negative indent footer by it's height */ |
85 |
padding-right: 40px; |
86 |
// margin: 0 auto -60px; |
86 |
/* Negative indent footer by its height */ |
|
|
87 |
margin: 0 auto -#{$footer-height + 1}; |
87 |
} |
88 |
} |
88 |
|
89 |
|
89 |
.fa.fa-icon-black, |
90 |
.fa.fa-icon-black, |
Lines 92-99
body {
Link Here
|
92 |
} |
93 |
} |
93 |
|
94 |
|
94 |
#changelanguage { |
95 |
#changelanguage { |
|
|
96 |
clear: both; |
95 |
/* Set the fixed height of the footer here */ |
97 |
/* Set the fixed height of the footer here */ |
96 |
// height: 60px; |
98 |
min-height: $footer-height; |
97 |
.nav { |
99 |
.nav { |
98 |
> .active { |
100 |
> .active { |
99 |
> p { |
101 |
> p { |
Lines 846-856
input[type="text"]:focus {
Link Here
|
846 |
|
848 |
|
847 |
.navbar-fixed-bottom { |
849 |
.navbar-fixed-bottom { |
848 |
&.navbar-static-bottom { |
850 |
&.navbar-static-bottom { |
849 |
margin-top: .5em; |
|
|
850 |
position: static; |
851 |
position: static; |
851 |
} |
852 |
} |
852 |
.navbar-inner { |
853 |
.navbar-inner { |
853 |
box-shadow: none; |
854 |
box-shadow: none; |
|
|
855 |
min-height: $footer-height; |
854 |
} |
856 |
} |
855 |
} |
857 |
} |
856 |
|
858 |
|
857 |
- |
|
|