| | |
| | | |
| | | #directorylistbox input |
| | | { |
| | | margin: 0px; |
| | | margin: 0 0 0 20px; |
| | | font-size: 11px; |
| | | width: 90%; |
| | | } |
| | |
| | | width: 280px; |
| | | } |
| | | |
| | | #directorylist |
| | | #directorylist, |
| | | #directorylist li ul |
| | | { |
| | | list-style: none; |
| | | margin: 0; |
| | |
| | | background-color: #FFFFFF; |
| | | } |
| | | |
| | | #directorylist li ul |
| | | { |
| | | border-top: 1px solid #EBEBEB; |
| | | } |
| | | |
| | | #directorylist li |
| | | { |
| | | display: block; |
| | | font-size: 11px; |
| | | background: url(images/icons/folders.png) 5px -108px no-repeat; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | white-space: nowrap; |
| | | } |
| | |
| | | padding-left: 25px; |
| | | padding-top: 2px; |
| | | padding-bottom: 2px; |
| | | height: 16px; |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | background: url(images/icons/folders.png) 5px -108px no-repeat; |
| | | } |
| | | |
| | | #directorylist li.contactgroup |
| | | #directorylist li ul li a |
| | | { |
| | | padding-left: 15px; |
| | | background-position: 20px -143px; |
| | | padding-left: 45px; |
| | | } |
| | | |
| | | #directorylist li.contactsearch |
| | | #directorylist li ul li:last-child |
| | | { |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | #directorylist li.contactgroup a |
| | | { |
| | | background-position: 22px -143px; |
| | | } |
| | | |
| | | #directorylist li.contactsearch a |
| | | { |
| | | background-position: 6px -162px; |
| | | } |
| | | |
| | | #directorylist li.selected |
| | | { |
| | | background-color: #929292; |
| | | border-bottom: 1px solid #898989; |
| | | } |
| | | |
| | | #directorylist li.selected a |
| | | #directorylist li.selected > a |
| | | { |
| | | color: #FFF; |
| | | font-weight: bold; |
| | | background-color: #929292; |
| | | } |
| | | |
| | | #directorylist li.droptarget |
| | |
| | | cursor: default; |
| | | text-overflow: ellipsis; |
| | | -o-text-overflow: ellipsis; |
| | | } |
| | | |
| | | #contacts-table .contact.readonly td |
| | | { |
| | | font-style: italic; |
| | | } |
| | | |
| | | #contacts-table td.name |
| | | { |
| | | width: 95%; |
| | | } |
| | | |
| | | #contacts-table td.action |
| | | { |
| | | width: 12px; |
| | | padding: 0px 6px 0 4px; |
| | | text-align: right; |
| | | } |
| | | |
| | | #contacts-table td.action a |
| | | { |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | font-style: normal; |
| | | text-decoration: none; |
| | | color: #333; |
| | | } |
| | | |
| | | #contacts-table .selected td.action a |
| | | { |
| | | color: #fff; |
| | | } |
| | | |
| | | #contacts-box |
| | |
| | | } |
| | | |
| | | #contactpic img { |
| | | width: 60px; |
| | | max-width: 60px; |
| | | max-height: 80px; |
| | | } |
| | | |
| | | #contactpic.droptarget.hover { |