diff --git a/public/stylesheets/sunrise.css b/public/stylesheets/sunrise.css index fbc10695..e4493325 100644 --- a/public/stylesheets/sunrise.css +++ b/public/stylesheets/sunrise.css @@ -83,18 +83,23 @@ span.button.is-static { * Fixed Level */ +.columns.is-fixed-bottom, .level.is-fixed-bottom { z-index: 1100; position: fixed; bottom: 0; left: 0; right: 0; - padding: 15px; margin: 0; +} - &.has-shadow { - box-shadow: 0 -2px 0 0 #f5f5f5; - } +.level.is-fixed-bottom { + padding: 15px; +} + +.columns.is-fixed-bottom.has-shadow, +.level.is-fixed-bottom.has-shadow { + box-shadow: 0 -2px 0 0 #f5f5f5; } /* @@ -206,4 +211,4 @@ span.button.is-static { .avoid-page-break { page-break-inside: avoid; -} \ No newline at end of file +} diff --git a/views/burialSite-edit.ejs b/views/burialSite-edit.ejs index fff8482b..361f756e 100644 --- a/views/burialSite-edit.ejs +++ b/views/burialSite-edit.ejs @@ -36,23 +36,21 @@ <% } %> -