136 lines
2.4 KiB
CSS
136 lines
2.4 KiB
CSS
|
/* Stylesheets for the Kolab Z-Push configuration UI */
|
||
|
|
||
|
#configform {
|
||
|
padding-top: 15px;
|
||
|
}
|
||
|
|
||
|
#sectionslist {
|
||
|
width: 220px;
|
||
|
}
|
||
|
|
||
|
#prefs-box {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 232px;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
|
||
|
#devices-table {
|
||
|
width: 100%;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
#devices-table td {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#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 -58x;
|
||
|
}
|
||
|
|
||
|
div.subscriptionblock h3.note {
|
||
|
background-position: 4px -78px;
|
||
|
}
|
||
|
|
||
|
#foldersubscriptions thead td {
|
||
|
color: #69939e;
|
||
|
font-weight: bold;
|
||
|
padding: 3px 5px;
|
||
|
min-width: 2em;
|
||
|
background: #d6eaf3;
|
||
|
border-bottom: 2px solid #fff;
|
||
|
}
|
||
|
|
||
|
#foldersubscriptions tbody td {
|
||
|
background: #eee;
|
||
|
padding: 2px 5px;
|
||
|
border-bottom: 2px solid #fff;
|
||
|
}
|
||
|
|
||
|
#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: 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;
|
||
|
}
|