124 lines
2 KiB
CSS
124 lines
2 KiB
CSS
/* Stylesheets for the Kolab ActiveSync configuration UI */
|
|
|
|
#devices-table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
cursor: default;
|
|
}
|
|
|
|
#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 0 30px;
|
|
background: url(foldertypes.png) 5px 4px no-repeat #eee;
|
|
}
|
|
|
|
div.subscriptionblock h3.contact {
|
|
background-position: 5px -16px;
|
|
}
|
|
|
|
div.subscriptionblock h3.event {
|
|
background-position: 5px -36px;
|
|
}
|
|
|
|
div.subscriptionblock h3.task {
|
|
background-position: 5px -56px;
|
|
}
|
|
|
|
div.subscriptionblock h3.note {
|
|
background-position: 5px -76px;
|
|
}
|
|
|
|
#foldersubscriptions thead th {
|
|
color: #999;
|
|
font-weight: bold;
|
|
padding: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
#foldersubscriptions thead tr th {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
#foldersubscriptions thead th {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#foldersubscriptions thead th.foldername {
|
|
text-align: left;
|
|
}
|
|
|
|
#foldersubscriptions tbody td {
|
|
padding: 1px 2px;
|
|
border-top: 1px solid #ddd;
|
|
background-color: white;
|
|
}
|
|
|
|
#foldersubscriptions td label {
|
|
display: block;
|
|
}
|
|
|
|
#foldersubscriptions td.mailbox {
|
|
min-width: 12em;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#foldersubscriptions td.virtual {
|
|
color: #999;
|
|
}
|
|
|
|
#foldersubscriptions {
|
|
overflow: auto;
|
|
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;
|
|
}
|