- more text-overflow:ellipsis on lists
| | |
| | | #contacts-table tbody td |
| | | { |
| | | cursor: default; |
| | | text-overflow: ellipsis; |
| | | -o-text-overflow: ellipsis; |
| | | } |
| | | |
| | | #contacts-box |
| | |
| | | border-bottom: 1px solid #EBEBEB; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | -o-text-overflow: ellipsis; |
| | | } |
| | | |
| | | #compose-attachments ul li img |
| | |
| | | } |
| | | |
| | | #subscription-table tbody td, |
| | | #identities-table tbody td |
| | | #identities-table tbody td, |
| | | #sections-table tbody td |
| | | { |
| | | cursor: default; |
| | | overflow: hidden; |
| | |
| | | bottom: 0; |
| | | } |
| | | |
| | | fieldset |
| | | fieldset |
| | | { |
| | | margin-bottom: 0.5em; |
| | | border: 1px solid #999999; |
| | |
| | | { |
| | | width: 100%; |
| | | table-layout: fixed; |
| | | } |
| | | |
| | | #sections-table tbody td |
| | | { |
| | | cursor: default; |
| | | } |
| | | |
| | | #prefs-box |