2012-08-29 00:36:30 +02:00
|
|
|
.top-content {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main_div {
|
|
|
|
height: 400px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.zephyr input {
|
2012-08-29 01:05:57 +02:00
|
|
|
width: 95%;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
form.zephyr textarea {
|
2012-08-29 01:05:57 +02:00
|
|
|
width: 95%;
|
2012-08-28 22:08:45 +02:00
|
|
|
}
|
2012-08-29 18:11:15 +02:00
|
|
|
|
2012-08-29 18:54:58 +02:00
|
|
|
#narrow_bar {
|
2012-08-29 18:11:15 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-08-29 18:54:58 +02:00
|
|
|
#unhide {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
#narrow_indicator {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2012-08-29 23:03:18 +02:00
|
|
|
.zephyr_label_clickable:hover {
|
|
|
|
background-color: #999999;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2012-08-29 18:29:01 +02:00
|
|
|
.zephyr_class {
|
|
|
|
background-color: #b94a48;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zephyr_instance {
|
|
|
|
background-color: #468847;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zephyr_personal_recipient {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zephyr_sender {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
}
|