roundcubemail-plugins-kolab/plugins/kolab_zpush/skins/default/config.css

119 lines
1.8 KiB
CSS

/* Stylesheets for the Kolab Z-Push configuration UI */
#configform {
padding-top: 15px;
}
#devices-table {
width: 100%;
table-layout: fixed;
}
#devices-table td {
cursor: pointer;
}
#devices-table td span.devicetype {
padding-left: 1em;
font-style: italic;
color: #666;
}
#devices-table tr.selected td span.devicetype {
color: #ccc;
}
.boxfooter a.button.delete,
.boxfooter a.buttonPas.delete {
background-image: url(deviceactions.png);
}
div.subscriptionblock {
float: left;
margin: 0.5em 3em 2em 0;
padding: 0;
border: 1px solid #ddd;
}
div.subscriptionblock h3 {
font-size: 12px;
color: #333;
margin: 0 0 0.4em 0;
padding: 4px 4px 5px 30px;
background: url(foldertypes.png) 4px 4px no-repeat #fbfbfb;
}
div.subscriptionblock h3.contact {
background-position: 4px -16px;
}
div.subscriptionblock h3.event {
background-position: 4px -36px;
}
div.subscriptionblock h3.task {
background-position: 4px -56x;
}
div.subscriptionblock h3.note {
background-position: 4px -76px;
}
#foldersubscriptions thead td {
color: #999;
font-weight: bold;
padding: 3px 5px;
min-width: 2em;
}
#foldersubscriptions tbody td {
padding: 2px 5px;
border-top: 1px solid #ddd;
}
#foldersubscriptions td label {
display: block;
}
#foldersubscriptions td.mailbox {
padding-right: 3em;
padding-left: 2px;
min-width: 12em;
}
#foldersubscriptions td.virtual {
color: #999;
}
#foldersubscriptions {
overflow: auto;
max-height: 400px;
margin-top: 0.5em;
}
#introtext {
position: absolute;
top: 12px;
left: 5px;
padding-left: 10px;
max-width: 40em;
}
#introtext .pointer-left {
position: absolute;
top: 0;
left: 0;
width: 14px;
height: 100%;
background: url(pointer-left.gif) right center no-repeat;
}
#introtext .inner {
border: 3px solid #e7e7e7;
background: #fff;
}
#introtext .bordered {
padding: 12px;
border: 1px solid #ccc;
background: #fff;
}