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;
|
|
|
|
}
|
|
|
|
|
2012-09-05 01:27:58 +02:00
|
|
|
.zephyr_huddle_recipient {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
}
|
|
|
|
|
2012-08-29 18:29:01 +02:00
|
|
|
.zephyr_sender {
|
|
|
|
background-color: #3a87ad;
|
|
|
|
}
|
2012-08-30 18:24:16 +02:00
|
|
|
|
|
|
|
/* Like .nav-tabs > li > a */
|
|
|
|
#send-status {
|
|
|
|
padding: 8px 14px 8px 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2012-08-30 21:35:56 +02:00
|
|
|
|
|
|
|
/* Like .alert .close */
|
|
|
|
.send-status-close {
|
|
|
|
font-size: 17px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
|
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
opacity: .2;
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
margin-left: 5px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.send-status-close:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .4;
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
2012-08-31 21:33:04 +02:00
|
|
|
|
|
|
|
#connection-error {
|
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#connection-error .alert {
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|