diff options
author | thomascube <thomas@roundcube.net> | 2011-08-18 17:45:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-18 17:45:35 +0000 |
commit | de55342cff8f5a7ab60307c1c94db1fc9ca4d4bb (patch) | |
tree | 233f84dd04eb45446a47ddb2b90194adba079b1f /skins/default | |
parent | fbe54043cf598b19a753dc2b21a7ed558d23fd15 (diff) |
Fix fieldset-tabs display within iframes on IE7
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/iehacks.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css index 8931e2aee..6ff105640 100644 --- a/skins/default/iehacks.css +++ b/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 { |