diff --git a/app/styles/app/layouts/footer.sass b/app/styles/app/layouts/footer.sass index 951c5665..982ebbdb 100644 --- a/app/styles/app/layouts/footer.sass +++ b/app/styles/app/layouts/footer.sass @@ -2,6 +2,8 @@ * Footer on the dashboard */ +$footer-height: 204px + a color : $color-link text-decoration : none @@ -25,11 +27,11 @@ footer height: auto @media (min-width: 640px) .wrapper - padding-bottom: 204px + padding-bottom: $footer-height + 50 footer - margin-top: -204px - min-height: 204px + margin-top: - $footer-height + min-height: $footer-height footer h3 font-size : 15px @@ -87,5 +89,3 @@ footer a:active .status-circle.major background: #e74c3c -.wrapper:not(.centered) ~ footer - display: none diff --git a/app/styles/app/modules/tabs.sass b/app/styles/app/modules/tabs.sass index 0bb9bbbd..c0a02746 100644 --- a/app/styles/app/modules/tabs.sass +++ b/app/styles/app/modules/tabs.sass @@ -25,7 +25,7 @@ content: "" position: absolute left: 0 - bottom: -4px + bottom: -0.25em width: 100% height: 2px background-color: $teal2 diff --git a/app/templates/layouts/dashboard.hbs b/app/templates/layouts/dashboard.hbs index ebbffe2c..c1a87f20 100644 --- a/app/templates/layouts/dashboard.hbs +++ b/app/templates/layouts/dashboard.hbs @@ -1,14 +1,15 @@ -
-
-
+
+
+
{{render "top"}} -
+
+
+
{{yield}} -
- -
- {{render "footer"}} -
+ + diff --git a/app/templates/layouts/profile.hbs b/app/templates/layouts/profile.hbs index 47623eb8..027246bc 100644 --- a/app/templates/layouts/profile.hbs +++ b/app/templates/layouts/profile.hbs @@ -1,15 +1,17 @@ -
+
+
+
+ {{render "top"}} +
+
+
- {{render "top"}} -
-
+ {{render "flash"}} +
+ {{yield}} -
- {{render "flash"}} -
- {{yield}} - - {{outlet "left"}} + {{outlet "left"}} +