From 049d65a414055279d7f2ba883a286b9639a8d241 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 17 Sep 2014 00:21:59 -0400 Subject: [PATCH] Tweaks to footer --- server/files/stylesheets/semantic.css | 12 ++++++++++++ server/layouts/default.html.eco | 21 ++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 10555e296..82c155f4f 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1434,6 +1434,18 @@ body.progress .ui.progress .bar { Definition Container *******************************/ +#example .pusher > .page { + display: table; + width: 100%; + height: 100%; +} +#example .pusher > .page > .full.height { + display: table-row; + height: 100%; +} +#example .pusher > .page > .footer { + clear: both; +} #example .main.container { z-index: 1; diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 180c274f0..6cf0bab0d 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -253,15 +253,12 @@
- <%- @content %> +
+ <%- @content %> +