diff options
author | thomascube <thomas@roundcube.net> | 2011-08-19 16:32:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-19 16:32:38 +0000 |
commit | d43d4bcf44a1feae4274e51f41ce9625147f9f85 (patch) | |
tree | eff01cb8c201cf3c397ca71c31fbd6dd2624c504 /skins/default | |
parent | b6cd452bd31bfd4b6b94b23fe54b424fdf901e61 (diff) |
Backporting r5092, r5095, r5096 to release-0.6 branch
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/iehacks.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index 6ff105640..f94dae81d 100644 --- a/skins/default/iehacks.css +++ b/skins/default/iehacks.css @@ -287,3 +287,9 @@ table.records-table thead tr td padding: 0 0 0.5em 0; margin-left: -4px; } + +/* fix "jumping" login form in IE7 */ +#login-form div.boxcontent +{ + overflow: hidden; +} |