From 21f10c7ad19e068e7d22758fb7fc628c2784f392 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 22 Nov 2013 04:44:39 -0500
Subject: [PATCH] Small adjustments to new status message display
---
skins/larry/styles.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 7f2c6c0..c823ff4 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -531,8 +531,8 @@
#messagestack {
position: absolute;
- bottom: 14px;
- right: 5px;
+ bottom: 18px;
+ right: 8px;
z-index: 50000;
width: auto;
height: auto;
@@ -579,7 +579,7 @@
left: 4px;
width: 20px;
height: 24px;
- background: url(images/messages_dark.png) 0 6px no-repeat;
+ background: url(images/messages_dark.png) 0 7px no-repeat;
}
#messagestack div.error {
--
Gitblit v1.9.1