summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-11-22 14:10:02 +0100
committerAleksander Machniak <alec@alec.pl>2013-11-22 14:10:02 +0100
commitf4d0fb395527e8bee746e759418889732c9d0ee8 (patch)
tree50700c3683e2c027f9b58158defe7e7980db9470 /skins
parent571c109260fb8455594173f1ed6739f7351f53e1 (diff)
Fix #messagestack position (again)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 468fc84c9..1a583010f 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -531,8 +531,8 @@ a.iconlink.upload {
#messagestack {
position: absolute;
- bottom: 12px;
- right: 10px;
+ bottom: 20px;
+ right: 12px;
z-index: 50000;
width: auto;
height: auto;