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 @@ <% } %> -
-
+
+
<% if (!isCreate) { %> - + <%= burialSite.burialSiteName %> <% } %>
-
- <% if (isCreate) { %> -
+
+
+ <% if (isCreate) { %> Cancel -
- <% } else { %> -
+ <% } else { %>
-
- <% } %> -
+ <% } %>
@@ -339,7 +335,7 @@
-
+

Geographic Location

@@ -380,7 +376,7 @@
-
+

Image

diff --git a/views/burialSite-view.ejs b/views/burialSite-view.ejs index a22cbb02..198030fe 100644 --- a/views/burialSite-view.ejs +++ b/views/burialSite-view.ejs @@ -21,14 +21,14 @@ <%= burialSite.burialSiteName %> -
-
- +
+
+ <%= burialSite.burialSiteName %>
-
-
+
+ - - <% if (user.userProperties.canUpdate) { %> -
+ <% if (user.userProperties.canUpdate) { %> @@ -55,8 +51,8 @@ Switch to Edit Mode Edit -
- <% } %> + <% } %> +
@@ -101,7 +97,7 @@
-
+

Geographic Location

@@ -131,7 +127,7 @@
-
+

Image

diff --git a/views/cemetery-edit.ejs b/views/cemetery-edit.ejs index ca16670e..0d0825c7 100644 --- a/views/cemetery-edit.ejs +++ b/views/cemetery-edit.ejs @@ -36,23 +36,21 @@ <% } %> -
-
+
+
<% if (!isCreate) { %> - + <%= cemetery.cemeteryName || "(No Name)" %> <% } %>
-
- <% if (isCreate) { %> -
+
+
+ <% if (isCreate) { %> Cancel -
- <% } else { %> -
+ <% } else { %>
-
- <% } %> -
+ <% } %>
@@ -126,7 +122,7 @@
-
+

Address

@@ -140,53 +136,53 @@
-
- -
- -
+
+ +
+
-
-
- -
+
+
+
+
-
-
-
- -
- -
-
-
-
-
- -
- -
+
+
+
+
+ +
+
-
-
-
- -
- -
-
-
-
-
- -
- -
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
@@ -195,7 +191,7 @@
-
+

Geographic Location

diff --git a/views/cemetery-view.ejs b/views/cemetery-view.ejs index f401e507..f8b4dd08 100644 --- a/views/cemetery-view.ejs +++ b/views/cemetery-view.ejs @@ -25,14 +25,14 @@ -
-
- +
+
+ <%= cemetery.cemeteryName || "(No Name)" %>
-
-
+
+ - - <% if (user.userProperties.canUpdate) { %> -
- - - Switch to Edit Mode - Edit - + <% if (user.userProperties.canUpdate) { %> + + <% } %>
- <% } %> +
@@ -98,7 +97,7 @@
-
+

Geographic Location

@@ -127,7 +126,7 @@
-
+

Image

diff --git a/views/contract-edit.ejs b/views/contract-edit.ejs index 767c9b36..e6bdf233 100644 --- a/views/contract-edit.ejs +++ b/views/contract-edit.ejs @@ -43,26 +43,24 @@ <% } %> -
-
+
+
<% if (!isCreate) { %> - + Contract #<%= contract.contractId %>: <%= contract.burialSiteName || ("(No Burial Site)") %> <% } %>
-
- <% if (!isCreate && contractTypePrints.length > 0) { %> - <% if (contractTypePrints.length === 1) { %> -
+
+
+ <% if (!isCreate && contractTypePrints.length > 0) { %> + <% if (contractTypePrints.length === 1) { %> Print -
- <% } else { %> -
+ <% } else { %>
-
+ <% } %> <% } %> - <% } %> - <% if (isCreate) { %> -
+ <% if (isCreate) { %> Cancel -
- <% } else { %> -
+ <% } else { %>
-
- <% } %> -
+ <% } %>
-
+ <% } %> <% } %> - <% } %> - <% if (user.userProperties.canUpdate) { %> - - <% } %> + <% } %> +
diff --git a/views/funeralHome-edit.ejs b/views/funeralHome-edit.ejs index b8467107..6c806e4d 100644 --- a/views/funeralHome-edit.ejs +++ b/views/funeralHome-edit.ejs @@ -5,7 +5,7 @@
  • Home
  • - + Funeral Homes
  • @@ -36,23 +36,21 @@ <% } %> -
    -
    +
    +
    <% if (!isCreate) { %> - + <%= funeralHome.funeralHomeName || "(No Name)" %> <% } %>
    -
    - <% if (isCreate) { %> -
    +
    +
    + <% if (isCreate) { %> Cancel -
    - <% } else { %> -
    + <% } else { %>
    -
    - <% } %> -
    + <% } %>
    diff --git a/views/funeralHome-search.ejs b/views/funeralHome-search.ejs index def03323..5471dcc7 100644 --- a/views/funeralHome-search.ejs +++ b/views/funeralHome-search.ejs @@ -27,15 +27,15 @@
    <% if (user.userProperties.canUpdate) { %> - + <% } %>
    diff --git a/views/funeralHome-view.ejs b/views/funeralHome-view.ejs index ddda8a31..5a811f0e 100644 --- a/views/funeralHome-view.ejs +++ b/views/funeralHome-view.ejs @@ -21,23 +21,21 @@ <%= funeralHome.funeralHomeName || "(No Name)" %> -
    -
    - +
    +
    + <%= funeralHome.funeralHomeName || "(No Name)" %>
    -
    +
    <% if (user.userProperties.canUpdate) { %> - + + + Switch to Edit Mode + Edit + <% } %>
    diff --git a/views/workOrder-edit.ejs b/views/workOrder-edit.ejs index 80d044a1..6e43b0ef 100644 --- a/views/workOrder-edit.ejs +++ b/views/workOrder-edit.ejs @@ -40,26 +40,24 @@ <% } %> -
    -
    +
    +
    <% if (!isCreate) { %> - + Work Order #<%= workOrder.workOrderNumber || "(No Number)" %> <% } %>
    -
    - <% if (!isCreate && configFunctions.getConfigProperty("settings.workOrders.prints").length > 0) { %> - <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length === 1) { %> -
    +
    +
    + <% if (!isCreate && configFunctions.getConfigProperty("settings.workOrders.prints").length > 0) { %> + <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length === 1) { %> /?workOrderId=<%= workOrder.workOrderId %>" target="_blank"> Print -
    - <% } else { %> -
    + <% } else { %>
    -
    + <% } %> <% } %> - <% } %> - <% if (isCreate) { %> -
    + <% if (isCreate) { %> Cancel -
    - <% } else { %> -
    + <% } else { %>
    -
    - <% } %> -
    + <% } %>
    @@ -219,7 +211,7 @@ <% if (!isCreate) { %>
    -
    +

    Related Burial Sites

    diff --git a/views/workOrder-view.ejs b/views/workOrder-view.ejs index 8c95bfac..c4d0ae7a 100644 --- a/views/workOrder-view.ejs +++ b/views/workOrder-view.ejs @@ -22,24 +22,22 @@ #<%= workOrder.workOrderNumber || "(No Number)" %> -
    -
    - +
    +
    + Work Order #<%= workOrder.workOrderNumber || "(No Number)" %>
    -
    - <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length > 0) { %> - <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length === 1) { %> -
    +
    +
    + <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length > 0) { %> + <% if (configFunctions.getConfigProperty("settings.workOrders.prints").length === 1) { %> /?workOrderId=<%= workOrder.workOrderId %>" target="_blank" aria-label="Print"> Print -
    - <% } else { %> -
    + <% } else { %>
    -
    + <% } %> <% } %> - <% } %> - <% if (user.userProperties.canUpdate) { %> -
    + <% if (user.userProperties.canUpdate) { %> <% if (workOrder.workOrderCloseDate) { %>
    - <% } %> + <% } %> +