2016-06-26 17:21:39 +02:00
|
|
|
#settings {
|
|
|
|
margin-top: 55px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
label {
|
|
|
|
margin: 0;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
.new-style .block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-style .center-block {
|
2016-09-14 02:20:13 +02:00
|
|
|
margin: 0 auto;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
.new-style .center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-style .w-70 {
|
2016-09-14 02:20:13 +02:00
|
|
|
width: 70%;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
.new-style .w-200 {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-style .m-t-20 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
.new-style .m-t-10 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
.new-style .grid label {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-style .grid .warning {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
width: 150px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-style .warning #pw_strength {
|
|
|
|
width: 140px;
|
|
|
|
height: 8px;
|
|
|
|
margin: 6px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 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. */
|
|
|
|
.new-style .input-size {
|
|
|
|
width: 214px;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
.user-avatar-section, .realm-icon-section {
|
2016-12-02 21:42:11 +01:00
|
|
|
float: right;
|
|
|
|
background-color: #fff;
|
|
|
|
margin: 20px 0px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
.user-avatar-section .inline-block, .realm-icon-section .inline-block {
|
2016-12-02 21:42:11 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
word-break: break-all;
|
|
|
|
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 {
|
|
|
|
border-bottom: 1px solid #ddd;
|
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;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
td .button {
|
|
|
|
margin: 2px 0px;
|
|
|
|
box-shadow: none;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.settings-section {
|
2016-12-03 01:12:52 +01:00
|
|
|
display: none;
|
2016-09-14 02:20:13 +02:00
|
|
|
background-color: #fafafa;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin: 20px;
|
|
|
|
overflow: hidden;
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
border-top: 5px solid #dfdfdf;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
#administration .settings-section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: 300;
|
|
|
|
padding: 10px;
|
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 {
|
|
|
|
padding: 0px 20px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #FFF;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
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;
|
|
|
|
box-shadow: 0px 0px 4px rgba(56,177,232,1);
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.dynamic-input div, .dynamic-input label {
|
|
|
|
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";
|
|
|
|
color: #aaa;
|
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";
|
|
|
|
color: #aaa;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.button, .input-group {
|
|
|
|
margin: 20px 0px;
|
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
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.no-margin {
|
|
|
|
margin: 0px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2017-01-18 02:58:41 +01:00
|
|
|
.admin-restricted-to-domain input[type=checkbox] + .inline,
|
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-02-21 03:41:20 +01:00
|
|
|
#user-settings-avatar, #realm-icon-section {
|
2016-09-14 02:20:13 +02:00
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0px 0px 10px rgba(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-02-24 02:31:37 +01:00
|
|
|
#attachments_list .attachment-item {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container {
|
2016-09-14 02:20:13 +02:00
|
|
|
position: relative;
|
|
|
|
padding: 10px;
|
2017-02-24 02:31:37 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container .remove-attachment {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: #e29595;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container .file-icon {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 8px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
background: -webkit-linear-gradient(-45deg, #43C6AC , #70e6ce);
|
|
|
|
background: linear-gradient(-45deg, #43C6AC , #70e6ce);
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container .file-icon .extension {
|
|
|
|
font-size: 1.1em;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container .file-icon .extension.small {
|
|
|
|
margin-top: 11px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-item .list-container .information {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages {
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message > div {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message .message-id {
|
|
|
|
padding: 2px 4px 1px 4px;
|
|
|
|
background-color: #aaa;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message:hover {
|
|
|
|
border: 1px solid #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message:hover .message-id {
|
|
|
|
background-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .ind-message {
|
|
|
|
color: #aaa;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .message-id {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 4px 1px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#attachments_list .attachment-messages .message-date {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 4px 1px 2px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.grey-bg {
|
|
|
|
background: #e3e3e3;
|
|
|
|
padding: 10px;
|
|
|
|
width: 90%;
|
|
|
|
margin: 15px auto;
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
|
|
|
|
position: relative;
|
|
|
|
font-size: 14px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.green-bg {
|
|
|
|
background-color: #cbe3cb;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.new-default-stream-section-title {
|
2016-06-26 17:21:39 +02:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
2016-09-14 02:20:13 +02:00
|
|
|
padding-bottom: 10px;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .organization-settings .admin-realm-form,
|
|
|
|
#settings .settings-section .account-settings-form,
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
#settings .settings-section .new-alert-word-form,
|
|
|
|
#emoji-settings .new-emoji-form,
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form,
|
2016-09-14 02:20:13 +02:00
|
|
|
#settings .settings-section .notification-settings-form,
|
|
|
|
#settings .settings-section .display-settings-form,
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .admin-realm-form .control-label,
|
|
|
|
#settings .settings-section .account-settings-form .control-label,
|
|
|
|
#settings .settings-section .new-bot-form .control-label,
|
|
|
|
#settings .settings-section .new-alert-word-form .control-label,
|
|
|
|
#emoji-settings .new-emoji-form .control-label,
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form .control-label,
|
2016-09-14 02:20:13 +02:00
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
display: block;
|
|
|
|
width: 120px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 0;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .admin-realm-form .controls,
|
|
|
|
#settings .settings-section .account-settings-form .controls,
|
|
|
|
#settings .settings-section .new-bot-form .controls,
|
|
|
|
#settings .settings-section .new-alert-word-form button,
|
|
|
|
#emoji-settings .new-emoji-form .controls,
|
2016-02-13 19:17:15 +01:00
|
|
|
#filter-settings .new-filter-form .controls,
|
2016-09-14 02:20:13 +02:00
|
|
|
#settings .settings-section .edit-bot-form-box .controls {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-06-26 17:21:39 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
#administration .settings-section .settings-section-icon,
|
|
|
|
#settings .settings-section .settings-section-icon {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2016-07-07 20:07:01 +02:00
|
|
|
#notification-settings .notification-reminder {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-06-26 17:21:39 +02:00
|
|
|
.control-label-disabled {
|
|
|
|
color: #d3d3d3;
|
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.disableable {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
|
2016-07-08 02:25:55 +02:00
|
|
|
.admin-realm-message-content-edit-limit-minutes {
|
|
|
|
width: 5ch;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-06-26 17:21:39 +02:00
|
|
|
#settings-status {
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin_emoji_table {
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji_image {
|
|
|
|
width: 50px; display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.emoji_image img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-table-wrapper {
|
2016-09-14 02:20:13 +02:00
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
2016-07-08 14:59:56 +02:00
|
|
|
|
2016-02-13 19:17:15 +01:00
|
|
|
.admin_filters_table {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#admin-filter-pattern-status, #admin-filter-format-status {
|
|
|
|
margin: 20px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2016-07-08 14:59:56 +02:00
|
|
|
#bots_list {
|
|
|
|
display: none;
|
|
|
|
list-style-type: none;
|
2017-02-23 01:58:50 +01:00
|
|
|
margin: 0px 15px;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-23 01:58:50 +01:00
|
|
|
#bots_list .image {
|
|
|
|
vertical-align: top;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-02-23 01:58:50 +01:00
|
|
|
#bots_list .bot-information-box .details {
|
|
|
|
display: inline-block;
|
2016-07-08 14:59:56 +02:00
|
|
|
vertical-align: top;
|
2017-02-23 01:58:50 +01:00
|
|
|
width: calc(100% - 85px);
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .name {
|
2017-02-23 01:58:50 +01:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
margin: 10px 0px 5px 0px;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
max-height: 1em;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: pre;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .regenerate_bot_api_key {
|
|
|
|
position: relative;
|
2016-09-14 02:20:13 +02:00
|
|
|
margin-left: 5px;
|
2017-02-23 01:58:50 +01:00
|
|
|
color: #aaa;
|
|
|
|
transition: all 0.3s ease;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .regenerate_bot_api_key:hover {
|
2017-02-23 01:58:50 +01:00
|
|
|
color: #444;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons {
|
2017-02-23 01:58:50 +01:00
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons button {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons .btn {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons .sea-green {
|
|
|
|
color: #24cac2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons .blue {
|
|
|
|
color: #3ba4e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons .danger-red {
|
|
|
|
color: #e29595;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .bot-information-box {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: calc(33.3% - 10px);
|
|
|
|
max-height: 180px;
|
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
overflow: auto;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list img.avatar {
|
2017-02-23 01:58:50 +01:00
|
|
|
margin: 10px 5px 10px 10px;
|
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
|
|
|
border-radius: 4px;
|
|
|
|
vertical-align: top;
|
|
|
|
box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .email {
|
|
|
|
margin-bottom: 5px;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .email .value,
|
|
|
|
#bots_list .api_key .api-key-value-and-button {
|
|
|
|
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-23 01:58:50 +01:00
|
|
|
#bots_list .api_key .api-key-value-and-button {
|
|
|
|
font-family: "Inconsolata", Menlo, monospace;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .bot_info {
|
|
|
|
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;
|
|
|
|
color: #aaa;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
2017-03-01 01:31:33 +01:00
|
|
|
.edit_bot h3 {
|
|
|
|
margin: 0px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
color: #aaa;
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_form .control-label,
|
|
|
|
#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,
|
2016-07-08 14:59:56 +02:00
|
|
|
.default-stream-form .control-label {
|
|
|
|
width: 10em;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
#upload_avatar_spinner, #upload_icon_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
|
|
|
|
2016-07-14 01:32:25 +02:00
|
|
|
#empty_alert_word_error {
|
|
|
|
display: none;
|
2016-09-14 02:20:13 +02:00
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
2016-11-25 11:27:35 +01:00
|
|
|
margin-bottom: 15px;
|
2016-07-14 01:32:25 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#empty_alert_word_error .close {
|
|
|
|
position: inherit;
|
|
|
|
}
|
2016-07-09 16:59:47 +02:00
|
|
|
|
2016-12-28 14:46:42 +01:00
|
|
|
#alert_words_list, #attachments_list {
|
2016-07-09 16:59:47 +02:00
|
|
|
list-style-type: none;
|
|
|
|
margin: auto;
|
2017-02-24 02:31:37 +01:00
|
|
|
background-color: #fff;
|
2016-07-09 16:59:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#alert_words_list li.alert-word-item:last-child {
|
|
|
|
background: none;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
2016-12-28 14:46:42 +01: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
|
|
|
|
|
|
|
.open-user-form {
|
|
|
|
min-width: initial !important;
|
|
|
|
}
|
2016-11-15 17:55:20 +01:00
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
#user-settings-avatar {
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
#realm-settings-icon {
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
margin-left: 25%;
|
|
|
|
}
|
2016-12-03 01:12:52 +01:00
|
|
|
/* -- new settings overlay -- */
|
|
|
|
#settings_overlay_container {
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
background-color: rgba(32,32,32,0.8);
|
|
|
|
z-index: 105;
|
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_overlay_container.show {
|
|
|
|
pointer-events: all;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_overlay_container.show #settings_page {
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page {
|
|
|
|
-webkit-transform: scale(0.5);
|
|
|
|
transform: scale(0.5);
|
|
|
|
|
|
|
|
background-color: rgba(0,0,0,0.8);
|
|
|
|
z-index: 102;
|
|
|
|
min-height: 550px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page {
|
|
|
|
height: 95vh;
|
|
|
|
width: 97vw;
|
|
|
|
margin: 2.5vh 1.5vw;
|
|
|
|
background-color: #fff;
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
|
|
transition: transform 0.2s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
width: 250px;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 550px;
|
|
|
|
overflow-y: auto;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .tab-container {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 6px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .settings-list {
|
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper .settings-header {
|
|
|
|
width: 100%;
|
|
|
|
height: 43px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .content-wrapper #settings_content {
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 60px);
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .form-sidebar.show {
|
|
|
|
transform: translateX(0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
|
|
|
background-color: #fafafa;
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
|
|
|
|
background-color: #edefef;
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
|
|
|
font-weight: 400;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
color: #AAA;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .settings-header .exit-sign {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 3px;
|
|
|
|
font-size: 1.7em;
|
|
|
|
font-weight: 500;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#deactivation_user_modal.fade.in {
|
|
|
|
top: calc(50% - 120px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#deactivate_self_modal {
|
|
|
|
box-shadow: 0px 0px 75px rgba(0,0,0,0.5);
|
|
|
|
outline: 10000px solid rgba(0,0,0,0.3);
|
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text]#settings_search {
|
|
|
|
width: calc(100% - 10px - 2px);
|
|
|
|
margin: 0px;
|
|
|
|
|
|
|
|
color: #555;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
padding: 3px 5px;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text]:focus#settings_search {
|
|
|
|
box-shadow: none;
|
|
|
|
border: 1px solid #BBB;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.no-border {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.active {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.active {
|
|
|
|
border-bottom: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .text,
|
|
|
|
#settings_page .sidebar li .icon {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .text {
|
|
|
|
width: calc(100% - 55px);
|
|
|
|
padding: 10px 12px 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li .icon {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin: 10px 10px;
|
|
|
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
color: #888;
|
|
|
|
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.admin {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li.admin .icon {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar li:last-of-type .text {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings_page .sidebar .sidebar-bottom-anchor {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
/* -- end new settings overlay -- */
|
2017-02-23 01:58:50 +01:00
|
|
|
@media (min-width: 1850px) {
|
|
|
|
#bots_list .bot-information-box {
|
|
|
|
width: calc(20% - 10px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1500px) and (max-width: 1850px) {
|
|
|
|
#bots_list .bot-information-box {
|
|
|
|
width: calc(25% - 10px);
|
|
|
|
}
|
|
|
|
}
|
2016-12-03 01:12:52 +01:00
|
|
|
|
2016-12-02 21:42:11 +01:00
|
|
|
@media (max-width: 1215px) {
|
2017-02-23 01:58:50 +01:00
|
|
|
#bots_list .bot-information-box {
|
|
|
|
width: calc(50% - 10px);
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
.user-avatar-section, .realm-icon-section {
|
2016-12-02 21:42:11 +01:00
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-02-21 03:41:20 +01:00
|
|
|
.user-avatar-section .inline-block, .realm-icon-section .inline-block {
|
2016-12-02 21:42:11 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2017-02-21 03:41:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-avatar-section .inline-block {
|
2016-12-02 21:42:11 +01:00
|
|
|
margin: 0px 10px;
|
|
|
|
}
|
2017-02-21 03:41:20 +01:00
|
|
|
|
|
|
|
.realm-icon-section .inline-block {
|
|
|
|
margin: 0px 25px;
|
|
|
|
}
|
2016-12-02 21:42:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 856px) {
|
2017-02-21 03:41:20 +01:00
|
|
|
.user-avatar-section .inline-block, .realm-icon-section .inline-block {
|
2016-12-02 21:42:11 +01:00
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-03 01:12:52 +01:00
|
|
|
@media (max-width: 953px) {
|
|
|
|
#settings_content .warning {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-15 17:55:20 +01:00
|
|
|
#show_api_key_box {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2016-12-06 09:21:26 +01:00
|
|
|
|
|
|
|
#administration #deactivation_stream_modal h3 {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
2016-12-26 19:19:02 +01:00
|
|
|
|
|
|
|
#administration .centered-footer {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
|
2017-01-21 08:19:03 +01:00
|
|
|
#administration .new-alias-domain {
|
2017-01-18 01:24:15 +01:00
|
|
|
width: 130px;
|
2016-12-26 19:19:02 +01:00
|
|
|
margin-bottom: auto;
|
2017-01-18 01:24:15 +01:00
|
|
|
padding: 0px 2px;
|
|
|
|
}
|
|
|
|
|
2017-01-21 08:19:03 +01:00
|
|
|
#administration #submit-add-alias {
|
2017-01-18 01:24:15 +01:00
|
|
|
width: 75px;
|
2016-12-26 19:19:02 +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;
|
|
|
|
}
|