From 5fe7a9626f154466f8ba1a4dc63d5e3317966066 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:01:01 -0400 Subject: [PATCH] TESTING - Add Site Notice (Kind of required) --- app/views/layouts/default.php | 157 +++++++++++++++++----------------- 1 file changed, 78 insertions(+), 79 deletions(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index fe01fbc..74c2209 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -44,89 +44,88 @@ + container + .append( + $('
') + .css({ + display: 'flex', + width: '100%', + height: '100%', + justifyContent: 'center', + alignItems: 'center', + }) + .append( + $('
') + .css({ + backgroundColor: 'white', + display: 'flex', + padding: 8, + minWidth: 350, + flexDirection: 'column' + }) + .append( + $('
') + .css({ + margin: 8, + color: 'black' + }) + .html(notice) + ) + .append( + $('
') + .css({ + margin: 8, + textAlign: 'right' + }) + .append( + $('