diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-09 11:17:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-09 11:17:45 +0000 |
| commit | eb8b9316e5558b6b72e52cede7b1abc57962c45c (patch) | |
| tree | 2295642c6329373c549325d2ddedaf2725a92023 /roundcubemail/skins/default/settings.css | |
| parent | 70692d051fe466ceb46bf7b913a6aac52e7ebd7c (diff) | |
- some improvements + added splitter in Identities
git-svn-id: https://svn.roundcube.net/trunk@3734 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/settings.css')
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index b41391964..46a02d81f 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -50,7 +50,6 @@ span.tablink-selected a width: 300px; } -#identities-list, #folder-manager { position: absolute; @@ -73,13 +72,6 @@ span.tablink-selected a background-color: #FFFFA6; } -#identities-list -{ - bottom: 30px; - width: 420px; - border: 1px solid #999999; -} - #listbuttons { position: absolute; @@ -109,16 +101,7 @@ span.tablink-selected a cursor: default; overflow: hidden; text-overflow: ellipsis; -} - -#identities-table thead td.name -{ - width: 55%; -} - -#identities-table thead td.email -{ - width: 45%; + -o-text-overflow: ellipsis; } #subscription-table tbody td @@ -189,10 +172,9 @@ span.tablink-selected a #identity-details { position: absolute; - top: 95px; - left: 450px; - right: 20px; - bottom: 30px; + top: 0; + right: 0; + bottom: 0; border: 1px solid #999999; overflow: auto; background-color: #F2F2F2; @@ -246,6 +228,7 @@ legend left: 20px; } +#identities-list, #sectionslist { position: absolute; @@ -254,7 +237,7 @@ legend bottom: 0px; border: 1px solid #999999; background-color: #F9F9F9; - overflow: auto; + overflow: hidden; } #sections-table |
