diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-22 14:10:02 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-22 14:10:02 +0100 |
commit | f4d0fb395527e8bee746e759418889732c9d0ee8 (patch) | |
tree | 50700c3683e2c027f9b58158defe7e7980db9470 | |
parent | 571c109260fb8455594173f1ed6739f7351f53e1 (diff) |
Fix #messagestack position (again)
-rw-r--r-- | skins/larry/styles.css | 4 |
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; |