From 0f6321fb2d0213a9057b3be86ba2513184bb8121 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 9 Feb 2012 13:11:39 +0000 Subject: - Handle identity details box with an iframe (#1487020) - Fix issue where tabs were overlapping box title git-svn-id: https://svn.roundcube.net/trunk@5868 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/CHANGELOG | 1 + roundcubemail/skins/default/addressbook.css | 6 ++++ roundcubemail/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/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 2b52fe19f..3b3a5e7a1 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/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/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index c604c7549..c5ce96c25 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/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/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index d2ae79b36..963600a11 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/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/roundcubemail/skins/default/templates/identities.html b/roundcubemail/skins/default/templates/identities.html index f40f394fc..70484ebe9 100644 --- a/roundcubemail/skins/default/templates/identities.html +++ b/roundcubemail/skins/default/templates/identities.html @@ -7,7 +7,7 @@ @@ -32,14 +32,12 @@ -
-
- -
+
+
diff --git a/roundcubemail/skins/default/templates/identityedit.html b/roundcubemail/skins/default/templates/identityedit.html index c8d065ddd..563b13662 100644 --- a/roundcubemail/skins/default/templates/identityedit.html +++ b/roundcubemail/skins/default/templates/identityedit.html @@ -13,43 +13,20 @@ - + - - - - -
- -
-
-
- -
-
- -
-
- - - -
-
+
-

- - -

-
+
+
+ + +
-
-- cgit v1.2.3