diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-17 19:08:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-17 19:08:00 +0000 |
| commit | d0190da3e2b98fd213ddb97f6729259f9422b9d2 (patch) | |
| tree | 04042f15605d7f096f2b00b4cc7c5ae5a82be203 /roundcubemail/skins/default/addressbook.css | |
| parent | 2456a3181102773e541b4c8c908932c5dd2f3ae0 (diff) | |
- UI unification
- Added button to hide/unhide the preview pane (#1484215)
git-svn-id: https://svn.roundcube.net/trunk@3757 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/addressbook.css')
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index 73375ced0..dc9e865b7 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -74,18 +74,9 @@ #abookcountbar { - position: absolute; - bottom: 6px; - left: 225px; - width: 240px; - height: 20px; - text-align: left; -} - -#abookcountbar span -{ - font-size: 11px; - color: #333333; + margin-top: 4px; + margin-left: 4px; + min-width: 200px; } #addressscreen @@ -122,7 +113,7 @@ bottom: 0px; border: 1px solid #999999; background-color: #F9F9F9; - overflow: auto; + overflow: hidden; } #contactgroupslist |
