Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-07-05 15:01:02 +0300
committerAleksander Machniak <alec@alec.pl>2017-07-05 15:05:59 +0300
commit258ff6adb4aa9d557b4b28b19a30d4c6c7892a4d (patch)
tree0a85b1812f66365f80ea6c73825c195c19d8f4ce /skins
parentcc2eb8d7ece23f48d8dfef36171cdffa25f085f5 (diff)
Fix watermark position in messageerror template
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/templates/messageerror.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/messageerror.html b/skins/larry/templates/messageerror.html
index c5c95214c..67c0f433b 100644
--- a/skins/larry/templates/messageerror.html
+++ b/skins/larry/templates/messageerror.html
@@ -40,7 +40,7 @@
<div id="mailview-right" class="uibox">
-<div id="messagecontent" class="watermark"></div>
+<div id="messagecontent" class="watermark" style="top:0"></div>
</div><!-- end mailview-right -->