diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-23 13:03:39 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-23 13:03:39 +0200 |
commit | bcc1590663e05131dbce8b6a06c2a406b437989c (patch) | |
tree | fff1a71b0ead3daaefb3954882653d98b3f62a32 /skins/larry | |
parent | 12e69ce13dde67fbe4851b85bf50c1b21a5788e1 (diff) |
Fix screen element height in popups in Opera browser
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9e61a7191..4d689ab2f 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -896,7 +896,7 @@ a.iconlink.upload { } #mainscreen .offset { - margin-top: 42px; + top: 42px; } .uibox { |