diff --git a/UI/WebServerResources/ContactsUI.css b/UI/WebServerResources/ContactsUI.css index dd024364c..ccf2bc5db 100644 --- a/UI/WebServerResources/ContactsUI.css +++ b/UI/WebServerResources/ContactsUI.css @@ -39,8 +39,8 @@ DIV#contactsListContent left: 0px; right: 0px; height: 16em; - overflow: hidden; - overflow-y: auto; } + overflow: scroll; + overflow-x: hidden; } .aptview_text { @@ -108,8 +108,7 @@ table.titletable td.titlecell SELECT } DIV#contactFoldersList -{ - position: absolute; +{ position: absolute; top: 6em; left: 0px; width: 15em; @@ -130,8 +129,11 @@ UL#contactFolders list-style-image: none; clear: both; cursor: default; - color: #000; + color: #000; background: #fff; + position: absolute; /* required for Safari & IE */ + top: 53px; /* leave space for the mini addressbook */ + bottom: 0px; width: 100%; height: 100%; margin: 0px; @@ -141,8 +143,7 @@ UL#contactFolders border-right: 1px solid #fff; border-bottom: 1px solid #fff; -moz-border-top-colors: #9c9a94 #000; - -moz-border-left-colors: #9c9a94 #000; - overflow: auto; } + -moz-border-left-colors: #9c9a94 #000; } DIV#contactFoldersList LI {