diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-18 17:45:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-18 17:45:35 +0000 |
| commit | fdf7aaf996c98294dcb0ca080b510653e7e32e5a (patch) | |
| tree | 44c0f8a9cf16d0254e5adae457cfeb4851948948 /roundcubemail | |
| parent | 5e02e071f4ebe22ddea2da0ff955df02a1ce6772 (diff) | |
Fix fieldset-tabs display within iframes on IE7
git-svn-id: https://svn.roundcube.net/trunk@5090 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/iehacks.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/iehacks.css b/roundcubemail/skins/default/iehacks.css index 8931e2aee..6ff105640 100644 --- a/roundcubemail/skins/default/iehacks.css +++ b/roundcubemail/skins/default/iehacks.css @@ -9,7 +9,23 @@ input, textarea body.iframe { - margin-top: 6px; + margin-top: 0px; +} + +body.iframe div.boxcontent +{ + margin-top: 20px; + z-index: 2; +} + +body.iframe div.boxtitle +{ + z-index: 100; +} + +body.iframe #prefs-details +{ + padding-top: 1px; } #login-form form @@ -66,6 +82,11 @@ div.messageheaderbox margin-top: 0px; } +body.iframe div.messageheaderbox +{ + margin-top: 6px; +} + #abooktoolbar a.buttonPas { filter: alpha(opacity=35); @@ -254,7 +275,7 @@ table.records-table thead tr td #contact-details { - margin-top: 12px; + margin-top: 20px; } #contact-details form { |
