From f1e5d5114dd28c903b3604ecc26f1ffadc64ee5a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 19 Mar 2017 11:56:31 +0100 Subject: [PATCH] Added messageerror.html template --- skins/elastic/styles/layout.less | 12 ++++++++---- skins/elastic/styles/styles.less | 6 ++++++ skins/elastic/templates/messageerror.html | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 skins/elastic/templates/messageerror.html diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less index fdfec9dc6..07567400d 100644 --- a/skins/elastic/styles/layout.less +++ b/skins/elastic/styles/layout.less @@ -46,10 +46,6 @@ body { overflow: hidden; } -body.iframe { - overflow: auto; -} - body > #layout { overflow: hidden; display: flex; @@ -150,6 +146,14 @@ body > #layout { } } +body.iframe { + overflow: auto; + + #content { + height: 100%; + } +} + @media screen and (max-width: @screen-width-large) { body > #layout > div.sidebar, diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 63b659cf1..d12d40c8c 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -196,6 +196,12 @@ div.popover > h3 { display: none; } +#content .watermark { + background: url(../images/watermark.jpg) center center no-repeat; + width: 100%; + height: 100%; +} + /* Widgets */ diff --git a/skins/elastic/templates/messageerror.html b/skins/elastic/templates/messageerror.html new file mode 100644 index 000000000..f6fa3dafb --- /dev/null +++ b/skins/elastic/templates/messageerror.html @@ -0,0 +1,18 @@ + + + + + +

+ +
+ +

+ + +
+
+ +