From d47a4f0951555554c0479953f4410876686954a5 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 9 Feb 2012 13:11:39 +0000 Subject: [PATCH] - Handle identity details box with an iframe (#1487020) - Fix issue where tabs were overlapping box title --- CHANGELOG | 1 + skins/default/addressbook.css | 6 ++++ skins/default/settings.css | 22 ++++++++------ skins/default/templates/identities.html | 10 +++--- skins/default/templates/identityedit.html | 37 +++++------------------ 5 files changed, 30 insertions(+), 46 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b52fe19f..3b3a5e7a1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Handle identity details box with an iframe (#1487020) - Fix issue where some text from original message was missing on reply (#1488340) - Fix parse errors in DDL files for MS SQL Server - Make contacts list sorting configurable for the admin/user diff --git a/skins/default/addressbook.css b/skins/default/addressbook.css index c604c7549..c5ce96c25 100644 --- a/skins/default/addressbook.css +++ b/skins/default/addressbook.css @@ -397,3 +397,9 @@ fieldset.contactfieldgroup legend font-size: 10px; margin: -5px 0 8px 2px; } + +#contact-title +{ + /* fixes issue where tabs were overlapping box title when scrolling */ + z-index: 10; +} diff --git a/skins/default/settings.css b/skins/default/settings.css index d2ae79b36..963600a11 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -67,16 +67,9 @@ padding-right: 12px; } -#identity-frame -{ - position: relative; - margin-top: 20px; - border: 1px solid #999999; -} - -#identity-details, #folder-box, -#prefs-box +#prefs-box, +#identity-box { position: absolute; top: 0; @@ -123,13 +116,22 @@ input.disabled body.iframe, #prefs-frame, -#folder-frame +#folder-frame, +#identity-frame { background-color: #F2F2F2; border: none; min-height: 100%; /* Chrome 14 bug */ } +#prefs-title, +#folder-title, +#identity-title +{ + /* fixes issue where tabs were overlapping box title when scrolling */ + z-index: 10; +} + #formfooter { width: 100%; diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index f40f394fc..70484ebe9 100644 --- a/skins/default/templates/identities.html +++ b/skins/default/templates/identities.html @@ -7,7 +7,7 @@ @@ -32,14 +32,12 @@ -
-
- -
+
+
diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html index c8d065ddd..563b13662 100644 --- a/skins/default/templates/identityedit.html +++ b/skins/default/templates/identityedit.html @@ -13,43 +13,20 @@ - + - - - - -
- -
-
-
- -
-
- -
-
- - - -
-
+
-

- - -

-
+
+
+ + +
-