| | |
| | | width: 280px; |
| | | } |
| | | |
| | | #directorylist, |
| | | #directorylist li ul |
| | | { |
| | | list-style: none; |
| | | margin: 0; |
| | | padding: 0; |
| | | background-color: #FFFFFF; |
| | | } |
| | | |
| | | #directorylist li ul |
| | | { |
| | | border-top: 1px solid #EBEBEB; |
| | | } |
| | | |
| | | #directorylist li |
| | | { |
| | | display: block; |
| | | font-size: 11px; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #directorylist li a |
| | | { |
| | | cursor: default; |
| | |
| | | height: 16px; |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | background: url(images/icons/folders.png) 5px -108px no-repeat; |
| | | background-image: url(images/icons/folders.png); |
| | | background-position: 5px -108px; |
| | | background-repeat: no-repeat; |
| | | } |
| | | |
| | | #directorylist li ul li a |
| | | { |
| | | padding-left: 45px; |
| | | } |
| | | |
| | | #directorylist li ul li:last-child |
| | | { |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | #directorylist li.contactgroup a |
| | |
| | | #directorylist li.contactsearch a |
| | | { |
| | | background-position: 6px -162px; |
| | | } |
| | | |
| | | #directorylist li.selected > a |
| | | { |
| | | color: #FFF; |
| | | font-weight: bold; |
| | | background-color: #929292; |
| | | } |
| | | |
| | | #directorylist li.droptarget |
| | | { |
| | | background-color: #FFFFA6; |
| | | } |
| | | |
| | | #contacts-table |
| | |
| | | padding: 0; |
| | | } |
| | | |
| | | #contacthead > legend |
| | | { |
| | | display: none; |
| | | } |
| | | |
| | | #contacthead .names span.namefield, |
| | | #contacthead .names input |
| | | { |