2012-09-10 20:31:53 +02:00
|
|
|
body {
|
2012-10-29 18:02:06 +01:00
|
|
|
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
|
2012-10-24 00:13:48 +02:00
|
|
|
overflow-y: scroll;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2012-10-24 23:16:43 +02:00
|
|
|
textarea, input {
|
2012-10-29 18:02:06 +01:00
|
|
|
font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
|
2012-10-24 23:16:43 +02:00
|
|
|
}
|
|
|
|
|
2012-10-19 19:37:42 +02:00
|
|
|
code {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2012-10-21 01:26:26 +02:00
|
|
|
pre code {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
2012-11-27 19:14:05 +01:00
|
|
|
/* Style inline code inside a link
|
|
|
|
to look more like a normal link */
|
|
|
|
a code {
|
|
|
|
color: #08C;
|
|
|
|
border-color: #08C;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover code {
|
|
|
|
color: #005580;
|
|
|
|
border-color: #005580;
|
|
|
|
}
|
|
|
|
|
2012-11-29 18:38:18 +01:00
|
|
|
.preserve_spaces {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2012-09-11 20:25:29 +02:00
|
|
|
.sidebar-nav {
|
2012-10-05 17:46:07 +02:00
|
|
|
background-color: white;
|
2012-10-11 00:55:00 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
margin-top: 2em;
|
2012-11-15 23:46:14 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2012-10-11 22:34:57 +02:00
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.sidebar-nav {
|
|
|
|
background-color: white;
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0px;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
2012-10-11 00:55:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul#sidebar {
|
|
|
|
margin-bottom: 0px;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-10-11 22:34:57 +02:00
|
|
|
#nav_whitespace {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_fullname {
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 150%;
|
2012-11-15 23:46:14 +01:00
|
|
|
white-space: nowrap;
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
2012-09-13 22:20:07 +02:00
|
|
|
.my_email {
|
2012-10-12 05:10:48 +02:00
|
|
|
color: grey;
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.my_fullname {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
.my_email {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
2012-08-29 00:36:30 +02:00
|
|
|
}
|
|
|
|
|
2012-11-02 22:19:12 +01:00
|
|
|
.logout {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-10-12 05:10:48 +02:00
|
|
|
|
2012-10-11 23:11:30 +02:00
|
|
|
.new_message_button {
|
|
|
|
padding-top: 1em;
|
|
|
|
}
|
2012-10-12 01:02:44 +02:00
|
|
|
.phone_new_message_button {
|
|
|
|
margin-top: 5px;
|
2012-11-08 19:09:15 +01:00
|
|
|
float: left;
|
2012-10-12 01:02:44 +02:00
|
|
|
}
|
2012-08-29 18:11:15 +02:00
|
|
|
|
2012-10-19 21:59:12 +02:00
|
|
|
#load_more {
|
|
|
|
margin-bottom: 35px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-05 17:46:07 +02:00
|
|
|
#application_area {
|
2012-08-29 18:11:15 +02:00
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-10-10 00:05:37 +02:00
|
|
|
.message_list {
|
2012-10-11 18:06:31 +02:00
|
|
|
max-width: 640px;
|
2012-09-17 22:58:05 +02:00
|
|
|
background-color: aliceblue;
|
2012-10-11 00:24:18 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
2012-10-19 20:46:48 +02:00
|
|
|
overflow-x: hidden;
|
2012-09-25 22:18:25 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 00:06:04 +02:00
|
|
|
.message_comp {
|
2012-10-09 20:29:06 +02:00
|
|
|
display: none;
|
2012-09-14 18:19:16 +02:00
|
|
|
border: 1px solid #EEE;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 640px;
|
|
|
|
background-color: white;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
2012-11-05 19:57:09 +01:00
|
|
|
padding-top: 8px;
|
|
|
|
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
|
|
|
|
border-top-left-radius: 6px;
|
|
|
|
border-top-right-radius: 6px;
|
2012-08-29 18:54:58 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 21:14:01 +02:00
|
|
|
td.pointer {
|
|
|
|
vertical-align: top;
|
2012-09-10 21:16:17 +02:00
|
|
|
padding-top: 10px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 16:17:58 +02:00
|
|
|
.selected_message .pointer {
|
2012-10-02 20:47:01 +02:00
|
|
|
background-color: blue;
|
2012-09-10 21:14:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 19:24:34 +02:00
|
|
|
.narrowed_selected_message .pointer {
|
|
|
|
background-color: #6699FF;
|
|
|
|
}
|
|
|
|
|
2012-10-10 00:06:50 +02:00
|
|
|
.message_picture {
|
2012-09-10 20:31:53 +02:00
|
|
|
vertical-align: top;
|
2012-09-27 21:37:14 +02:00
|
|
|
text-align: right;
|
2012-10-17 22:03:00 +02:00
|
|
|
padding-right: 7px;
|
2012-09-27 21:37:14 +02:00
|
|
|
padding-top: 5px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 22:35:46 +02:00
|
|
|
.ztable_layout_row {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2012-10-10 23:34:52 +02:00
|
|
|
.ztable_col1 { /* streamname */
|
2012-10-17 22:03:00 +02:00
|
|
|
width: 46px;
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
.ztable_col2 { /* pointer */
|
|
|
|
width: 2px;
|
|
|
|
}
|
2012-10-11 00:01:39 +02:00
|
|
|
.ztable_col3 { /* subjectname */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-10 21:14:01 +02:00
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header {
|
2012-09-27 21:34:15 +02:00
|
|
|
vertical-align: middle;
|
2012-10-17 22:03:00 +02:00
|
|
|
text-align: left;
|
2012-09-26 20:27:38 +02:00
|
|
|
overflow-x: hidden;
|
2012-10-02 20:47:01 +02:00
|
|
|
text-overflow: ellipsis;
|
2012-09-26 20:27:38 +02:00
|
|
|
white-space: nowrap;
|
2012-10-17 22:03:00 +02:00
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 14px;
|
2012-09-26 20:27:38 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header_stream {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #bbb;
|
2012-09-26 20:27:38 +02:00
|
|
|
border: 1px solid grey;
|
2012-09-20 21:33:45 +02:00
|
|
|
}
|
|
|
|
|
2012-12-03 19:49:12 +01:00
|
|
|
.message_header_private_message {
|
2012-09-28 20:34:09 +02:00
|
|
|
color: white;
|
2012-09-28 20:47:54 +02:00
|
|
|
background-color: #444;
|
2012-10-16 04:29:49 +02:00
|
|
|
border: 1px solid #444;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header.left_part {
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
.message_header.right_part {
|
|
|
|
border-left: 0px;
|
|
|
|
}
|
|
|
|
|
2012-11-08 00:38:21 +01:00
|
|
|
.messagebox.private-message {
|
2012-09-28 21:59:43 +02:00
|
|
|
border-color: #444;
|
2012-10-23 19:54:50 +02:00
|
|
|
border-width: 0px 1px 1px 1px;
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #feffe0;
|
2012-09-28 18:11:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_name {
|
2012-11-05 20:44:41 +01:00
|
|
|
color: black;
|
2012-09-10 20:31:53 +02:00
|
|
|
font-weight: bold;
|
2012-09-11 19:20:01 +02:00
|
|
|
}
|
|
|
|
|
2012-11-06 19:30:16 +01:00
|
|
|
.sender_hovered {
|
|
|
|
color: #0088CC;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_email {
|
2012-09-11 19:20:01 +02:00
|
|
|
font-size: 80%;
|
2012-09-13 23:45:44 +02:00
|
|
|
color: gray;
|
2012-09-13 21:35:09 +02:00
|
|
|
|
|
|
|
/* Use padding, not margin, so that there's a continuous
|
|
|
|
region of 'hover-ability' between fullname and email. */
|
|
|
|
padding-left: 5px;
|
2012-09-11 21:20:24 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:49:46 +02:00
|
|
|
.message_label_clickable:hover {
|
2012-09-11 17:32:04 +02:00
|
|
|
cursor: pointer;
|
2012-09-11 17:49:13 +02:00
|
|
|
color: #08C;
|
2012-09-11 17:32:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-23 00:29:40 +02:00
|
|
|
/* Brighten hover because of the dark background */
|
2012-12-03 19:49:12 +01:00
|
|
|
.recipient_row .message_header_private_message:hover {
|
2012-10-23 00:29:40 +02:00
|
|
|
color: #3BF;
|
|
|
|
}
|
|
|
|
|
2012-10-10 16:27:39 +02:00
|
|
|
.message_time {
|
2012-09-10 20:31:53 +02:00
|
|
|
color: gray;
|
|
|
|
float: right;
|
2012-09-13 19:15:20 +02:00
|
|
|
font-size: 90%;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:53:06 +02:00
|
|
|
table.message_table {
|
2012-09-11 17:56:34 +02:00
|
|
|
table-layout: fixed;
|
2012-09-11 19:42:06 +02:00
|
|
|
margin-left: auto;
|
2012-09-13 22:00:11 +02:00
|
|
|
display: none;
|
2012-10-02 20:47:01 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
table.compose_table {
|
2012-10-02 20:47:01 +02:00
|
|
|
table-layout: fixed;
|
2012-10-11 20:58:44 +02:00
|
|
|
margin-left: auto;
|
|
|
|
width: 100%;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.focused_table {
|
|
|
|
display: table;
|
2012-09-11 17:56:34 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 00:02:28 +02:00
|
|
|
.message_content {
|
2012-09-26 20:27:38 +02:00
|
|
|
margin-left: 5px;
|
2012-10-11 21:54:57 +02:00
|
|
|
margin-right: 35px; /* size of the timestamp */
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 19:06:07 +02:00
|
|
|
|
2012-09-17 21:57:58 +02:00
|
|
|
blockquote {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2012-09-17 23:28:56 +02:00
|
|
|
blockquote p {
|
|
|
|
line-height: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.messagebox {
|
2012-10-11 21:54:57 +02:00
|
|
|
padding: 5px 14px;
|
2012-09-10 20:31:53 +02:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid gray;
|
2012-09-28 18:11:27 +02:00
|
|
|
border-width: 0px 1px 1px 1px;
|
2012-10-05 21:57:22 +02:00
|
|
|
word-wrap: break-word;
|
2012-11-06 19:46:28 +01:00
|
|
|
cursor: pointer;
|
2012-09-18 23:19:29 +02:00
|
|
|
}
|
|
|
|
|
2012-10-02 19:26:51 +02:00
|
|
|
.messagebox p {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.bookend {
|
2012-09-26 20:27:38 +02:00
|
|
|
padding-top: 10px;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.prev_is_same_sender {
|
2012-09-13 22:00:11 +02:00
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2012-09-24 22:28:02 +02:00
|
|
|
|
|
|
|
.next_is_same_sender {
|
2012-09-19 19:15:12 +02:00
|
|
|
border-bottom: 0px;
|
|
|
|
padding-bottom: 0px;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
img.profile_picture {
|
2012-09-26 22:34:24 +02:00
|
|
|
display: block;
|
2012-09-26 20:27:38 +02:00
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
2012-09-10 20:31:53 +02:00
|
|
|
max-height: 30px;
|
2012-09-13 03:57:32 +02:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2012-11-06 19:46:28 +01:00
|
|
|
cursor: pointer;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:56:16 +02:00
|
|
|
#compose {
|
2012-10-09 19:53:21 +02:00
|
|
|
visibility: hidden;
|
2012-09-10 20:31:53 +02:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
background: white;
|
2012-10-11 20:58:44 +02:00
|
|
|
max-width: 670px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
|
|
|
|
2012-08-30 18:24:16 +02:00
|
|
|
/* Like .nav-tabs > li > a */
|
|
|
|
#send-status {
|
2012-10-11 20:58:44 +02:00
|
|
|
width: 90%;
|
2012-08-30 18:24:16 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2012-10-03 22:50:32 +02:00
|
|
|
.composebox-close {
|
2012-10-11 20:58:44 +02:00
|
|
|
padding: 5px;
|
2012-11-05 19:57:09 +01:00
|
|
|
padding-top: 8px; /* = message_comp padding_top */
|
2012-10-03 22:50:32 +02:00
|
|
|
}
|
|
|
|
|
2012-08-30 21:35:56 +02:00
|
|
|
.send-status-close:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .4;
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
}
|
2012-08-31 21:33:04 +02:00
|
|
|
|
2012-11-08 00:38:21 +01:00
|
|
|
.compose_table #private-message {
|
2012-10-06 01:05:14 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-dne {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:33:38 +02:00
|
|
|
#stream-nosub {
|
2012-09-05 23:38:20 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:34:52 +02:00
|
|
|
.streamname {
|
2012-09-05 23:38:20 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar .alert {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
2012-10-10 00:07:41 +02:00
|
|
|
textarea.new_message_textarea {
|
2012-09-10 20:31:53 +02:00
|
|
|
width: 100%;
|
2012-10-24 04:07:10 +02:00
|
|
|
min-height: 48px;
|
2012-10-24 04:12:05 +02:00
|
|
|
max-height: 150px;
|
2012-10-24 04:19:41 +02:00
|
|
|
resize: none;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 20:25:29 +02:00
|
|
|
|
2012-10-09 23:59:41 +02:00
|
|
|
input.recipient_box {
|
2012-09-27 21:34:15 +02:00
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2012-09-11 18:12:02 +02:00
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
#stream.recipient_box {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
#subject.recipient_box {
|
|
|
|
width: 64%;
|
|
|
|
}
|
2012-11-08 00:38:21 +01:00
|
|
|
#private_message_recipient.recipient_box {
|
2012-10-17 22:03:00 +02:00
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
2012-11-29 16:44:16 +01:00
|
|
|
#send_controls {
|
2012-09-11 20:25:29 +02:00
|
|
|
float: right;
|
2012-11-29 22:18:01 +01:00
|
|
|
|
|
|
|
/* jQuery's slideDown() animation seems to compute the target height by
|
|
|
|
drawing these elements in an (offscreen) context where they would reflow
|
|
|
|
onto multiple lines. We need to prevent that in order to avoid an
|
|
|
|
animation glitch. See: http://is.gd/EVJFZ8 */
|
|
|
|
white-space: nowrap;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2012-11-29 17:00:43 +01:00
|
|
|
#fmt_help_link {
|
|
|
|
margin-right: 20px;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
#top_statusbar {
|
2012-09-11 20:13:53 +02:00
|
|
|
position: fixed;
|
2012-10-11 20:35:57 +02:00
|
|
|
/* .message_list max-width + 30px margin */
|
|
|
|
max-width: 670px;
|
2012-09-11 20:13:53 +02:00
|
|
|
text-decoration: none;
|
|
|
|
top: 0px;
|
2012-10-16 20:25:12 +02:00
|
|
|
visibility: hidden; /* so that we pass clicks through to underneath us */
|
2012-09-11 18:12:02 +02:00
|
|
|
}
|
2012-09-11 21:33:24 +02:00
|
|
|
|
2012-10-26 16:57:58 +02:00
|
|
|
#searchbox {
|
2012-10-26 18:47:33 +02:00
|
|
|
/* Needed because top_statusbar is visibility: hidden
|
|
|
|
and we don't want to inherit that */
|
2012-10-26 16:57:58 +02:00
|
|
|
visibility: visible;
|
|
|
|
max-height: 30px;
|
|
|
|
padding: 5px 10px;
|
2012-11-15 21:40:05 +01:00
|
|
|
max-width: 640px;
|
2012-10-26 19:55:39 +02:00
|
|
|
}
|
2012-11-02 22:19:12 +01:00
|
|
|
|
2012-10-26 19:55:39 +02:00
|
|
|
.always_in_view {
|
2012-10-26 18:47:33 +02:00
|
|
|
background-color: aliceblue;
|
2012-10-26 16:57:58 +02:00
|
|
|
}
|
|
|
|
|
2012-11-14 21:08:49 +01:00
|
|
|
#search_query {
|
2012-11-15 21:40:05 +01:00
|
|
|
width: 95%;
|
2012-10-26 16:57:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
background-color: #FCEA81;
|
|
|
|
}
|
|
|
|
|
2012-10-26 18:47:33 +02:00
|
|
|
#searchbox .search_button {
|
2012-11-01 19:20:51 +01:00
|
|
|
display: none;
|
2012-10-26 16:57:58 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 4px 10px 4px 10px;
|
|
|
|
}
|
2012-10-26 18:47:33 +02:00
|
|
|
/* A cheat, because input-prepend and input-append aren't
|
|
|
|
smart enough to do the right thing with search-query */
|
|
|
|
#searchbox .search_button_middle {
|
|
|
|
border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
}
|
2012-10-26 16:57:58 +02:00
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
.narrowed_to_bar {
|
2012-10-16 20:25:12 +02:00
|
|
|
/* We use display: to toggle whether or not this actually shows up,
|
|
|
|
but we need visibility: visible because its parent,
|
|
|
|
top_statusbar, is visibility: hidden and we don't want to
|
|
|
|
inherit that. */
|
|
|
|
visibility: visible;
|
2012-10-11 22:34:57 +02:00
|
|
|
display: none;
|
2012-10-11 20:35:57 +02:00
|
|
|
padding: 5px 10px;
|
2012-10-11 22:34:57 +02:00
|
|
|
background-color: #DDD;
|
2012-10-11 20:35:57 +02:00
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
.floating_recipient_bar {
|
2012-10-15 16:53:48 +02:00
|
|
|
max-width: 640px;
|
|
|
|
/* from .message_list */
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2012-10-15 21:11:16 +02:00
|
|
|
table.floating_recipient {
|
2012-10-14 04:13:27 +02:00
|
|
|
table-layout: fixed;
|
|
|
|
margin-left: auto;
|
2012-10-15 16:53:48 +02:00
|
|
|
width: 100%;
|
2012-10-14 04:13:27 +02:00
|
|
|
}
|
|
|
|
|
2012-10-03 00:36:34 +02:00
|
|
|
#narrowlabel {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2012-10-19 21:07:08 +02:00
|
|
|
padding-left: 46px;
|
2012-09-17 22:58:05 +02:00
|
|
|
}
|
|
|
|
|
2012-10-03 00:36:34 +02:00
|
|
|
#currently_narrowed_to {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrowed_view {
|
2012-10-11 00:57:22 +02:00
|
|
|
background-color: #DDD;
|
2012-09-14 17:40:56 +02:00
|
|
|
}
|
|
|
|
|
2012-10-15 17:26:49 +02:00
|
|
|
#top_whitespace {
|
|
|
|
display: block;
|
2012-10-26 16:57:58 +02:00
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top_narrowed_whitespace {
|
|
|
|
visibility: hidden;
|
|
|
|
display: none;
|
|
|
|
height: 34px; /* Height of narrowlabel + floating indicator */
|
2012-10-15 17:26:49 +02:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#bottom_whitespace {
|
2012-09-11 20:12:39 +02:00
|
|
|
display: block;
|
2012-10-03 23:23:19 +02:00
|
|
|
height: 300px;
|
2012-09-11 20:12:39 +02:00
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
2012-10-01 21:32:09 +02:00
|
|
|
#home-error {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-09-26 22:44:38 +02:00
|
|
|
#loading_indicator {
|
|
|
|
margin-top: 40px;
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading_spinner {
|
|
|
|
width: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
2012-12-03 19:49:12 +01:00
|
|
|
#stream_or_private_message {
|
2012-10-09 17:03:59 +02:00
|
|
|
margin: 3px;
|
|
|
|
padding: 5px;
|
|
|
|
width: 90%;
|
2012-09-27 22:54:27 +02:00
|
|
|
border: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
2012-11-05 21:01:49 +01:00
|
|
|
#message-type-tabs {
|
2012-09-27 22:54:27 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2012-10-17 04:42:19 +02:00
|
|
|
|
|
|
|
.message_body_gravatar {
|
|
|
|
margin-bottom: 2px;
|
2012-12-04 17:28:52 +01:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2012-10-17 04:42:19 +02:00
|
|
|
}
|
2012-10-18 20:23:57 +02:00
|
|
|
|
|
|
|
.userinfo_popover a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-10-24 02:13:36 +02:00
|
|
|
|
2012-10-29 20:00:27 +01:00
|
|
|
.popover {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2012-10-24 02:13:36 +02:00
|
|
|
.popover-title {
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2012-10-24 22:53:19 +02:00
|
|
|
|
|
|
|
.hotkeys_table .hotkey {
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotkeys_table .hotkey_heading {
|
|
|
|
padding-top: 1em;
|
2012-10-26 16:57:58 +02:00
|
|
|
}
|
2012-11-15 20:15:29 +01:00
|
|
|
|
|
|
|
.cursor_pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-11-28 22:17:57 +01:00
|
|
|
|
|
|
|
#load_more_messages_indicator {
|
|
|
|
display: none;
|
|
|
|
margin: 0 auto;
|
|
|
|
height: 50px;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
2012-11-29 17:22:00 +01:00
|
|
|
|
|
|
|
.table-striped thead th {
|
|
|
|
background-color: #444;
|
|
|
|
color: white;
|
|
|
|
}
|
2012-11-29 18:44:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
#fmt_help_table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
2012-11-19 16:54:23 +01:00
|
|
|
|
|
|
|
.subscription_name {
|
|
|
|
vertical-align: middle;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|