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-09-14 02:20:13 +02:00
|
|
|
.center-block {
|
|
|
|
margin: 0 auto;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.w-70 {
|
|
|
|
width: 70%;
|
2016-06-26 17:21:39 +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
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
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-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
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
input[type=checkbox] + .inline-block {
|
|
|
|
margin-left: 10px;
|
2016-06-26 17:21:39 +02:00
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
#user-settings-avatar {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-09-14 02:20:13 +02:00
|
|
|
.list-container {
|
|
|
|
position: relative;
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
padding: 10px;
|
|
|
|
width: 90%;
|
|
|
|
margin: 10px auto;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 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;
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .image,
|
|
|
|
#bots_list .bot_info {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .image {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .name {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .regenerate_bot_api_key {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
2016-09-14 02:20:13 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
color: #666;
|
2016-07-08 14:59:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .regenerate_bot_api_key:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .edit-bot-buttons {
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list img.avatar {
|
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bots_list .email .value,
|
|
|
|
#bots_list .api_key .api-key-value-and-button {
|
|
|
|
display: block;
|
|
|
|
margin-left: 6em;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bot_info .field {
|
|
|
|
width: 6em;
|
|
|
|
font-weight: 300;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_form {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_email {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 18px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload_avatar_spinner {
|
|
|
|
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
|
|
|
|
|
|
|
#alert_words_list {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#alert_words_list li.alert-word-item:last-child {
|
|
|
|
background: none;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#alert_words_list .edit-alert-word-buttons {
|
|
|
|
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
|
|
|
|
|
|
|
#show_api_key_box {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2016-12-06 09:21:26 +01:00
|
|
|
|
|
|
|
#administration #deactivation_stream_modal h3 {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|