diff options
author | thomascube <thomas@roundcube.net> | 2012-02-25 15:20:36 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-25 15:20:36 +0000 |
commit | 14a3f2813acf25c07e1ee861b564f826fe83fe20 (patch) | |
tree | 858200347b1e7129690bfdcfbd96c9e426913af1 /skins/larry/ie7hacks.css | |
parent | 40d246fff24e19f7237aef059a95e3af3b718e62 (diff) |
Make popups disapear when clicking on an iframe; adapt IE hacks (#1488354)
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index 0238d56ed..a5df38d24 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -61,6 +61,10 @@ ul.toolbarmenu li a { width: 140px; } +.dropbutton .dropbuttontip { + right: 0; +} + #threadselectmenu li a { width: 160px; } |