diff --git a/public_html/static/style.css b/public_html/static/style.css index c3aaba6..ca30b59 100644 --- a/public_html/static/style.css +++ b/public_html/static/style.css @@ -152,6 +152,29 @@ div.notice-three text-align: right; } +div.error +{ + border: 1px solid #5D0000; + background-color: #E2C6C6; + margin-top: 8px; + margin-bottom: 6px; + font-size: 15px; + padding: 8px 10px; +} + +div.error ul +{ + padding-left: 28px; + margin: 3px 0px; +} + +div.error p +{ + margin: 3px 0px; + font-weight: bold; + font-size: 16px; +} + .login { float: right; diff --git a/public_html/templates/layout.tpl b/public_html/templates/layout.tpl index e72a742..7f35e05 100644 --- a/public_html/templates/layout.tpl +++ b/public_html/templates/layout.tpl @@ -11,12 +11,6 @@

Home

+ {%if isempty|errors == false} +
+

One or more errors occurred:

+ +
+ {%/if} {%?contents}