167 lines
3.1 KiB
CSS
167 lines
3.1 KiB
CSS
/* Stylesheets for the Kolab ActiveSync configuration UI */
|
|
|
|
#prefs-box {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 272px;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#activesync-frame {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#devices-table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
#devices-table td span.devicetype {
|
|
padding-left: 1em;
|
|
font-style: italic;
|
|
color: #69939e;
|
|
}
|
|
|
|
div.subscriptionblock {
|
|
float: left;
|
|
margin: 0 3em 2em 0;
|
|
padding: 0;
|
|
}
|
|
|
|
div.subscriptionblock h3 {
|
|
font-size: 14px;
|
|
color: #333;
|
|
margin: 0 0 0.6em 0;
|
|
padding: 2px 4px 2px 30px;
|
|
background: url(foldertypes.png) 4px 2px no-repeat;
|
|
}
|
|
|
|
div.subscriptionblock h3.contact {
|
|
background-position: 4px -18px;
|
|
}
|
|
|
|
div.subscriptionblock h3.event {
|
|
background-position: 4px -38px;
|
|
}
|
|
|
|
div.subscriptionblock h3.task {
|
|
background-position: 4px -58px;
|
|
}
|
|
|
|
div.subscriptionblock h3.note {
|
|
background-position: 4px -78px;
|
|
}
|
|
|
|
#foldersubscriptions thead th {
|
|
color: #69939e;
|
|
font-weight: bold;
|
|
padding: 2px;
|
|
padding-top: 4px;
|
|
min-width: 2em;
|
|
background: #d6eaf3;
|
|
border-bottom: 2px solid #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
#foldersubscriptions thead th.foldername {
|
|
text-align: left;
|
|
}
|
|
|
|
#foldersubscriptions thead th.alarm,
|
|
#foldersubscriptions thead th.subscription {
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
text-indent: -5000px;
|
|
background-image: url(synchronize.png);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
height: 16px;
|
|
}
|
|
|
|
#foldersubscriptions thead th.alarm {
|
|
background-image: url(alarm-clock.png);
|
|
}
|
|
|
|
#foldersubscriptions tbody td {
|
|
background: #eee;
|
|
padding: 2px;
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
|
|
#foldersubscriptions tbody td.alarm,
|
|
#foldersubscriptions tbody td.subscription {
|
|
text-align: center;
|
|
}
|
|
|
|
#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;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
#folder-sync-options {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#folder-sync-options td.subscription,
|
|
#folder-sync-options td.alarm,
|
|
#folder-sync-options th {
|
|
text-align: center;
|
|
}
|
|
|
|
#folder-sync-options th.subscription,
|
|
#folder-sync-options th.alarm {
|
|
width: 90px;
|
|
}
|
|
|
|
#introtext {
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 5px;
|
|
padding-left: 10px;
|
|
max-width: 40em;
|
|
}
|
|
|
|
#introtext .pointer-left {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 12px;
|
|
height: 80%;
|
|
background: url(pointer-left.png) right center no-repeat;
|
|
}
|
|
|
|
#introtext .inner {
|
|
color: #eee;
|
|
padding: 12px;
|
|
border: 1px solid #333;
|
|
border-radius: 4px;
|
|
text-shadow: 0px 1px 1px #333;
|
|
background: #5b5b5b;
|
|
background: -moz-linear-gradient(top, #5b5b5b 0%, #3a3a3a 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#3a3a3a));
|
|
background: -o-linear-gradient(top, #5b5b5b 0%, #3a3a3a 100%);
|
|
background: -ms-linear-gradient(top, #5b5b5b 0%, #3a3a3a 100%);
|
|
background: linear-gradient(top, #5b5b5b 0%, #3a3a3a 100%);
|
|
-webkit-box-shadow: inset 0px 0px 0px 1px #7e7e7e, 0 2px 6px 0 #333;
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #7e7e7e, 0 2px 6px 0 #333;
|
|
box-shadow: inset 0px 0px 0px 1px #7e7e7e, 0 2px 6px 0 #333;
|
|
}
|
|
|
|
#introtext a {
|
|
color: #b0ccd7;
|
|
}
|