| | |
| | | background: url(images/ajaxloader_dark.gif) 0 4px no-repeat; |
| | | } |
| | | |
| | | #messagestack div a { |
| | | color: #94c0da; |
| | | } |
| | | |
| | | #messagestack div a:hover { |
| | | text-decoration: underline; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .ui-dialog.error .ui-dialog-title, |
| | | .ui-dialog.warning .ui-dialog-title, |
| | | .ui-dialog.confirmation .ui-dialog-title { |
| | |
| | | |
| | | ul.listing li { |
| | | background-color: #d9ecf4; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | ul.listing li ul { |
| | |
| | | |
| | | #quotadisplay { |
| | | left: 6px; |
| | | height: 18px; |
| | | font-size: 12px; |
| | | font-weight: bold; |
| | | text-shadow: 0px 1px 1px #fff; |
| | | padding-left: 30px; |
| | | height: 18px; |
| | | background: url(images/quota.png) -100px 0 no-repeat; |
| | | } |
| | | |
| | |
| | | z-index: 255; |
| | | } |
| | | |
| | | /*** folder selector ***/ |
| | | |
| | | #folder-selector li a span { |
| | | background: url("images/listicons.png") 4px -2021px no-repeat; |
| | | display: block; |
| | | height: 17px; |
| | | min-height: 14px; |
| | | padding: 4px 4px 1px 28px; |
| | | overflow: hidden; |
| | | max-width: 120px; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | #folder-selector li a.virtual { |
| | | opacity: .2; |
| | | } |
| | | |
| | | #folder-selector li a.inbox span { |
| | | background-position: 4px -2049px; |
| | | } |
| | | #folder-selector li a.drafts span { |
| | | background-position: 4px -1388px; |
| | | } |
| | | #folder-selector li a.sent span { |
| | | background-position: 4px -2074px; |
| | | } |
| | | #folder-selector li a.trash span { |
| | | background-position: 4px -1508px; |
| | | } |
| | | #folder-selector li a.junk span { |
| | | background-position: 4px -2100px; |
| | | } |
| | | |
| | | /*** attachment list ***/ |
| | | |