2016-10-27 07:40:53 +02:00
|
|
|
|
.compose-content {
|
2017-11-16 00:52:41 +01:00
|
|
|
|
border-top: 1px solid hsla(0, 0%, 0%, 0.07);
|
2016-12-02 01:36:40 +01:00
|
|
|
|
-webkit-transition: background-color 200ms linear;
|
|
|
|
|
-moz-transition: background-color 200ms linear;
|
|
|
|
|
-o-transition: background-color 200ms linear;
|
|
|
|
|
-ms-transition: background-color 200ms linear;
|
|
|
|
|
transition: background-color 200ms linear;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ztable_comp_col1 {
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-02-22 02:34:05 +01:00
|
|
|
|
#compose_controls .drafts-link {
|
2016-12-02 01:36:40 +01:00
|
|
|
|
float: left;
|
2017-02-22 02:34:05 +01:00
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
.new_message_button {
|
|
|
|
|
padding-top: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.message_comp {
|
|
|
|
|
display: none;
|
|
|
|
|
padding: 10px 10px 8px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-02 18:22:53 +01:00
|
|
|
|
.autocomplete_secondary {
|
2017-06-08 09:01:55 +02:00
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active .autocomplete_secondary {
|
|
|
|
|
opacity: 1;
|
2017-01-02 18:22:53 +01:00
|
|
|
|
}
|
|
|
|
|
|
2017-12-11 17:04:42 +01:00
|
|
|
|
.alert-draft {
|
|
|
|
|
font-size: 14px;
|
2018-10-12 07:22:46 +02:00
|
|
|
|
color: hsl(170, 48%, 54%);
|
2017-12-11 17:04:42 +01:00
|
|
|
|
padding: 3px 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
#compose_buttons {
|
2016-12-02 01:36:40 +01:00
|
|
|
|
text-align: right;
|
2018-11-01 00:58:43 +01:00
|
|
|
|
|
|
|
|
|
.new_message_button .compose_mobile_button span {
|
|
|
|
|
font-size: 1.2em !important;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
}
|
2016-12-02 01:36:40 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose_buttons .button.small {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
padding: 3px 10px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-04-20 07:50:39 +02:00
|
|
|
|
.message_header_colorblock {
|
|
|
|
|
border-radius: 3px 0px 0px 0px;
|
|
|
|
|
/* box-shadow: 0px 2px 3px hsl(0, 0%, 80%); */
|
|
|
|
|
box-shadow: inset 0px 2px 1px -2px hsl(0, 0%, 20%), inset 2px 0px 1px -2px hsl(0, 0%, 20%) !important;
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
.compose_table .message_header_colorblock,
|
|
|
|
|
.compose_table .message_header {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header_colorblock,
|
|
|
|
|
.compose_table .message_header_colorblock.message_header_private_message {
|
|
|
|
|
border-radius: 3px 0px 0px 3px;
|
|
|
|
|
border-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header_colorblock.message_header_private_message {
|
2018-10-08 22:31:26 +02:00
|
|
|
|
background-color: hsl(0, 0%, 27%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .right_part {
|
|
|
|
|
padding: 0px;
|
2018-04-12 23:36:20 +02:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2018-03-31 01:46:43 +02:00
|
|
|
|
width: 100%;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-07-02 23:02:43 +02:00
|
|
|
|
.compose_table .right_part .fa-angle-right {
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
-webkit-text-stroke: 0.05em;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
position: relative;
|
2018-04-12 23:36:20 +02:00
|
|
|
|
margin: 0px 5px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .compose_checkbox_label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .pm_recipient {
|
2018-03-31 01:46:43 +02:00
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 20px;
|
2018-03-06 15:07:55 +01:00
|
|
|
|
display: flex;
|
2018-03-24 18:05:55 +01:00
|
|
|
|
width: 100%;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-03-06 15:07:55 +01:00
|
|
|
|
.compose_table #private-message .to_text {
|
2018-03-24 18:05:55 +01:00
|
|
|
|
vertical-align: middle;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
|
2018-03-06 15:07:55 +01:00
|
|
|
|
font-weight: 600;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table #compose-lock-icon {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 5px;
|
2018-04-12 23:36:20 +02:00
|
|
|
|
width: 0px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .message_header {
|
|
|
|
|
background: none;
|
2017-06-21 08:49:46 +02:00
|
|
|
|
background-color: hsl(0, 0%, 92%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose_table .messagebox {
|
2017-03-17 12:36:51 +01:00
|
|
|
|
box-shadow: none !important;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.compose_table {
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_message_form {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_message_form .messagebox {
|
|
|
|
|
/* normally 5px 14px; pull in the right and bottom a bit */
|
|
|
|
|
cursor: default;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_message_form .message_content {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#below-compose-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
width: 100%;
|
2017-11-16 01:26:02 +01:00
|
|
|
|
|
2018-10-08 22:31:26 +02:00
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1400px;
|
|
|
|
|
margin: auto;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose-content {
|
2016-12-02 01:36:40 +01:00
|
|
|
|
padding: 8px 10px 8px 10px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
margin-left: 250px;
|
|
|
|
|
margin-right: 250px;
|
|
|
|
|
position: relative;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
|
2017-06-21 08:49:46 +02:00
|
|
|
|
border-left: 1px solid hsl(0, 0%, 93%);
|
|
|
|
|
border-right: 1px solid hsl(0, 0%, 93%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#compose_close {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
right: 0px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2017-10-14 15:18:21 +02:00
|
|
|
|
#compose_invite_users,
|
|
|
|
|
#compose_private_stream_alert {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
/* Don't overlap into the compose_close × */
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-14 15:18:21 +02:00
|
|
|
|
.compose_invite_user,
|
2018-02-28 07:01:19 +01:00
|
|
|
|
.compose_private_stream_alert,
|
|
|
|
|
.compose-all-everyone,
|
2018-04-04 19:38:09 +02:00
|
|
|
|
.compose-announce,
|
|
|
|
|
.compose_not_subscribed {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
padding: 4px 0px 4px 0px;
|
2018-02-28 07:01:19 +01:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-04-04 19:38:09 +02:00
|
|
|
|
#compose_not_subscribed_close {
|
|
|
|
|
top: 1px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-14 15:18:21 +02:00
|
|
|
|
.compose_invite_close,
|
|
|
|
|
.compose_private_stream_alert_close {
|
2018-02-28 07:01:19 +01:00
|
|
|
|
display: inline-block;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose-all-everyone-controls,
|
2017-12-18 16:09:41 +01:00
|
|
|
|
.compose-announce-controls,
|
2017-10-14 15:18:21 +02:00
|
|
|
|
.compose_invite_user_controls,
|
|
|
|
|
.compose_private_stream_alert_controls {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
float: right;
|
2018-02-28 07:01:19 +01:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-04 19:38:09 +02:00
|
|
|
|
.compose_invite_user p,
|
|
|
|
|
.compose_not_subscribed p {
|
2018-02-28 07:01:19 +01:00
|
|
|
|
margin: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
max-width: calc(100% - 100px);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-04-04 19:38:09 +02:00
|
|
|
|
#error-message-sub-button {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
/* Like .nav-tabs > li > a */
|
2017-11-28 22:36:58 +01:00
|
|
|
|
div[id^="message-edit-send-status"],
|
2017-11-26 19:58:36 +01:00
|
|
|
|
#compose-send-status {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
padding: 8px 14px 8px 14px;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
margin-bottom: 8px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
line-height: 20px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-10 23:36:07 +02:00
|
|
|
|
#compose-send-status .progress {
|
|
|
|
|
height: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-12-11 11:39:49 +01:00
|
|
|
|
#nonexistent_stream_reply_error {
|
|
|
|
|
padding: 8px 14px 8px 14px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
/* Like .alert .close */
|
2017-11-28 22:36:58 +01:00
|
|
|
|
.send-status-close,
|
2017-11-26 20:01:37 +01:00
|
|
|
|
.compose-send-status-close {
|
2017-03-14 16:36:22 +01:00
|
|
|
|
font-size: 17px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
font-weight: bold;
|
2017-11-13 16:34:06 +01:00
|
|
|
|
color: hsl(0, 0%, 0%);
|
2019-01-23 00:33:18 +01:00
|
|
|
|
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
2017-03-14 16:36:22 +01:00
|
|
|
|
opacity: .2;
|
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
|
float: right;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2017-11-28 22:36:58 +01:00
|
|
|
|
.send-status-close:hover,
|
2017-11-26 20:01:37 +01:00
|
|
|
|
.compose-send-status-close:hover {
|
2017-03-14 16:36:22 +01:00
|
|
|
|
cursor: pointer;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
opacity: .4;
|
2017-03-14 16:36:22 +01:00
|
|
|
|
filter: alpha(opacity=40);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#out-of-view-notification {
|
|
|
|
|
position: relative;
|
2017-12-01 02:13:22 +01:00
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
|
2018-10-08 22:31:26 +02:00
|
|
|
|
background-color: hsla(152, 51%, 63%, 0.25);
|
2017-12-01 02:13:22 +01:00
|
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.1);
|
|
|
|
|
border-radius: 4px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.compose-notifications-content {
|
2018-12-29 19:44:41 +01:00
|
|
|
|
padding: 4px 22px 4px 22px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.composition-area {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#out-of-view-notification .close {
|
|
|
|
|
position: absolute;
|
2018-12-29 19:44:41 +01:00
|
|
|
|
right: 8px;
|
2017-12-01 02:11:16 +01:00
|
|
|
|
top: 4px;
|
2017-03-14 16:36:22 +01:00
|
|
|
|
font-size: 17px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
font-weight: bold;
|
2017-11-13 16:34:06 +01:00
|
|
|
|
color: hsl(0, 0%, 0%);
|
2019-01-23 00:33:18 +01:00
|
|
|
|
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
2017-03-14 16:36:22 +01:00
|
|
|
|
opacity: .2;
|
|
|
|
|
filter: alpha(opacity=20);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea.new_message_textarea {
|
|
|
|
|
display: table-cell;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
width: calc(100% - 12px);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
padding: 5px;
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
max-height: 22em;
|
|
|
|
|
margin-bottom: 0px;
|
2016-11-09 22:32:16 +01:00
|
|
|
|
resize: vertical !important;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 01:36:40 +01:00
|
|
|
|
textarea.new_message_textarea,
|
2017-10-24 20:44:44 +02:00
|
|
|
|
.compose_table .recipient_box {
|
2017-11-16 00:52:41 +01:00
|
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
2016-12-02 01:36:40 +01:00
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
2017-02-28 00:12:22 +01:00
|
|
|
|
transition: border 0.2s ease;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea.new_message_textarea:focus,
|
2017-10-24 20:44:44 +02:00
|
|
|
|
.compose_table .recipient_box:focus {
|
2018-10-12 07:22:46 +02:00
|
|
|
|
border: 1px solid hsl(0, 0%, 67%);
|
2017-10-24 20:44:44 +02:00
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
}
|
|
|
|
|
|
2018-11-13 17:16:02 +01:00
|
|
|
|
#stream_message_recipient_stream.recipient_box:focus {
|
2016-12-02 01:36:40 +01:00
|
|
|
|
border-left: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-27 07:40:53 +02:00
|
|
|
|
input.recipient_box {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
height: 1.1em;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-13 17:16:02 +01:00
|
|
|
|
#stream_message_recipient_stream.recipient_box {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
width: 20%;
|
|
|
|
|
border-radius: 0px 3px 3px 0px;
|
|
|
|
|
border-left: 0px;
|
|
|
|
|
min-width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-13 17:16:02 +01:00
|
|
|
|
#stream_message_recipient_topic.recipient_box {
|
2018-02-25 19:49:13 +01:00
|
|
|
|
width: calc(20% - -14px);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
min-width: 140px;
|
2017-04-26 02:48:10 +02:00
|
|
|
|
max-width: 165px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-11-13 17:16:02 +01:00
|
|
|
|
#stream_message_recipient_stream.recipient_box.lock-padding {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
padding-left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#private_message_recipient.recipient_box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls {
|
|
|
|
|
float: right;
|
|
|
|
|
position: relative;
|
|
|
|
|
right: -7px;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
height: 2.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls .compose_checkbox_label {
|
2018-10-12 07:22:46 +02:00
|
|
|
|
color: hsl(0, 0%, 67%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#send_controls #compose-send-button {
|
2016-12-02 01:36:40 +01:00
|
|
|
|
border-radius: 4px;
|
2017-08-30 00:18:51 +02:00
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-bottom: 3px;
|
2016-12-02 01:36:40 +01:00
|
|
|
|
margin-right: 7px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
font-weight: 600;
|
2017-06-21 08:49:46 +02:00
|
|
|
|
border: 1px solid hsl(170, 68%, 41%);
|
2018-10-12 07:22:46 +02:00
|
|
|
|
background-color: hsl(170, 48%, 54%);
|
2017-11-13 16:34:06 +01:00
|
|
|
|
color: hsl(0, 0%, 100%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2016-12-02 01:36:40 +01:00
|
|
|
|
#compose-send-button:focus {
|
2018-10-12 07:22:46 +02:00
|
|
|
|
box-shadow: 0px 0px 10px hsl(170, 48%, 54%), 0px 0px 5px hsl(170, 48%, 54%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#stream-message,
|
|
|
|
|
#private-message {
|
2018-03-31 01:46:43 +02:00
|
|
|
|
display: flex;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2018-07-11 18:29:48 +02:00
|
|
|
|
#private-message {
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2017-02-22 02:34:05 +01:00
|
|
|
|
.compose_table .drafts-link {
|
2016-12-22 17:48:52 +01:00
|
|
|
|
position: relative;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
margin-right: 1em;
|
2016-12-22 17:48:52 +01:00
|
|
|
|
margin-left: 5px;
|
|
|
|
|
top: 2px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sending-indicator {
|
2018-03-05 09:32:57 +01:00
|
|
|
|
top: 2px;
|
|
|
|
|
position: relative;
|
2017-02-22 02:34:05 +01:00
|
|
|
|
font-weight: bold;
|
2018-03-05 09:32:57 +01:00
|
|
|
|
display: inline-block;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
2019-01-15 21:03:58 +01:00
|
|
|
|
a.message-control-button {
|
2016-10-27 07:40:53 +02:00
|
|
|
|
display: block;
|
2017-11-30 00:02:15 +01:00
|
|
|
|
opacity: 0.4;
|
|
|
|
|
color: inherit;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-15 21:03:58 +01:00
|
|
|
|
a.message-control-button:hover {
|
2017-11-30 00:02:15 +01:00
|
|
|
|
opacity: 1;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.drag {
|
|
|
|
|
display: none;
|
|
|
|
|
height: 18px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 23px;
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: ns-resize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#enter_sends {
|
2017-12-10 00:43:17 +01:00
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-top: -2px;
|
|
|
|
|
margin-right: 4px;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inline-subscribe-error {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#preview_message_area {
|
|
|
|
|
/* minus 5px padding. */
|
2016-12-02 01:36:40 +01:00
|
|
|
|
width: calc(100% - 12px);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
padding: 5px;
|
|
|
|
|
/* the maximum height the textarea gets to. */
|
|
|
|
|
max-height: 308px;
|
|
|
|
|
/* the minimum height the textarea collapses to. */
|
|
|
|
|
min-height: 42px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
2018-10-12 07:22:46 +02:00
|
|
|
|
border: 1px solid hsl(0, 0%, 67%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
border-radius: 4px;
|
2017-11-16 01:33:33 +01:00
|
|
|
|
background-color: hsla(0, 0%, 0%, 0.02);
|
2017-02-24 00:21:28 +01:00
|
|
|
|
cursor: not-allowed;
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a#markdown_preview,
|
|
|
|
|
a#undo_markdown_preview {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 16px;
|
2018-10-12 07:22:46 +02:00
|
|
|
|
color: hsl(0, 0%, 47%);
|
2016-10-27 07:40:53 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#markdown_preview_spinner {
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
2017-12-11 11:39:49 +01:00
|
|
|
|
|
2018-08-13 23:13:00 +02:00
|
|
|
|
.compose_mobile_stream_button i,
|
|
|
|
|
.compose_mobile_private_button i {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 550px) {
|
2018-08-12 23:26:00 +02:00
|
|
|
|
#compose_buttons .compose_stream_button,
|
|
|
|
|
#compose_buttons .compose_private_button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-13 23:13:00 +02:00
|
|
|
|
@media (min-width: 551px) {
|
2018-08-12 23:26:00 +02:00
|
|
|
|
#compose_buttons .compose_mobile_button {
|
2017-12-11 11:39:49 +01:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|