2017-03-23 00:54:00 +01:00
|
|
|
.popover {
|
|
|
|
width: auto;
|
|
|
|
|
2019-07-03 18:39:02 +02:00
|
|
|
hr {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2019-07-03 18:31:55 +02:00
|
|
|
|
2019-07-03 18:39:02 +02:00
|
|
|
.sub_disable_btn_hint {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
font-size: small;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2019-07-03 18:31:55 +02:00
|
|
|
}
|
|
|
|
|
2017-09-27 19:27:05 +02:00
|
|
|
.popover-content {
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
2017-03-23 00:54:00 +01:00
|
|
|
.popover-title {
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
|
2019-07-03 18:39:02 +02:00
|
|
|
&:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-03-23 00:54:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover_info {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-left,
|
|
|
|
.popover-right {
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-container {
|
2019-07-10 19:07:34 +02:00
|
|
|
z-index: 106;
|
2017-03-23 00:54:00 +01:00
|
|
|
}
|
|
|
|
|
2018-08-13 03:26:00 +02:00
|
|
|
.mobile-message-buttons-popover {
|
|
|
|
position: absolute;
|
|
|
|
top: auto !important;
|
|
|
|
right: 8px;
|
|
|
|
bottom: 48px;
|
|
|
|
left: auto !important;
|
|
|
|
width: 175px;
|
|
|
|
height: 65px;
|
|
|
|
}
|
|
|
|
|
2019-07-04 07:48:19 +02:00
|
|
|
.streams_popover {
|
2020-05-20 22:12:29 +02:00
|
|
|
.topic-name {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2019-07-04 07:48:19 +02:00
|
|
|
.colorpicker-container {
|
2020-05-13 08:49:24 +02:00
|
|
|
display: none;
|
2019-07-04 07:48:19 +02:00
|
|
|
margin-right: 10px;
|
2019-07-09 13:02:16 +02:00
|
|
|
|
|
|
|
.sp-container {
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
.sp-palette-container {
|
|
|
|
border-right: none;
|
|
|
|
}
|
2019-07-09 13:05:30 +02:00
|
|
|
|
|
|
|
input {
|
2019-08-30 03:49:42 +02:00
|
|
|
box-sizing: inherit; /* IE */
|
2019-07-09 13:05:30 +02:00
|
|
|
box-sizing: initial;
|
|
|
|
|
|
|
|
width: calc(100% - 13px);
|
|
|
|
}
|
2020-05-01 03:03:43 +02:00
|
|
|
|
|
|
|
button {
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
|
|
|
border-radius: 4px;
|
|
|
|
color: hsl(0, 0%, 25%);
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 6px;
|
|
|
|
text-transform: capitalize;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2020-05-01 03:34:10 +02:00
|
|
|
|
|
|
|
.sp-picker-container {
|
|
|
|
border-left: solid 1px hsl(0, 0%, 88%);
|
|
|
|
}
|
2019-07-09 13:02:16 +02:00
|
|
|
}
|
2019-07-04 07:48:19 +02:00
|
|
|
}
|
2017-03-23 00:54:00 +01:00
|
|
|
|
2019-07-04 07:48:19 +02:00
|
|
|
.popover_sub_unsub_button {
|
|
|
|
margin-top: 0px;
|
|
|
|
float: none;
|
|
|
|
}
|
2017-03-23 00:54:00 +01:00
|
|
|
}
|
|
|
|
|
2019-07-04 07:54:27 +02:00
|
|
|
ul {
|
|
|
|
&.info_popover_actions i,
|
|
|
|
&.actions_popover i,
|
|
|
|
&.streams_popover i,
|
|
|
|
&.topics_popover i {
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2017-03-23 00:54:00 +01:00
|
|
|
|
2020-05-15 16:08:25 +02:00
|
|
|
&.topics_popover {
|
|
|
|
.topic-name {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-separator {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 10px;
|
|
|
|
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
flex: 1;
|
|
|
|
border-top: 1px solid hsl(0, 0%, 93%);
|
|
|
|
border-bottom: 1px solid hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-04 07:54:27 +02:00
|
|
|
&.remind_me_popover .remind_icon {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-02-19 01:38:34 +01:00
|
|
|
|
|
|
|
&.topic-move_popover {
|
|
|
|
max-height: 200px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2018-01-15 03:02:23 +01:00
|
|
|
}
|
|
|
|
|
2017-03-23 00:54:00 +01:00
|
|
|
.user_popover {
|
2017-07-27 19:35:35 +02:00
|
|
|
width: 240px;
|
|
|
|
|
2017-04-08 02:10:48 +02:00
|
|
|
margin: -14px;
|
2017-07-27 19:35:35 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2017-12-13 20:45:06 +01:00
|
|
|
.message-info-popover {
|
|
|
|
width: 240px;
|
2019-07-04 08:24:33 +02:00
|
|
|
padding: 0;
|
|
|
|
|
2019-07-04 08:26:18 +02:00
|
|
|
.popover-title {
|
|
|
|
padding: 0;
|
2019-07-04 08:28:13 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
2019-07-04 08:26:18 +02:00
|
|
|
}
|
2019-07-04 08:24:33 +02:00
|
|
|
}
|
|
|
|
|
2019-07-09 12:31:47 +02:00
|
|
|
.group-info-popover {
|
|
|
|
.manage-group a {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-02-14 05:21:46 +01:00
|
|
|
|
2019-07-09 12:32:48 +02:00
|
|
|
.group-info {
|
|
|
|
text-align: center;
|
|
|
|
|
2019-07-09 12:33:44 +02:00
|
|
|
.group-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2019-07-09 12:31:47 +02:00
|
|
|
}
|
2018-02-14 05:21:46 +01:00
|
|
|
|
2019-07-09 12:31:47 +02:00
|
|
|
.member-list {
|
|
|
|
position: relative;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
|
|
|
|
.bot {
|
|
|
|
color: hsl(180, 5%, 74%);
|
|
|
|
vertical-align: top;
|
|
|
|
width: 20px;
|
|
|
|
padding-top: 3.5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
2018-02-14 05:21:46 +01:00
|
|
|
}
|
|
|
|
|
2019-07-09 12:25:05 +02:00
|
|
|
.popover_user_presence {
|
2019-02-18 15:59:34 +01:00
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
2019-07-09 12:28:15 +02:00
|
|
|
margin: 0px 5px;
|
2019-07-09 12:29:40 +02:00
|
|
|
display: inline-block;
|
|
|
|
float: initial;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
2019-02-18 15:59:34 +01:00
|
|
|
}
|
|
|
|
|
2019-05-29 05:59:53 +02:00
|
|
|
.bot-owner-name {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
2019-06-18 20:58:40 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2019-05-29 05:59:53 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-04 08:49:54 +02:00
|
|
|
.user_popover {
|
|
|
|
.popover-title {
|
|
|
|
padding: 0;
|
2019-07-04 08:51:22 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.2);
|
2019-07-04 08:49:54 +02:00
|
|
|
}
|
2017-07-27 19:35:35 +02:00
|
|
|
|
2019-07-04 08:49:54 +02:00
|
|
|
.popover_info li {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2017-11-15 22:26:03 +01:00
|
|
|
}
|
|
|
|
|
2017-03-23 00:54:00 +01:00
|
|
|
.popover-avatar {
|
|
|
|
height: 240px;
|
|
|
|
width: 240px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
position: relative;
|
2018-12-17 02:25:00 +01:00
|
|
|
|
|
|
|
&.guest-avatar::after {
|
|
|
|
outline: 10px solid hsl(0, 0%, 100%);
|
|
|
|
}
|
2017-03-29 00:26:38 +02:00
|
|
|
|
2019-07-04 08:30:45 +02:00
|
|
|
.popover-inner {
|
|
|
|
width: 240px;
|
|
|
|
}
|
2019-07-04 08:29:50 +02:00
|
|
|
}
|
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
#user-profile-modal {
|
|
|
|
border-radius: 4px;
|
2018-05-24 20:56:53 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
#exit-sign {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
2018-05-24 20:56:53 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
#avatar {
|
|
|
|
display: inline-block;
|
|
|
|
height: 180px;
|
|
|
|
width: 180px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
2018-12-18 02:25:07 +01:00
|
|
|
|
|
|
|
&.guest-avatar::after {
|
|
|
|
outline: 9px solid hsl(0, 0%, 100%);
|
|
|
|
}
|
2018-10-05 05:29:44 +02:00
|
|
|
}
|
2018-04-23 20:41:35 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
#default-section {
|
|
|
|
font-size: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
.default-field {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
.name {
|
|
|
|
color: hsl(0, 0%, 55%);
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-02 19:54:58 +01:00
|
|
|
#user-type {
|
2018-10-05 05:29:44 +02:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#name {
|
|
|
|
font-size: 26px;
|
|
|
|
font-weight: 700;
|
|
|
|
margin-bottom: 5px;
|
2020-06-07 11:08:27 +02:00
|
|
|
max-width: 300px;
|
|
|
|
line-height: 30px;
|
2018-10-05 05:29:44 +02:00
|
|
|
|
|
|
|
#edit-button {
|
|
|
|
font-size: 18px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-04-23 20:41:35 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
hr {
|
|
|
|
border: 1px solid hsl(0, 0%, 93%);
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2018-04-23 20:41:35 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
#content {
|
|
|
|
margin-top: 10px;
|
2018-08-20 22:39:39 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
.field-section {
|
|
|
|
margin-top: 8px;
|
2018-04-23 20:41:35 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
.name {
|
|
|
|
color: hsl(0, 0%, 55%);
|
|
|
|
}
|
2018-04-23 20:41:35 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
.value {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2018-08-24 20:24:25 +02:00
|
|
|
|
2018-10-05 05:29:44 +02:00
|
|
|
&[data-type="2"] .value {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-10-15 21:58:01 +02:00
|
|
|
|
|
|
|
&.no-fields {
|
|
|
|
hr,
|
|
|
|
#content {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.no-fields) {
|
|
|
|
#body {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 4px;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
}
|
2018-04-23 20:41:35 +02:00
|
|
|
}
|
|
|
|
|
2017-05-11 01:43:33 +02:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.message-info-popover {
|
|
|
|
display: flex !important;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
/* these are to override JS embedded inline styles. */
|
|
|
|
top: 0px !important;
|
|
|
|
left: 0px !important;
|
|
|
|
margin: 0 !important;
|
2020-04-23 23:49:51 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2017-05-11 01:43:33 +02:00
|
|
|
|
2017-06-21 09:02:28 +02:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.7);
|
2017-05-11 01:43:33 +02:00
|
|
|
border-radius: 0px;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
2019-07-04 07:56:09 +02:00
|
|
|
.popover-inner {
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
2017-05-11 01:43:33 +02:00
|
|
|
}
|
2017-09-26 21:54:34 +02:00
|
|
|
|
|
|
|
.popover-flex {
|
|
|
|
position: absolute;
|
|
|
|
top: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
|
|
|
|
display: flex !important;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
2019-06-19 04:53:16 +02:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.7);
|
2017-09-26 21:54:34 +02:00
|
|
|
|
|
|
|
z-index: 103;
|
|
|
|
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
2019-07-04 07:56:09 +02:00
|
|
|
&.fade.in {
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
2017-09-26 21:54:34 +02:00
|
|
|
|
2019-07-04 07:56:09 +02:00
|
|
|
.popover {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-09-26 21:54:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji-info-popover {
|
|
|
|
position: static;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2017-05-11 01:43:33 +02:00
|
|
|
}
|
2017-05-12 20:17:17 +02:00
|
|
|
|
2019-02-05 22:12:31 +01:00
|
|
|
.user_info_status_text {
|
|
|
|
opacity: 0.8;
|
|
|
|
padding: 2px 0px 3px 0px;
|
|
|
|
}
|
2020-02-19 01:38:34 +01:00
|
|
|
|
|
|
|
#topic_stream_edit_form_error {
|
|
|
|
background-color: hsla(0, 70%, 87%, 0.7);
|
|
|
|
color: hsl(0, 100%, 50%);
|
|
|
|
}
|
2020-05-12 13:41:45 +02:00
|
|
|
|
|
|
|
.topic_stream_edit_header {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
#select_stream_id {
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
border-left: 0px;
|
|
|
|
padding-left: 0px;
|
2020-06-10 14:47:40 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
margin: 0 5px 0 -10px;
|
2020-05-12 13:41:45 +02:00
|
|
|
text-indent: 10px;
|
|
|
|
}
|
2020-05-12 14:42:41 +02:00
|
|
|
.inline_topic_edit {
|
|
|
|
margin-left: 5px !important;
|
|
|
|
}
|
2020-05-12 13:41:45 +02:00
|
|
|
}
|