2016-09-14 02:20:13 +02:00
|
|
|
label {
|
|
|
|
margin: 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2019-06-16 15:51:37 +02:00
|
|
|
.new-style {
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.center-block {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.w-70 {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
.w-200 {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.m-t-20 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.m-t-10 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.grid {
|
|
|
|
label {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 150px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#account-settings {
|
|
|
|
.grid {
|
|
|
|
label {
|
|
|
|
min-width: 120px;
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
display: block;
|
|
|
|
width: calc(100% - 20px - 5px);
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.warning {
|
|
|
|
#pw_strength {
|
|
|
|
width: 140px;
|
|
|
|
height: 8px;
|
|
|
|
margin: 6px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.button {
|
|
|
|
ul {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
&.button i.fa.fa-pencil {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* this is because the input[type=text] is also 200px wide but has
|
|
|
|
12px of padding and 2px worth of borders. These don't apply to
|
|
|
|
buttons however. */
|
|
|
|
.input-size {
|
|
|
|
width: 214px;
|
|
|
|
}
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
2019-05-21 06:37:40 +02:00
|
|
|
.settings-section label > a,
|
2019-05-21 06:26:42 +02:00
|
|
|
.settings-section h3 > a {
|
2018-12-18 21:34:02 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2019-05-21 06:37:40 +02:00
|
|
|
.settings-section label .fa-question-circle-o {
|
|
|
|
top: 1px;
|
|
|
|
left: 2px;
|
|
|
|
}
|
|
|
|
|
2019-05-21 06:26:42 +02:00
|
|
|
.settings-section h3 .fa-question-circle-o {
|
2018-12-18 21:34:02 +01:00
|
|
|
top: 1px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
|
2019-05-21 06:26:42 +02:00
|
|
|
.settings-section .fa-question-circle-o {
|
|
|
|
opacity: 0.4;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .fa-question-circle-o:hover {
|
2018-12-18 21:34:02 +01:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.user-avatar-section,
|
2018-08-16 01:26:55 +02:00
|
|
|
.realm-logo-section,
|
2017-03-26 22:24:35 +02:00
|
|
|
.realm-icon-section {
|
2017-05-17 19:07:00 +02:00
|
|
|
position: relative;
|
2017-07-05 21:54:58 +02:00
|
|
|
}
|
2017-05-17 19:07:00 +02:00
|
|
|
|
2018-08-16 01:26:55 +02:00
|
|
|
.realm-logo-block {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-07-05 21:54:58 +02:00
|
|
|
.user-avatar-section {
|
|
|
|
float: right;
|
2017-05-17 19:07:00 +02:00
|
|
|
}
|
|
|
|
|
2017-07-05 21:54:58 +02:00
|
|
|
.user-avatar-section .avatar-controls {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
box-shadow: none;
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
2017-05-11 02:25:48 +02:00
|
|
|
.realm-icon-section {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.user-avatar-section .inline-block,
|
2018-08-16 01:26:55 +02:00
|
|
|
.realm-logo-section .inline-block,
|
2017-03-26 22:24:35 +02:00
|
|
|
.realm-icon-section .inline-block {
|
2018-12-18 21:34:02 +01:00
|
|
|
margin: 5px 20px 0px 0px;
|
2017-05-17 19:07:00 +02:00
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
2019-05-15 19:33:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-avatar-section .inline-block {
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
2019-07-19 06:22:33 +02:00
|
|
|
#change_email_modal {
|
2017-12-15 13:26:34 +01:00
|
|
|
width: 460px;
|
|
|
|
}
|
|
|
|
|
2019-07-19 06:22:33 +02:00
|
|
|
#change_full_name_modal {
|
|
|
|
width: 480px;
|
|
|
|
}
|
|
|
|
|
2017-05-11 22:52:14 +02:00
|
|
|
.admin-realm-description {
|
|
|
|
height: 16em;
|
2018-03-13 01:56:44 +01:00
|
|
|
width: 100%;
|
|
|
|
max-width: 500px;
|
|
|
|
box-sizing: border-box;
|
2017-05-11 22:52:14 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.padded-container {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2016-06-26 17:21:39 +02:00
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.side-padded-container {
|
|
|
|
padding: 0px 20px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2018-01-11 21:36:11 +01:00
|
|
|
#notification_sound,
|
|
|
|
#play_notification_sound {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attributions_title {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
2016-10-20 23:30:45 +02:00
|
|
|
.table.table-condensed.table-striped {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2016-12-13 11:17:08 +01:00
|
|
|
.wrapped-table {
|
|
|
|
table-layout: fixed;
|
2018-04-26 16:30:11 +02:00
|
|
|
word-break: break-word;
|
2016-12-13 11:17:08 +01:00
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
white-space: -webkit-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapped-cell {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.table tbody {
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.table-condensed td {
|
2016-06-26 17:21:39 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-11-21 05:21:05 +01:00
|
|
|
#settings_content table + .progressive-table-wrapper table tr.user_row td:first-of-type {
|
2017-08-28 19:49:39 +02:00
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
2017-12-08 14:24:32 +01:00
|
|
|
#uploaded_files_table > tr > td:nth-of-type(4),
|
|
|
|
#uploaded_files_table > tr > td:nth-of-type(5),
|
|
|
|
.upload-size,
|
|
|
|
.upload-actions {
|
|
|
|
width: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#uploaded_files_table > tr > td:nth-of-type(1),
|
2018-02-05 02:51:53 +01:00
|
|
|
#admin_filters_table > tr > td:nth-of-type(1),
|
2017-12-08 14:24:32 +01:00
|
|
|
.upload-file-name {
|
|
|
|
width: 30%;
|
2018-02-05 02:51:53 +01:00
|
|
|
word-break: break-all;
|
2017-12-08 14:24:32 +01:00
|
|
|
}
|
|
|
|
|
2018-12-19 18:15:06 +01:00
|
|
|
#filter-settings {
|
|
|
|
#filter_pattern,
|
|
|
|
#filter_format_string {
|
|
|
|
width: calc(100% - 10em - 6em);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
td .button {
|
|
|
|
margin: 2px 0px;
|
|
|
|
box-shadow: none;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-12-28 18:23:43 +01:00
|
|
|
.settings-info-icon {
|
|
|
|
padding-left: 3px;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
|
2019-06-21 21:00:06 +02:00
|
|
|
.email-change-form .settings-info-icon,
|
|
|
|
.user-name-section .settings-info-icon {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 1px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section {
|
2016-12-03 01:12:52 +01:00
|
|
|
display: none;
|
2017-05-09 22:09:31 +02:00
|
|
|
|
|
|
|
width: calc(100% - 40px);
|
2016-09-14 02:20:13 +02:00
|
|
|
margin: 20px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
.settings-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section.show,
|
|
|
|
.settings-wrapper.show,
|
|
|
|
.settings-wrapper.show .settings-section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section .settings-section-title {
|
2017-08-31 00:05:06 +02:00
|
|
|
font-size: 1.4em;
|
|
|
|
font-weight: 500;
|
2018-03-31 01:47:06 +02:00
|
|
|
margin: 10px 0px 10px 0px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section .settings-section-title.transparent {
|
|
|
|
background-color: transparent;
|
|
|
|
color: inherit;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section form {
|
|
|
|
margin: 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section .no-padding {
|
|
|
|
padding: 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-10-20 23:30:45 +02:00
|
|
|
.settings-section .table.table-condensed.table-striped tbody {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2017-04-17 23:28:41 +02:00
|
|
|
.settings-section .table-striped thead th {
|
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2017-11-16 00:54:41 +01:00
|
|
|
border-top: 1px solid hsla(0, 0%, 0%, 0.2) !important;
|
|
|
|
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2) !important;
|
2017-07-03 14:22:56 +02:00
|
|
|
}
|
|
|
|
|
2017-07-11 11:24:51 +02:00
|
|
|
#admin-user-list .table tr:first-of-type td,
|
|
|
|
#admin-bot-list .table tr:first-of-type td {
|
2017-07-03 14:22:56 +02:00
|
|
|
border-top: none;
|
2017-04-17 23:28:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section input[type=text].search {
|
|
|
|
float: right;
|
|
|
|
margin: 2px 5px 2px 0px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .settings-section-title .table-title {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 0px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .settings-section-title .table-title i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2019-07-21 02:31:24 +02:00
|
|
|
.settings-section .upgrade-tip,
|
2017-06-02 06:30:00 +02:00
|
|
|
.settings-section .tip {
|
|
|
|
position: relative;
|
|
|
|
display: block;
|
2017-06-21 09:08:49 +02:00
|
|
|
background-color: hsl(46, 63%, 95%);
|
|
|
|
border: 1px solid hsl(49, 20%, 84%);
|
2017-06-02 06:30:00 +02:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px 0px;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 0%, 40%);
|
2017-06-02 06:30:00 +02:00
|
|
|
}
|
|
|
|
|
2019-07-21 02:31:24 +02:00
|
|
|
.settings-section .upgrade-tip::before,
|
2017-06-02 06:30:00 +02:00
|
|
|
.settings-section .tip::before {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 8px;
|
|
|
|
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: FontAwesome, "Yantramanav", Source Sans Pro;
|
2017-06-02 06:30:00 +02:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2019-07-21 02:31:24 +02:00
|
|
|
.settings-section .upgrade-tip::before {
|
|
|
|
content: "\f135";
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .upgrade-tip:hover {
|
|
|
|
color: hsl(0, 0%, 20%);
|
|
|
|
border: 1px solid hsl(49, 20%, 60%);
|
|
|
|
box-shadow: 0px 0px 4px hsla(199, 79%, 56%, .2);
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .tip::before {
|
|
|
|
content: "\f0a2";
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px;
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-06-21 09:08:49 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
2016-09-14 02:20:13 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
transition: box-shadow 0.3s ease;
|
|
|
|
min-width: 208px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input:hover {
|
|
|
|
outline: none;
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 4px hsla(199, 79%, 56%, 1.0);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.dynamic-input div,
|
|
|
|
.dynamic-input label {
|
2016-09-14 02:20:13 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input div {
|
|
|
|
margin-right: -2px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input [contenteditable=true] {
|
|
|
|
outline: none;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input div:empty::after {
|
|
|
|
content: "username";
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input.bot_user_name div:empty::after {
|
|
|
|
content: "bot_user_name";
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.button,
|
|
|
|
.input-group {
|
2018-03-31 01:47:06 +02:00
|
|
|
margin: 0 0 20px 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.input-group.thinner {
|
|
|
|
margin: 10px 0px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2018-05-22 14:07:10 +02:00
|
|
|
.input-group label.checkbox + label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-04-28 19:22:56 +02:00
|
|
|
.dependent-block {
|
|
|
|
margin: -5px 0 15px 35px;
|
|
|
|
}
|
|
|
|
|
2018-05-02 19:02:51 +02:00
|
|
|
.dependent-inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 0 10px !important;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.no-margin {
|
|
|
|
margin: 0px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
input[type=checkbox] + .inline-block {
|
|
|
|
margin-left: 10px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-12-02 18:44:39 +01:00
|
|
|
.allow-subdomains,
|
|
|
|
.new-realm-domain-allow-subdomains {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.realm_domains_info {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2017-05-17 19:07:00 +02:00
|
|
|
.admin-realm-form h3 {
|
2018-03-31 01:47:06 +02:00
|
|
|
margin-bottom: 10px;
|
2017-05-17 19:07:00 +02:00
|
|
|
}
|
|
|
|
|
2018-03-29 02:02:01 +02:00
|
|
|
#settings_page .icon-button {
|
|
|
|
border-radius: 5px;
|
2018-07-27 00:58:50 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
2018-03-29 02:02:01 +02:00
|
|
|
font-size: 14px;
|
2018-04-03 13:09:52 +02:00
|
|
|
padding: 3px 14px 4px 11px;
|
2018-03-29 02:02:01 +02:00
|
|
|
text-decoration: none;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 47%);
|
2018-04-30 15:01:55 +02:00
|
|
|
min-width: 80px;
|
|
|
|
line-height: 16px;
|
2018-03-29 02:02:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button:hover {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-03-29 02:02:01 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 61%);
|
|
|
|
color: hsl(0, 0%, 18%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button:hover .icon-button-icon {
|
|
|
|
color: hsl(0, 0%, 47%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button.primary:hover {
|
|
|
|
background-color: hsl(166, 35%, 57%);
|
|
|
|
border: 1px solid hsl(166, 35%, 57%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button.primary {
|
|
|
|
background-color: hsl(156, 30%, 50%);
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
border: 1px solid hsl(155, 30%, 50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button .icon-button-icon {
|
2018-04-03 13:09:52 +02:00
|
|
|
vertical-align: bottom;
|
|
|
|
margin-right: 3px;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 600;
|
2018-03-29 02:02:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button.primary .icon-button-icon {
|
2018-04-12 19:55:17 +02:00
|
|
|
font-size: 15px;
|
|
|
|
font-weight: lighter;
|
2018-10-14 21:57:50 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2018-03-29 02:02:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button-controls {
|
|
|
|
display: inline;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button-controls.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .icon-button.save-button.saving {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(156, 14%, 40%);
|
2018-03-29 02:02:01 +02:00
|
|
|
border-color: hsl(156, 14%, 40%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button.saving .icon-button-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button.saving .icon-button-loading {
|
|
|
|
display: inline-block;
|
2018-04-03 13:09:52 +02:00
|
|
|
margin-right: 2px;
|
2018-03-29 02:02:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .save-button .icon-button-loading {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-02-28 00:13:57 +01:00
|
|
|
#google_hangouts_domain,
|
|
|
|
#zoom_help_text,
|
2017-05-17 19:07:00 +02:00
|
|
|
.organization-settings-parent div:first-of-type {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2018-01-29 16:10:54 +01:00
|
|
|
.org-settings-form .organization-submission {
|
2017-07-05 21:54:58 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2018-08-16 01:26:55 +02:00
|
|
|
.realm-logo-section {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-04-13 09:37:53 +02:00
|
|
|
#id_org_profile_preview,
|
2018-03-31 01:47:06 +02:00
|
|
|
.realm-icon-section {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block.organization-permissions-parent div:first-of-type {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2018-03-22 12:59:38 +01:00
|
|
|
.admin-realm-form .subsection-header h3 {
|
2018-03-14 23:45:42 +01:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2017-07-05 21:54:58 +02:00
|
|
|
#default_language {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
#user-settings-avatar,
|
|
|
|
#realm-icon-section {
|
2016-09-14 02:20:13 +02:00
|
|
|
border-radius: 5px;
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
input[type=checkbox].inline-block {
|
|
|
|
margin: -2px 0px 0px 0px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-12-08 14:24:32 +01:00
|
|
|
.remove-attachment {
|
2018-07-27 00:58:50 +02:00
|
|
|
margin-right: 5px !important;
|
|
|
|
font-size: 1.1em !important;
|
|
|
|
padding-left: 0px !important;
|
2017-02-24 02:31:37 +01:00
|
|
|
}
|
|
|
|
|
2017-12-04 23:25:06 +01:00
|
|
|
#download_attachment {
|
|
|
|
padding-left: 0px;
|
|
|
|
border-left: 0px;
|
|
|
|
}
|
|
|
|
|
2018-01-13 19:12:38 +01:00
|
|
|
.alert-word-information-box {
|
|
|
|
position: relative;
|
2016-09-14 02:20:13 +02:00
|
|
|
padding: 10px;
|
2017-07-05 21:54:58 +02:00
|
|
|
margin: 20px auto;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.green-bg {
|
2017-06-21 09:08:49 +02:00
|
|
|
background-color: hsl(120, 29%, 84%);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.remove-alert-word {
|
2016-09-28 03:06:44 +02:00
|
|
|
margin-top: 1px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
#pw_strength {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form,
|
2019-06-16 15:32:00 +02:00
|
|
|
#profile-field-settings .new-profile-field-form {
|
2016-09-14 02:20:13 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form .control-label,
|
2019-06-16 15:32:00 +02:00
|
|
|
#profile-field-settings .new-profile-field-form .control-label {
|
2016-09-14 02:20:13 +02:00
|
|
|
display: block;
|
|
|
|
width: 120px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form .controls,
|
2019-06-16 15:32:00 +02:00
|
|
|
#profile-field-settings .new-profile-field-form .controls {
|
2016-09-14 02:20:13 +02:00
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-04-30 15:27:35 +02:00
|
|
|
|
|
|
|
#settings_page .save-button-controls {
|
|
|
|
display: block;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2018-02-06 17:03:03 +01:00
|
|
|
#settings_page .alert-notification:not(:empty) {
|
|
|
|
display: inline-block !important;
|
|
|
|
vertical-align: top;
|
|
|
|
height: auto !important;
|
|
|
|
width: auto !important;
|
|
|
|
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: transparent;
|
2018-02-06 17:03:03 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
margin-top: 14px;
|
|
|
|
margin-left: 10px;
|
2018-03-29 02:02:01 +02:00
|
|
|
border: 1px solid hsl(156, 30%, 50%);
|
|
|
|
color: hsl(156, 30%, 50%);
|
|
|
|
padding: 3px 10px;
|
|
|
|
font-size: 15px;
|
2018-02-06 17:03:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .alert-notification.alert-error {
|
|
|
|
color: hsl(2, 46%, 68%);
|
|
|
|
border-color: hsl(2, 46%, 68%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .alert-notification .loading_indicator_spinner {
|
|
|
|
width: 13px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0;
|
2018-04-19 22:00:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* make the spinner green like the text and box. */
|
|
|
|
#settings_page .alert-notification .loading_indicator_spinner svg path {
|
|
|
|
fill: hsl(178, 100%, 40%);
|
2018-02-06 17:03:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .alert-notification .loading_indicator_text {
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: inherit;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .alert-notification img {
|
2018-04-03 13:09:52 +02:00
|
|
|
margin-right: 6px;
|
2018-03-29 02:02:01 +02:00
|
|
|
vertical-align: middle;
|
2018-04-03 13:09:52 +02:00
|
|
|
margin-top: -2px;
|
2018-02-06 17:03:03 +01:00
|
|
|
}
|
|
|
|
|
2019-07-10 14:32:27 +02:00
|
|
|
#profile-field-settings #admin-add-profile-field-status {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2016-07-07 20:07:01 +02:00
|
|
|
#notification-settings .notification-reminder {
|
2017-06-05 19:37:05 +02:00
|
|
|
text-align: left;
|
2016-07-07 20:07:01 +02:00
|
|
|
}
|
|
|
|
|
2019-07-10 22:18:45 +02:00
|
|
|
#account-settings .custom-profile-fields-form .custom_user_field label {
|
|
|
|
min-width: fit-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
#account-settings .alert-notification.custom-field-status {
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2017-10-20 16:55:04 +02:00
|
|
|
#realm_notifications_stream_label > button,
|
|
|
|
#realm_signup_notifications_stream_label > button {
|
2017-07-17 19:33:58 +02:00
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
|
2016-06-26 17:21:39 +02:00
|
|
|
.control-label-disabled {
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 0%, 82%);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2018-08-05 02:43:03 +02:00
|
|
|
.control-label-disabled.enabled {
|
|
|
|
color: hsl(0, 0%, 20%);
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.disableable {
|
2018-04-12 21:00:18 +02:00
|
|
|
margin-left: 22px;
|
|
|
|
margin-top: -10px;
|
2016-09-14 02:20:13 +02:00
|
|
|
}
|
|
|
|
|
2018-05-02 19:02:51 +02:00
|
|
|
#settings_page .admin-realm-time-limit-input {
|
2016-07-08 02:25:55 +02:00
|
|
|
width: 5ch;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2018-05-02 19:02:51 +02:00
|
|
|
#settings_page .realm-time-limit-label {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-11-26 09:12:10 +01:00
|
|
|
.admin-realm-message-content-delete-limit-minutes {
|
|
|
|
width: 5ch;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-11-30 10:42:58 +01:00
|
|
|
.admin-realm-message-retention-days {
|
|
|
|
width: 5ch;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-03-10 19:19:25 +01:00
|
|
|
#account-settings-status {
|
2016-06-26 17:21:39 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin_emoji_table {
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji_image {
|
2018-08-04 11:17:14 +02:00
|
|
|
width: 20px;
|
2017-03-18 05:59:00 +01:00
|
|
|
display: block;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji_image img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-11-17 04:31:37 +01:00
|
|
|
.add-new-emoji-box,
|
2018-01-13 19:12:38 +01:00
|
|
|
.add-new-user-group-box,
|
|
|
|
.add-new-alert-word-box {
|
2017-08-31 00:05:52 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2017-11-17 04:31:37 +01:00
|
|
|
.add-new-emoji-box .new-emoji-form,
|
2018-01-13 19:12:38 +01:00
|
|
|
.add-new-user-group-box .new-user-group-form,
|
|
|
|
.add-new-alert-word-box .new-alert-word-form {
|
2017-08-31 00:05:52 +02:00
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
2017-08-31 00:13:00 +02:00
|
|
|
.add-new-emoji-box input[type=text],
|
2017-11-17 04:31:37 +01:00
|
|
|
.add-new-user-group-box input[type=text],
|
2017-08-31 00:13:00 +02:00
|
|
|
.add-new-default-stream-box input[type=text] {
|
2017-08-31 00:05:52 +02:00
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2018-03-29 07:21:46 +02:00
|
|
|
.add-new-emoji-box #emoji-file-name {
|
2017-08-31 00:05:52 +02:00
|
|
|
width: 0;
|
|
|
|
top: -19px;
|
|
|
|
left: 3px;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2018-03-29 07:21:46 +02:00
|
|
|
#emoji_file_input_error {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-08-31 00:05:52 +02:00
|
|
|
.add-new-emoji-box #emoji-file-name {
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-08-31 00:05:52 +02:00
|
|
|
}
|
|
|
|
|
2017-12-14 05:51:45 +01:00
|
|
|
.add-new-profile-field-box button,
|
2017-08-31 00:06:17 +02:00
|
|
|
.add-new-filter-box button {
|
2018-02-25 19:49:13 +01:00
|
|
|
margin-left: calc(10em - -20px) !important;
|
2017-08-31 00:06:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.grey-box .wrapper {
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
2018-08-15 13:37:40 +02:00
|
|
|
#settings_content .admin-table-wrapper table.admin_profile_fields_table tr td {
|
|
|
|
width: 28%;
|
|
|
|
}
|
|
|
|
|
2018-08-02 19:31:17 +02:00
|
|
|
.admin_profile_fields_table,
|
|
|
|
.profile_field_choices_table {
|
2018-07-05 19:40:26 +02:00
|
|
|
.movable-profile-field-row {
|
|
|
|
cursor: move;
|
2018-08-02 22:20:28 +02:00
|
|
|
.fa-ellipsis-v {
|
2018-07-05 19:40:26 +02:00
|
|
|
color: hsl(0, 0, 75%);
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
+ i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-02-13 19:17:15 +01:00
|
|
|
}
|
|
|
|
|
2018-08-03 02:22:31 +02:00
|
|
|
#filter-settings .admin_filters_table {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
#admin-filter-pattern-status,
|
|
|
|
#admin-filter-format-status {
|
2016-02-13 19:17:15 +01:00
|
|
|
margin: 20px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2017-04-17 23:28:41 +02:00
|
|
|
.progressive-table-wrapper {
|
2017-09-15 23:01:36 +02:00
|
|
|
position: relative;
|
2017-09-26 22:05:53 +02:00
|
|
|
max-height: calc(95vh - 220px);
|
2017-04-17 23:28:41 +02:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2017-09-15 23:01:36 +02:00
|
|
|
#admin-default-streams-list .progressive-table-wrapper {
|
2017-09-26 22:05:53 +02:00
|
|
|
max-height: calc(95vh - 280px);
|
2017-09-15 23:01:36 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list {
|
2016-07-08 14:59:56 +02:00
|
|
|
display: none;
|
|
|
|
list-style-type: none;
|
2017-02-25 20:14:47 +01:00
|
|
|
margin-left: 0px;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .image {
|
2017-02-23 01:58:50 +01:00
|
|
|
vertical-align: top;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .bot-information-box .details {
|
2017-02-23 01:58:50 +01:00
|
|
|
display: inline-block;
|
2017-04-06 20:29:03 +02:00
|
|
|
width: calc(100% - 75px);
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .name {
|
2017-02-23 01:58:50 +01:00
|
|
|
font-weight: 600;
|
2018-10-20 09:31:17 +02:00
|
|
|
font-size: 1.1rem;
|
|
|
|
margin: 7px 5px;
|
2017-02-23 01:58:50 +01:00
|
|
|
|
|
|
|
overflow: hidden;
|
2018-06-09 20:52:15 +02:00
|
|
|
line-height: 1.3em;
|
2017-02-23 01:58:50 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: pre;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .regenerate_bot_api_key {
|
2016-07-08 14:59:56 +02:00
|
|
|
position: relative;
|
2016-09-14 02:20:13 +02:00
|
|
|
margin-left: 5px;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-02-23 01:58:50 +01:00
|
|
|
transition: all 0.3s ease;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .regenerate_bot_api_key:hover {
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 0%, 27%);
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons {
|
2017-02-23 01:58:50 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons button {
|
2017-02-23 01:58:50 +01:00
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons .btn {
|
2017-02-23 01:58:50 +01:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons .sea-green {
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(177, 70%, 46%);
|
2017-02-23 01:58:50 +01:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons .blue {
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(203, 77%, 56%);
|
2017-02-23 01:58:50 +01:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .edit-bot-buttons .danger-red {
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 56%, 73%);
|
2017-02-23 01:58:50 +01:00
|
|
|
}
|
|
|
|
|
2018-06-27 09:35:30 +02:00
|
|
|
.bots_list .edit-bot-buttons .copy-gold {
|
|
|
|
color: hsl(51, 90%, 50%);
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .bot-information-box {
|
2017-02-23 01:58:50 +01:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2017-05-11 02:25:48 +02:00
|
|
|
width: calc(50% - 10px);
|
2017-06-12 19:50:03 +02:00
|
|
|
max-height: 220px;
|
2017-02-23 01:58:50 +01:00
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
overflow: auto;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list img.avatar {
|
2018-10-20 09:31:17 +02:00
|
|
|
margin: 10px 5px 0px 10px;
|
2017-02-23 01:58:50 +01:00
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
border-radius: 4px;
|
|
|
|
vertical-align: top;
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 4px hsla(0, 0%, 0%, 0.1);
|
2017-02-23 01:58:50 +01:00
|
|
|
}
|
|
|
|
|
2018-10-20 09:31:17 +02:00
|
|
|
.bots_list .email,
|
|
|
|
.bots_list .type {
|
2017-02-23 01:58:50 +01:00
|
|
|
margin-bottom: 5px;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .email .value,
|
|
|
|
.bots_list .api_key .api-key-value-and-button {
|
2016-07-08 14:59:56 +02:00
|
|
|
display: block;
|
2017-02-23 01:58:50 +01:00
|
|
|
margin-left: 0px;
|
2016-07-08 14:59:56 +02:00
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .api_key .api-key-value-and-button {
|
2017-02-23 01:58:50 +01:00
|
|
|
font-family: "Inconsolata", Menlo, monospace;
|
|
|
|
font-size: 0.85em;
|
2018-06-09 20:52:15 +02:00
|
|
|
display: flex;
|
2017-02-23 01:58:50 +01:00
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
.bots_list .bot_info {
|
2017-02-23 01:58:50 +01:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2016-07-08 14:59:56 +02:00
|
|
|
.bot_info .field {
|
|
|
|
font-weight: 300;
|
2017-02-23 01:58:50 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 600;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2018-07-03 01:22:29 +02:00
|
|
|
.bot_error {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-03-01 01:31:33 +01:00
|
|
|
.edit_bot h3 {
|
|
|
|
margin: 0px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2017-02-25 20:14:47 +01:00
|
|
|
#bots_lists_navbar .active a {
|
2017-06-21 09:08:49 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2017-02-25 20:14:47 +01:00
|
|
|
}
|
|
|
|
|
2017-02-25 22:57:06 +01:00
|
|
|
#inactive_bots_list .bot_info .reactivate_bot {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-03-01 01:31:33 +01:00
|
|
|
.edit_bot_form {
|
2016-07-08 14:59:56 +02:00
|
|
|
font-size: 100%;
|
2017-03-01 01:31:33 +01:00
|
|
|
margin: 0px;
|
2017-02-23 01:58:50 +01:00
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_form label {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 600;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-02-23 01:58:50 +01:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_form .buttons {
|
|
|
|
margin: 10px 0px 5px 0px;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_email {
|
2017-03-01 01:31:33 +01:00
|
|
|
font-weight: 400;
|
2016-07-08 14:59:56 +02:00
|
|
|
font-size: 18px;
|
2017-02-23 01:58:50 +01:00
|
|
|
text-align: left;
|
2017-03-01 01:31:33 +01:00
|
|
|
margin-top: 0px;
|
2016-07-08 14:59:56 +02:00
|
|
|
margin-bottom: 10px;
|
2017-02-23 01:58:50 +01:00
|
|
|
|
|
|
|
overflow: hidden;
|
2017-03-01 01:31:33 +01:00
|
|
|
max-height: 1.1em;
|
2017-02-23 01:58:50 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: pre;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#create_bot_form .control-label,
|
|
|
|
#create_alert_word_form .control-label,
|
|
|
|
.admin-emoji-form .control-label,
|
2016-02-13 19:17:15 +01:00
|
|
|
.admin-filter-form .control-label,
|
2017-12-14 05:51:45 +01:00
|
|
|
.admin-profile-field-form .control-label,
|
2017-03-25 11:21:37 +01:00
|
|
|
.edit_bot_form .control-label {
|
2016-07-08 14:59:56 +02:00
|
|
|
width: 10em;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2019-07-10 22:40:06 +02:00
|
|
|
.admin-profile-field-form #custom_external_account_url_pattern input {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
#upload_avatar_spinner,
|
2018-08-16 01:26:55 +02:00
|
|
|
#upload_logo_spinner,
|
2019-01-27 08:25:10 +01:00
|
|
|
#upload_icon_spinner,
|
|
|
|
#upload_night_logo_spinner {
|
2016-07-08 14:59:56 +02:00
|
|
|
font-size: 14px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bot_name_header {
|
|
|
|
width: 8em;
|
|
|
|
}
|
2016-07-09 16:59:47 +02:00
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
#attachments_list {
|
2016-07-09 16:59:47 +02:00
|
|
|
list-style-type: none;
|
|
|
|
margin: auto;
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2016-07-09 16:59:47 +02:00
|
|
|
}
|
|
|
|
|
2017-05-11 02:25:48 +02:00
|
|
|
#alert_words_list {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#alert_words_list li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2016-07-09 16:59:47 +02:00
|
|
|
#alert_words_list li.alert-word-item:last-child {
|
|
|
|
background: none;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
#alert_words_list .edit-alert-word-buttons,
|
|
|
|
#attachments_list .edit-attachment-buttons {
|
2016-07-09 16:59:47 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#alert_words_list .alert_word_listing .value {
|
|
|
|
display: block;
|
|
|
|
white-space: -moz-pre-wrap !important;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2016-09-27 14:25:52 +02:00
|
|
|
|
2017-11-02 21:25:36 +01:00
|
|
|
.emojiset_choices {
|
2017-11-11 01:55:40 +01:00
|
|
|
width: 250px;
|
|
|
|
padding: 0px 10px;
|
2017-11-02 21:25:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.emojiset_choices .emoji {
|
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emojiset_choices label {
|
2017-11-16 01:32:20 +01:00
|
|
|
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
|
2017-11-11 01:55:40 +01:00
|
|
|
padding: 8px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emojiset_choices label:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emojiset_choices label input[type=radio] {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
margin: 0px 5px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emojiset_choices label input[type=radio]:checked + span {
|
|
|
|
font-weight: 600;
|
2017-11-02 21:25:36 +01:00
|
|
|
}
|
|
|
|
|
2017-11-11 01:55:40 +01:00
|
|
|
.emojiset_choices .right {
|
2017-11-02 21:25:36 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2016-09-27 14:25:52 +02:00
|
|
|
.open-user-form {
|
|
|
|
min-width: initial !important;
|
|
|
|
}
|
2016-11-15 17:55:20 +01:00
|
|
|
|
2018-09-30 22:00:09 +02:00
|
|
|
#api_key_buttons {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#api_key_buttons .regenerate_api_key {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-01-02 13:02:13 +01:00
|
|
|
.right.show .emoji_alt_code {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
#user-settings-avatar {
|
|
|
|
border-radius: 5px;
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
|
2016-12-02 21:42:11 +01:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2017-05-17 19:07:00 +02:00
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
2018-12-19 02:25:13 +01:00
|
|
|
|
|
|
|
#user-avatar-block {
|
|
|
|
background-size: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-07-03 05:38:48 +02:00
|
|
|
#user_avatar_delete_button {
|
|
|
|
cursor: pointer;
|
2019-06-16 12:35:10 +02:00
|
|
|
color: hsl(236, 33%, 90%);
|
2019-07-06 05:39:11 +02:00
|
|
|
opacity: 0;
|
2019-07-03 05:38:48 +02:00
|
|
|
font-size: 3rem;
|
|
|
|
position: absolute;
|
|
|
|
top: 67px; // 31.5px + 5px + 30px
|
|
|
|
right: 30px;
|
2019-06-15 12:33:43 +02:00
|
|
|
z-index: 99;
|
2019-07-03 05:38:48 +02:00
|
|
|
}
|
|
|
|
|
2019-07-05 05:39:04 +02:00
|
|
|
#user-avatar-source {
|
|
|
|
margin-left: 10px;
|
|
|
|
width: 200px;
|
|
|
|
height: 20px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 19%;
|
|
|
|
left: 0%;
|
|
|
|
font-size: 0.9em;
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-19 02:25:13 +01:00
|
|
|
.guest-avatar::after {
|
|
|
|
outline: 9px solid hsl(0, 0%, 100%);
|
|
|
|
}
|
2019-07-03 05:38:48 +02:00
|
|
|
|
|
|
|
&:hover {
|
2019-06-15 12:33:43 +02:00
|
|
|
#user-avatar-block::after {
|
|
|
|
content: '';
|
|
|
|
background-color: hsl(0, 0%, 0%);
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
opacity: 0.6;
|
|
|
|
z-index: 99;
|
|
|
|
position: absolute;
|
2019-07-05 05:39:04 +02:00
|
|
|
}
|
|
|
|
|
2019-07-03 05:38:48 +02:00
|
|
|
#user_avatar_delete_button {
|
2019-07-06 05:39:11 +02:00
|
|
|
opacity: 1;
|
2019-07-03 05:38:48 +02:00
|
|
|
}
|
2017-05-17 19:07:00 +02:00
|
|
|
|
2019-07-05 05:39:04 +02:00
|
|
|
#user-avatar-source {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2019-07-04 05:38:57 +02:00
|
|
|
}
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
#realm-settings-icon {
|
|
|
|
border-radius: 5px;
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
|
2017-02-21 03:41:20 +01:00
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
2017-10-21 03:15:12 +02:00
|
|
|
|
2019-01-27 08:25:10 +01:00
|
|
|
#realm-settings-logo,
|
|
|
|
#realm-settings-night-logo {
|
2018-08-16 01:26:55 +02:00
|
|
|
box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.2);
|
|
|
|
/* We allow actual images up to 800x100 in the main display, but the
|
2019-05-15 06:09:47 +02:00
|
|
|
settings UI looks bad beyond ~500px, so we limit the width here */
|
|
|
|
height: 55px;
|
|
|
|
max-width: 500px;
|
2018-08-16 01:26:55 +02:00
|
|
|
}
|
|
|
|
|
2019-02-21 02:59:33 +01:00
|
|
|
#realm-settings-night-logo {
|
|
|
|
background-color: hsl(212, 28%, 18%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#realm-settings-logo {
|
|
|
|
background-color: hsla(0, 100%, 100%, 1);
|
|
|
|
}
|
|
|
|
|
2017-10-21 03:15:12 +02:00
|
|
|
.invite-user-link i {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2018-01-03 19:14:20 +01:00
|
|
|
#user-groups .user-group {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2018-08-25 00:32:13 +02:00
|
|
|
#user-groups .user-group-status {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2017-12-19 04:02:31 +01:00
|
|
|
#user-groups .user-group h4 {
|
|
|
|
font-weight: normal;
|
2018-01-03 19:14:20 +01:00
|
|
|
margin: 0px;
|
2018-08-22 00:31:48 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: left;
|
2018-01-03 19:14:20 +01:00
|
|
|
}
|
|
|
|
|
2018-08-22 00:31:48 +02:00
|
|
|
#user-groups p {
|
2018-01-03 19:14:20 +01:00
|
|
|
line-height: 2;
|
2018-08-22 00:31:48 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user-groups .spacer {
|
|
|
|
margin: 0 2px;
|
2017-11-17 04:31:37 +01:00
|
|
|
}
|
|
|
|
|
2018-08-22 00:31:48 +02:00
|
|
|
#user-groups .subscribers,
|
2017-12-19 04:02:31 +01:00
|
|
|
#user-groups .user-group h4 > .name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-01-03 19:14:20 +01:00
|
|
|
#user-groups .user-group span[contenteditable] {
|
|
|
|
display: inline-block;
|
2018-02-02 06:11:03 +01:00
|
|
|
word-break: break-all;
|
2017-12-19 04:02:31 +01:00
|
|
|
}
|
|
|
|
|
2018-02-13 11:34:11 +01:00
|
|
|
#user-groups .ntm {
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
|
|
|
|
2018-01-03 19:14:20 +01:00
|
|
|
#user-groups .user-group span[contenteditable]:empty::before {
|
|
|
|
opacity: 0.5;
|
|
|
|
display: inline-block;
|
|
|
|
content: attr(data-placeholder);
|
|
|
|
}
|
|
|
|
|
|
|
|
#user-groups .user-group span[contenteditable]:focus,
|
2018-02-13 11:34:11 +01:00
|
|
|
#user-groups .user-group span[contenteditable="true"]:hover {
|
2018-01-03 19:14:20 +01:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 80%);
|
2018-04-07 00:22:20 +02:00
|
|
|
margin-bottom: -1px;
|
2017-12-19 04:02:31 +01:00
|
|
|
outline: none;
|
2018-01-03 19:14:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#user-groups .user-group .pill-container .input[contenteditable]:empty::after {
|
|
|
|
content: attr(data-placeholder);
|
|
|
|
opacity: 0.5;
|
2017-12-19 04:02:31 +01:00
|
|
|
}
|
|
|
|
|
2018-02-13 11:34:11 +01:00
|
|
|
#user-groups .ntm h4 > .button {
|
|
|
|
cursor: not-allowed;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user-groups .ntm h4 > .button:hover {
|
|
|
|
border-color: hsl(4, 56%, 82%);
|
|
|
|
}
|
|
|
|
|
2018-03-15 12:10:07 +01:00
|
|
|
#user-groups .save-status {
|
2018-08-22 00:31:48 +02:00
|
|
|
background-color: transparent;
|
2018-03-15 12:10:07 +01:00
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-left: 10px;
|
2018-08-22 00:31:48 +02:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2017-12-18 21:38:02 +01:00
|
|
|
display: none;
|
|
|
|
opacity: 0;
|
2018-03-15 12:10:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#user-groups .checkmark {
|
2018-08-22 00:31:48 +02:00
|
|
|
height: 12px;
|
2017-12-18 21:38:02 +01:00
|
|
|
}
|
|
|
|
|
2018-03-14 17:22:19 +01:00
|
|
|
#user-groups .delete {
|
2018-08-22 00:31:48 +02:00
|
|
|
margin-left: auto;
|
2018-03-14 17:22:19 +01:00
|
|
|
}
|
|
|
|
|
2018-03-15 12:56:31 +01:00
|
|
|
#user-groups .save-instructions {
|
|
|
|
display: none;
|
|
|
|
opacity: 0;
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 20%);
|
2018-03-15 12:56:31 +01:00
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
/* -- new settings overlay -- */
|
|
|
|
#settings_page {
|
|
|
|
height: 95vh;
|
|
|
|
width: 97vw;
|
2017-05-11 02:25:48 +02:00
|
|
|
max-width: 1024px;
|
|
|
|
margin: 2.5vh auto;
|
2016-12-03 01:12:52 +01:00
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
width: 250px;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
border-top-left-radius: 4px;
|
2017-06-21 09:08:49 +02:00
|
|
|
border-right: 1px solid hsl(0, 0%, 93%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .tab-container {
|
|
|
|
padding: 6px;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
2018-06-03 13:04:28 +02:00
|
|
|
#settings_page .sidebar .normal-settings-list,
|
|
|
|
#settings_page .sidebar .org-settings-list {
|
2016-12-03 01:12:52 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper {
|
2017-03-04 00:26:26 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 251px;
|
|
|
|
/* the width of the settings sidbar this is right of is 250px + 1px border. */
|
|
|
|
width: calc(100% - 250px - 1px);
|
2016-12-03 01:12:52 +01:00
|
|
|
height: 100%;
|
2017-04-04 21:36:51 +02:00
|
|
|
overflow: hidden;
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper .settings-header {
|
|
|
|
width: 100%;
|
|
|
|
height: 43px;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
2017-05-09 22:09:13 +02:00
|
|
|
#settings_page .content-wrapper .settings-header h1 .section {
|
|
|
|
font-weight: 400;
|
2017-11-16 00:54:41 +01:00
|
|
|
color: inherit;
|
|
|
|
opacity: 0.6;
|
2017-05-09 22:09:13 +02:00
|
|
|
}
|
|
|
|
|
2018-01-25 01:57:00 +01:00
|
|
|
#settings_page h3 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
2019-04-20 01:04:22 +02:00
|
|
|
#settings_page h5 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
|
2017-05-05 20:38:15 +02:00
|
|
|
#settings_page .settings-header.mobile {
|
|
|
|
display: none;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2017-05-05 20:38:15 +02:00
|
|
|
}
|
|
|
|
|
2018-07-02 02:32:30 +02:00
|
|
|
.settings-header.mobile .fa-chevron-left {
|
2017-05-05 20:38:15 +02:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
top: 14px;
|
|
|
|
left: 10px;
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
#settings_page .content-wrapper #settings_content {
|
2017-03-16 21:02:01 +01:00
|
|
|
position: relative;
|
2016-12-03 01:12:52 +01:00
|
|
|
width: 100%;
|
2017-04-04 21:40:29 +02:00
|
|
|
height: calc(100% - 45px);
|
2016-12-03 01:12:52 +01:00
|
|
|
|
|
|
|
float: left;
|
|
|
|
overflow-y: auto;
|
2017-05-05 20:38:15 +02:00
|
|
|
overflow-x: hidden;
|
2017-05-09 22:09:31 +02:00
|
|
|
|
2017-11-16 01:32:20 +01:00
|
|
|
background-color: hsla(0, 0%, 0%, 0.02);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
2017-04-24 21:14:30 +02:00
|
|
|
#settings_page .table-striped thead th {
|
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
2017-10-22 19:58:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .table-striped thead th.active {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 100ms ease-out;
|
|
|
|
}
|
|
|
|
|
2018-04-19 04:40:26 +02:00
|
|
|
.modal.fade {
|
2018-06-07 10:30:27 +02:00
|
|
|
/* Ensure the modal is entirely off-screen while we fade the background */
|
|
|
|
top: -50%;
|
2018-04-19 04:40:26 +02:00
|
|
|
transition: opacity 0.3s linear;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
#settings_page .table-striped thead th.active::after {
|
2017-11-01 21:01:43 +01:00
|
|
|
content: " \f0d8";
|
2017-11-01 02:55:46 +01:00
|
|
|
white-space: pre;
|
|
|
|
display: inline-block;
|
|
|
|
font: normal normal normal 12px/1 FontAwesome;
|
|
|
|
font-size: inherit;
|
|
|
|
text-rendering: auto;
|
2017-04-24 21:14:30 +02:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
#settings_page .table-striped thead th.active.descend::after {
|
2017-11-01 21:03:08 +01:00
|
|
|
content: " \f0d7";
|
|
|
|
}
|
|
|
|
|
2017-04-24 21:14:30 +02:00
|
|
|
#settings_page input.search {
|
|
|
|
font-size: 0.9rem;
|
2019-01-06 19:22:32 +01:00
|
|
|
margin: 10px 0px 20px 0px;
|
2017-04-24 21:14:30 +02:00
|
|
|
}
|
|
|
|
|
2017-03-01 01:31:33 +01:00
|
|
|
#settings_page .form-sidebar {
|
|
|
|
position: absolute;
|
|
|
|
top: 45px;
|
|
|
|
right: 0px;
|
2017-03-04 00:26:26 +01:00
|
|
|
transform: translateX(303px);
|
2017-03-01 01:31:33 +01:00
|
|
|
width: 300px;
|
|
|
|
height: calc(100% - 45px);
|
|
|
|
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-10-12 07:22:46 +02:00
|
|
|
border-left: 1px solid hsl(0, 0%, 87%);
|
2017-03-01 01:31:33 +01:00
|
|
|
|
2017-03-14 20:57:11 +01:00
|
|
|
pointer-events: none;
|
2017-03-01 01:31:33 +01:00
|
|
|
transition: all 0.3s ease;
|
2018-01-07 20:28:57 +01:00
|
|
|
visibility: hidden;
|
2017-03-01 01:31:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar.show {
|
2017-03-14 20:57:11 +01:00
|
|
|
pointer-events: auto;
|
2017-03-01 01:31:33 +01:00
|
|
|
transform: translateX(0px);
|
2018-01-07 20:28:57 +01:00
|
|
|
visibility: visible;
|
2017-03-01 01:31:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar input[type=text] {
|
|
|
|
width: calc(100% - 10px - 4px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar input[type=submit],
|
|
|
|
#settings_page .form-sidebar button {
|
|
|
|
border-radius: 4px;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar .title,
|
|
|
|
#settings_page .form-sidebar .content {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar .title {
|
|
|
|
padding: 10px 20px;
|
2018-01-13 19:38:30 +01:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2017-03-01 01:31:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar .title h1 {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar .title .exit {
|
|
|
|
float: right;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 300;
|
|
|
|
margin-top: 11px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
#settings_page .sidebar .header {
|
|
|
|
height: auto;
|
|
|
|
position: relative;
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
2017-06-21 09:08:49 +02:00
|
|
|
background-color: hsl(180, 6%, 93%);
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .settings-header {
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .settings-header h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 15px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .settings-header .exit {
|
2017-03-13 22:44:50 +01:00
|
|
|
font-weight: 600;
|
2016-12-03 01:12:52 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2016-12-03 01:12:52 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .settings-header .exit-sign {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 3px;
|
2017-03-13 22:44:50 +01:00
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 600;
|
2016-12-03 01:12:52 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-12-24 19:00:29 +01:00
|
|
|
#settings_page #change_password_modal {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2018-09-05 21:25:05 +02:00
|
|
|
#account-settings,
|
|
|
|
#user-info-form-modal {
|
2018-12-07 21:05:59 +01:00
|
|
|
.user-role button {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2018-12-07 18:24:56 +01:00
|
|
|
|
2018-12-07 21:05:59 +01:00
|
|
|
.custom_user_field .field_hint {
|
|
|
|
color: hsl(0, 0%, 67%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#show_my_user_profile_modal {
|
2018-08-31 03:00:01 +02:00
|
|
|
width: 150px;
|
2018-12-07 21:05:59 +01:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#show_my_user_profile_modal i {
|
|
|
|
padding-left: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2018-04-30 07:21:45 +02:00
|
|
|
}
|
|
|
|
|
2018-02-26 20:08:23 +01:00
|
|
|
#settings_page .custom_user_field {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-07-29 19:45:42 +02:00
|
|
|
body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-05-30 07:23:56 +02:00
|
|
|
}
|
|
|
|
|
2018-03-23 13:23:43 +01:00
|
|
|
#settings_page .custom_user_field textarea {
|
|
|
|
width: 320px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
2018-06-09 15:28:55 +02:00
|
|
|
#settings_page .custom_user_field .remove_date {
|
|
|
|
opacity: 0.5;
|
|
|
|
display: none;
|
2018-07-05 19:51:32 +02:00
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: -20px;
|
2018-06-09 15:28:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .custom_user_field:hover .remove_date {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .custom_user_field .remove_date:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2018-08-25 01:44:16 +02:00
|
|
|
#settings_page .custom_user_field .person_picker {
|
|
|
|
min-width: 206px;
|
|
|
|
}
|
|
|
|
|
2019-07-19 06:22:33 +02:00
|
|
|
#settings_page #change_full_name_modal .change_full_name_info,
|
2019-07-18 20:08:53 +02:00
|
|
|
#settings_page #change_email_modal .change_email_info,
|
2019-07-10 19:13:31 +02:00
|
|
|
#settings_page #change_password_modal .change_password_info {
|
2019-07-16 21:47:44 +02:00
|
|
|
margin-top: 3px;
|
2017-12-24 19:00:29 +01:00
|
|
|
}
|
|
|
|
|
2018-09-12 17:43:38 +02:00
|
|
|
#confirm_dialog_modal,
|
2016-12-03 01:12:52 +01:00
|
|
|
#deactivation_user_modal.fade.in {
|
|
|
|
top: calc(50% - 120px);
|
|
|
|
}
|
|
|
|
|
2018-01-11 21:05:04 +01:00
|
|
|
.modal.fade.in {
|
|
|
|
top: 50%;
|
2018-12-06 20:57:01 +01:00
|
|
|
pointer-events: all;
|
2018-01-11 21:05:04 +01:00
|
|
|
}
|
|
|
|
|
2019-06-29 22:00:44 +02:00
|
|
|
#desktop_icon_count_display,
|
2019-05-07 19:06:05 +02:00
|
|
|
#id_realm_waiting_period_setting,
|
2019-05-06 18:41:36 +02:00
|
|
|
#id_realm_create_stream_policy,
|
2019-04-08 19:23:00 +02:00
|
|
|
#id_realm_invite_to_stream_policy,
|
2018-04-05 00:54:31 +02:00
|
|
|
#id_realm_org_join_restrictions,
|
2018-04-02 11:18:40 +02:00
|
|
|
#id_realm_bot_creation_policy,
|
2018-05-02 19:02:51 +02:00
|
|
|
#id_realm_user_invite_restriction {
|
2018-01-05 15:34:10 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-01-21 10:49:25 +01:00
|
|
|
.m-t-10 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2018-05-31 20:52:47 +02:00
|
|
|
.modal {
|
2017-06-21 09:08:49 +02:00
|
|
|
box-shadow: 0px 0px 75px hsla(0, 0%, 0%, 0.5);
|
|
|
|
outline: 10000px solid hsla(0, 0%, 0%, 0.3);
|
2016-12-03 01:12:52 +01:00
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2018-01-26 08:01:58 +01:00
|
|
|
#do_deactivate_self_button .loader {
|
|
|
|
display: none;
|
|
|
|
vertical-align: top;
|
|
|
|
position: relative;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -10px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-10-20 16:55:04 +02:00
|
|
|
#id_realm_notifications_stream .dropdown-search > input[type=text],
|
|
|
|
#id_realm_signup_notifications_stream .dropdown-search > input[type=text] {
|
2017-06-10 07:03:53 +02:00
|
|
|
margin: 9px;
|
|
|
|
}
|
|
|
|
|
2017-10-20 16:55:04 +02:00
|
|
|
#id_realm_notifications_stream .dropdown-list-body,
|
|
|
|
#id_realm_signup_notifications_stream .dropdown-list-body {
|
2017-09-27 19:01:04 +02:00
|
|
|
position: relative;
|
2017-06-10 07:03:53 +02:00
|
|
|
height: auto;
|
|
|
|
max-height: 200px;
|
|
|
|
overflow-y: auto;
|
|
|
|
margin-top: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
input[type=text]#settings_search {
|
|
|
|
width: calc(100% - 10px - 2px);
|
|
|
|
margin: 0px;
|
|
|
|
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 0%, 33%);
|
2016-12-03 01:12:52 +01:00
|
|
|
font-size: 0.9rem;
|
|
|
|
padding: 3px 5px;
|
|
|
|
outline: none;
|
2018-10-12 07:22:46 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 87%);
|
2016-12-03 01:12:52 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text]:focus#settings_search {
|
|
|
|
box-shadow: none;
|
2017-06-21 09:08:49 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 73%);
|
2016-12-03 01:12:52 +01:00
|
|
|
|
2018-10-12 07:22:46 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 87%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text]#settings_search {
|
|
|
|
width: calc(100% - 10px - 2px);
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li {
|
|
|
|
padding: 5px 0px;
|
|
|
|
outline: none;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: all 0.2s ease;
|
2017-06-21 09:08:49 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 93%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
2017-07-17 18:11:22 +02:00
|
|
|
#settings_page .sidebar li.border-top {
|
|
|
|
border-top: 1px solid hsl(0, 0%, 93%);
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
#settings_page .sidebar li.no-border {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.active {
|
2017-06-21 09:08:49 +02:00
|
|
|
background-color: hsl(0, 0%, 93%);
|
2016-12-03 01:12:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.active {
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .text,
|
2018-12-04 15:24:25 +01:00
|
|
|
#settings_page .sidebar li .icon,
|
|
|
|
#settings_page .sidebar li .locked {
|
2016-12-03 01:12:52 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .text {
|
2018-12-04 15:24:25 +01:00
|
|
|
width: calc(100% - 90px);
|
2016-12-03 01:12:52 +01:00
|
|
|
padding: 10px 12px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .icon {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 10px 10px;
|
2019-01-07 10:17:38 +01:00
|
|
|
text-align: center;
|
2016-12-03 01:12:52 +01:00
|
|
|
|
|
|
|
font-size: 1.4em;
|
2017-06-21 09:08:49 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2016-12-03 01:12:52 +01:00
|
|
|
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2018-12-04 15:24:25 +01:00
|
|
|
#settings_page .sidebar li .locked {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 14px 8px 6px;
|
|
|
|
|
|
|
|
font-size: 1em;
|
|
|
|
color: hsl(0, 0%, 62%);
|
|
|
|
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2018-06-03 13:04:28 +02:00
|
|
|
#settings_page .sidebar .org-settings-list {
|
2016-12-03 01:12:52 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li:last-of-type .text {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .sidebar-bottom-anchor {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2018-04-30 15:27:35 +02:00
|
|
|
.subsection-failed-status p {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 43%, 91%);
|
2018-04-30 15:27:35 +02:00
|
|
|
padding: 2px 6px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2017-07-05 21:54:58 +02:00
|
|
|
@media (max-width: 953px) {
|
2017-03-26 22:24:35 +02:00
|
|
|
.user-avatar-section,
|
|
|
|
.realm-icon-section {
|
2016-12-02 21:42:11 +01:00
|
|
|
float: none;
|
2017-07-05 21:54:58 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-avatar-section .avatar-controls {
|
2016-12-02 21:42:11 +01:00
|
|
|
display: inline-block;
|
2017-07-05 21:54:58 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_content .warning {
|
|
|
|
display: none;
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
2018-04-30 15:27:35 +02:00
|
|
|
|
|
|
|
.subsection-failed-status p {
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2018-08-16 01:26:55 +02:00
|
|
|
|
2019-01-27 08:25:10 +01:00
|
|
|
#realm-settings-logo,
|
|
|
|
#realm-settings-night-logo {
|
2018-08-16 01:26:55 +02:00
|
|
|
max-width: 400px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
2017-05-17 19:07:00 +02:00
|
|
|
@media (max-width: 786px) {
|
|
|
|
#user-settings-avatar {
|
|
|
|
width: 220px;
|
|
|
|
height: 220px;
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-01 20:27:27 +01:00
|
|
|
@media (max-height: 530px) {
|
|
|
|
#settings_page .sidebar .sidebar-bottom-anchor {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .sidebar-bottom-anchor .border-top {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-30 22:00:09 +02:00
|
|
|
@media (max-width: 450px) {
|
|
|
|
#api_key_buttons,
|
|
|
|
#download_zuliprc {
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-05 20:38:15 +02:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
#settings_page .settings-header.mobile {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper .settings-header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper #settings_content {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper.right {
|
|
|
|
top: 47px;
|
|
|
|
}
|
2017-11-01 20:27:27 +01:00
|
|
|
|
|
|
|
#settings_page .sidebar {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
width: 250px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2017-05-05 20:38:15 +02:00
|
|
|
}
|
|
|
|
|
2016-11-15 17:55:20 +01:00
|
|
|
#show_api_key_box {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2016-12-06 09:21:26 +01:00
|
|
|
|
2016-11-26 04:39:53 +01:00
|
|
|
#muted_topics_table {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#muted_topics_table tbody {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2017-03-26 15:39:12 +02:00
|
|
|
|
2017-05-11 02:35:18 +02:00
|
|
|
#admin-user-list .last_active {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead .actions {
|
|
|
|
min-width: 230px;
|
2017-03-26 15:39:12 +02:00
|
|
|
}
|
2017-04-02 20:59:22 +02:00
|
|
|
|
2017-04-23 20:47:18 +02:00
|
|
|
#settings_page .display-settings-form select {
|
2017-04-02 20:59:22 +02:00
|
|
|
width: 245px;
|
|
|
|
}
|
2017-05-12 02:48:53 +02:00
|
|
|
|
|
|
|
#attachments_list:empty {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.required-text:empty::after {
|
|
|
|
content: attr(data-empty);
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
font-style: italic;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-05-12 02:48:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.required-text.thick:empty::after {
|
2017-08-28 17:02:40 +02:00
|
|
|
width: 100%;
|
2017-05-12 02:48:53 +02:00
|
|
|
}
|
2017-06-10 18:43:31 +02:00
|
|
|
|
|
|
|
#payload_url_inputbox input[type=text] {
|
|
|
|
width: 340px;
|
|
|
|
}
|
2017-12-12 15:10:09 +01:00
|
|
|
|
2017-07-15 18:23:44 +02:00
|
|
|
#service_name_list input[type=text] {
|
|
|
|
width: 340px;
|
|
|
|
}
|
|
|
|
|
2018-01-20 08:31:29 +01:00
|
|
|
.dropdown-title {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
2017-12-12 15:10:09 +01:00
|
|
|
.invited-as-admin {
|
|
|
|
opacity: 0.5;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2017-10-28 19:26:36 +02:00
|
|
|
|
|
|
|
@-moz-document url-prefix() {
|
|
|
|
#settings_page select {
|
|
|
|
-moz-appearance: none;
|
|
|
|
background: url('../images/dropdown.png') right / 20px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
2018-04-12 11:17:52 +02:00
|
|
|
|
|
|
|
.profile-field-choices {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-field-choices hr {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-field-choices .choice-row {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-field-choices > .choice-row:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-08-02 19:31:17 +02:00
|
|
|
.profile-field-choices .choice-row input {
|
|
|
|
width: 190px;
|
2018-04-12 11:17:52 +02:00
|
|
|
}
|
|
|
|
|
2018-08-02 19:31:17 +02:00
|
|
|
.profile-field-choices .choice-row button {
|
|
|
|
margin-left: 0 !important;
|
2018-04-12 11:17:52 +02:00
|
|
|
}
|
2018-06-19 23:22:05 +02:00
|
|
|
|
2018-07-10 19:52:02 +02:00
|
|
|
.custom_user_field .pill-container {
|
2018-06-19 23:22:05 +02:00
|
|
|
padding: 2px 6px;
|
2018-07-10 19:52:02 +02:00
|
|
|
height: 24px;
|
2018-10-14 21:57:50 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2018-06-19 23:22:05 +02:00
|
|
|
}
|
|
|
|
|
2018-07-10 19:52:02 +02:00
|
|
|
.custom_user_field .pill-container:focus-within {
|
2019-06-19 04:53:16 +02:00
|
|
|
border-color: hsla(206, 80%, 62%, 0.8);
|
2018-07-10 19:52:02 +02:00
|
|
|
outline: 0;
|
2018-12-04 18:27:47 +01:00
|
|
|
outline: 1px dotted \9;
|
2018-07-10 19:52:02 +02:00
|
|
|
|
2019-06-19 04:53:16 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
|
|
|
|
box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 0 8px hsla(206, 80%, 62%, 0.6);
|
2018-06-19 23:22:05 +02:00
|
|
|
}
|
2019-01-03 21:22:51 +01:00
|
|
|
|
|
|
|
#get_api_key_button {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-01-17 12:05:09 +01:00
|
|
|
|
|
|
|
#attachment-stats-holder {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 13px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-05-13 00:43:21 +02:00
|
|
|
|
|
|
|
.hide-org-settings {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapse-settings-btn {
|
|
|
|
margin: 10px 0px 0px 10px;
|
|
|
|
color: hsl(200, 100%, 40%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapse-settings-btn:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
color: hsl(208, 56%, 38%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#toggle_collapse {
|
|
|
|
margin-left: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|