Commit f1ff8ddf05b69a2d1b4c1b0292127f28d1a3e130
1 parent
59ab1a3a6c
Exists in
master
footer theme
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
app/css/base-admin-3.css
... | ... | @@ -348,13 +348,13 @@ h6 { |
348 | 348 | */ |
349 | 349 | .footer { |
350 | 350 | margin-top: 0; |
351 | - border-top: 1px solid #000; | |
351 | + border-top: 1px solid #eee; | |
352 | 352 | padding: 15px 0; |
353 | 353 | font-size: 12px; |
354 | - background: #111; | |
355 | - color: #999; | |
356 | - -webkit-box-shadow: inset 0 1px 0 #292929; | |
357 | - box-shadow: inset 0 1px 0 #292929; | |
354 | + background:#eee; | |
355 | + color: #898989; | |
356 | + /*-webkit-box-shadow: inset 0 1px 0 #292929; | |
357 | + box-shadow: inset 0 1px 0 #292929;*/ | |
358 | 358 | } |
359 | 359 | .footer #footer-terms { |
360 | 360 | text-align: right; | ... | ... |
app/partials/main/main.html
... | ... | @@ -132,7 +132,7 @@ |
132 | 132 | <div ui-view></div> |
133 | 133 | <!-- </body> --> |
134 | 134 | <!-- footer --> |
135 | -<div class="extra"> | |
135 | +<div class="extra" style="display: none;"> | |
136 | 136 | <div class="container"> |
137 | 137 | <div class="row"> |
138 | 138 | <div class="col-md-3"> |
... | ... | @@ -184,13 +184,13 @@ |
184 | 184 | <div class="footer"> |
185 | 185 | <div class="container"> |
186 | 186 | <div class="row"> |
187 | - <div id="footer-copyright" class="col-md-6"> | |
187 | + <div id="footer-copyright" class="col-md-6"> | |
188 | 188 | © 2018-19 FBOinsights. |
189 | - </div> | |
189 | + </div> | |
190 | 190 | <!-- /span6 --> |
191 | - <div id="footer-terms" class="col-md-6"> | |
191 | + <!-- <div id="footer-terms" class="col-md-6"> | |
192 | 192 | Theme by <a href="#" target="_blank">FBOinsights</a> |
193 | - </div> | |
193 | + </div> --> | |
194 | 194 | <!-- /.span6 --> |
195 | 195 | </div> |
196 | 196 | <!-- /row --> | ... | ... |