/* Stylesheets for the Kolab ActiveSync configuration UI */ #delegates-table { width: 100%; table-layout: fixed; cursor: default; } .boxfooter a.button.delete, .boxfooter a.buttonPas.delete { background-image: url(deviceactions.png); } div.foldersblock { float: left; margin: 0.5em 3em 2em 0; padding: 0; border: 1px solid #ddd; } div.foldersblock h3 { font-size: 12px; color: #333; margin: 0 0 0.4em 0; padding: 4px 4px 0 30px; background: url(foldertypes.png) 5px 4px no-repeat #eee; } div.foldersblock h3.contact { background-position: 5px -16px; } div.foldersblock h3.event { background-position: 5px -36px; } div.foldersblock h3.task { background-position: 5px -56px; } div.foldersblock h3.note { background-position: 5px -76px; } #delegatefolders thead th { color: #999; font-weight: bold; padding: 2px; text-align: center; } #delegatefolders thead tr th { border-top: 1px solid #ddd; } #delegatefolders thead th.read, #delegatefolders thead th.write { cursor: pointer; } #delegatefolders thead th.foldername { text-align: left; } #delegatefolders tbody td { padding: 1px 2px; border-top: 1px solid #ddd; background-color: white; } #delegatefolders td label { display: block; } #delegatefolders td.mailbox { min-width: 12em; padding-right: 10px; } #delegatefolders td.virtual { color: #999; } #delegatefolders { overflow: auto; margin-top: 0.5em; } #delegate-delete-dialog { display: none; } #delegate-delete-dialog p { font-weight: bold; }