diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 10:44:39 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 10:44:39 +0100 |
commit | 21f10c7ad19e068e7d22758fb7fc628c2784f392 (patch) | |
tree | cf606bd8cce45f525bec64dc904853d1746bd1dd /skins/larry/styles.css | |
parent | 1670b3e1d3a46fd8b9cb691c03017956452c155e (diff) |
Small adjustments to new status message display
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | 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 7f2c6c066..c823ff48f 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -531,8 +531,8 @@ a.iconlink.upload { #messagestack { position: absolute; - bottom: 14px; - right: 5px; + bottom: 18px; + right: 8px; z-index: 50000; width: auto; height: auto; @@ -579,7 +579,7 @@ a.iconlink.upload { 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 { |