diff options
Diffstat (limited to 'skins')
-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 { |