diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-13 15:48:31 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-13 15:48:31 +0000 |
| commit | cdb4843134338715877f2f2d4493c96dbedd84fd (patch) | |
| tree | c025625ce46b2ea7f2b64c99106217bee1dbc547 /roundcubemail | |
| parent | 46a78411558bbf0c2eb95121dc615021d4db7aac (diff) | |
- added scroller in user preferences
git-svn-id: https://svn.roundcube.net/trunk@1785 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index 7538d0e7f..9dee6236a 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -49,8 +49,12 @@ span.tablink-selected a position: absolute; top: 95px; left: 20px; + bottom: 30px; width: 600px; + overflow: auto; border: 1px solid #999999; + /* css hack for IE */ + height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); } #userprefs-box table td.title @@ -73,6 +77,7 @@ span.tablink-selected a bottom: 140px; overflow: auto; border: 1px solid #999999; + /* css hack for IE */ height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); } @@ -144,7 +149,6 @@ div.settingsbox { width: 600px; margin-top: 20px; - margin-bottom: 20px; border: 1px solid #999999; } @@ -214,4 +218,3 @@ legend { color: #999999; } -
\ No newline at end of file |
