2016-06-26 17:21:39 +02:00
|
|
|
|
|
|
|
#settings {
|
|
|
|
margin-top: 55px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section,
|
|
|
|
#settings .settings-section {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
border: 1px solid #e3e3e3;
|
|
|
|
border-top: 6px solid #e3e3e3;
|
|
|
|
padding: 45px 0px 15px 0px;
|
|
|
|
margin-right: 5px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #notify-settings-status,#ui-settings-status,#display-settings-status {
|
|
|
|
width: 80%;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .admin-realm-form,
|
|
|
|
#settings .settings-section .account-settings-form,
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
width: 400px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .admin-realm-form,
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
#settings .settings-section .new-alert-word-form,
|
|
|
|
#emoji-settings .new-emoji-form,
|
|
|
|
#settings .settings-section .edit-bot-form-box {
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-section-title,
|
|
|
|
#settings .settings-section .new-alert-word-section-title,
|
|
|
|
#emoji-settings .new-emoji-section-title {
|
|
|
|
top: 20px;
|
|
|
|
left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form,.ui-settings-form,.display-settings-form {
|
|
|
|
width: 400px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#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,
|
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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,
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls {
|
|
|
|
margin-left: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .controls,
|
|
|
|
#settings .settings-section .display-settings-form .controls,
|
|
|
|
#settings .settings-section .ui-settings-form .controls {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0px;
|
|
|
|
margin-left: 110px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .display-settings-form .controls {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .controls input[type='checkbox'],
|
|
|
|
#settings .settings-section .display-settings-form .controls input[type='checkbox'],
|
|
|
|
#settings .settings-section .ui-settings-form .controls input[type='checkbox'] {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
vertical-align: middle;
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .control-label,
|
|
|
|
#settings .settings-section .ui-settings-form .control-label,
|
|
|
|
#settings .settings-section .display-settings-form .control-label {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .display-settings-form .control-label {
|
|
|
|
width: 360px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .notification-submission,
|
|
|
|
#administration .settings-section .organization-submission,
|
|
|
|
#settings .settings-section .ui-settings-form .ui-submission {
|
|
|
|
margin-left: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .notification-settings-form .notification-settings-note,
|
|
|
|
#settings .ui-settings-form .ui-settings-note {
|
|
|
|
margin-left: 110px;
|
|
|
|
width: 250px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .admin-streams-note,
|
|
|
|
#settings .bot-settings-note,
|
|
|
|
#settings .alert-word-settings-note {
|
|
|
|
margin-left: 38px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .bot-information-box,
|
|
|
|
#settings .add-new-bot-box,
|
|
|
|
#alert_words_list .add-new-alert-word-box,
|
|
|
|
#alert_words_list .alert-word-information-box,
|
|
|
|
#emoji-settings .add-new-emoji-box,
|
2016-07-11 02:29:36 +02:00
|
|
|
#admin-default-streams-list .add-new-default-stream-box {
|
2016-06-26 17:21:39 +02:00
|
|
|
background: #e3e3e3;
|
|
|
|
padding: 10px;
|
|
|
|
margin-left: 38px;
|
|
|
|
margin-right: 38px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
|
|
|
|
position: relative;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .add-new-bot-box,
|
|
|
|
#settings .add-new-alert-word-box,
|
|
|
|
#emoji-settings .add-new-emoji-box,
|
|
|
|
#admin-default-streams-list .add-new-default-stream-box {
|
|
|
|
background: #cbe3cb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-default-stream-section-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #get_api_key_box,
|
|
|
|
#settings #show_api_key_box,
|
|
|
|
#settings #api_key_button_box .control-group {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group {
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group .control-label {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
margin: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group input {
|
|
|
|
width: auto;
|
|
|
|
margin: 0px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings #get_api_key_box .control-group .btn {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .bot-information-box .email,
|
|
|
|
#alert_words_list .alert-word-information-box .alert_word_listing,
|
|
|
|
#settings .bot-information-box .api_key {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .bot-information-box .image {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .api-key-note,
|
2016-07-11 02:29:36 +02:00
|
|
|
#settings .settings-section .alert-word-note {
|
2016-06-26 17:21:39 +02:00
|
|
|
padding: 0px 20px 20px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 580px) {
|
|
|
|
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form .control-label,
|
|
|
|
#settings .settings-section .new-alert-word-form .control-label,
|
|
|
|
#emoji-settings .new-emoji-form .control-label,
|
|
|
|
#settings .settings-section .edit-bot-form-box .control-label {
|
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
padding-top: 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form .controls,
|
|
|
|
#settings .settings-section .new-alert-word-form button,
|
|
|
|
#emoji-settings .new-emoji-form .controls {
|
|
|
|
margin-left: 110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@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,
|
|
|
|
#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,
|
|
|
|
#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,
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls {
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .admin-realm-form .controls button,
|
|
|
|
#administration .settings-section .admin-realm-form .controls input,
|
|
|
|
#settings .settings-section .account-settings-form .controls button,
|
|
|
|
#settings .settings-section .account-settings-form .controls input,
|
|
|
|
#settings .settings-section .new-bot-form .controls button,
|
|
|
|
#settings .settings-section .new-alert-word-form button,
|
|
|
|
#emoji-settings .new-emoji-form .controls button,
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls button,
|
|
|
|
#settings .settings-section .new-bot-form .controls input,
|
|
|
|
#settings .settings-section .new-alert-word-form input,
|
|
|
|
#emoji-settings .new-emoji-form .controls input,
|
|
|
|
#settings .settings-section .edit-bot-form-box .controls input {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .new-bot-form,
|
|
|
|
#settings .settings-section .new-alert-word-form,
|
|
|
|
#emoji-settings .new-emoji-form {
|
|
|
|
padding: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settings .settings-section .notification-settings-form .controls,
|
|
|
|
#settings .notification-settings-form .notification-settings-note {
|
|
|
|
margin-left: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .organization-submission,
|
|
|
|
#settings .settings-section .notification-settings-form .notification-submission {
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .settings-section-title,
|
|
|
|
#settings .settings-section .settings-section-title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
position: absolute;
|
|
|
|
left: 12px;
|
|
|
|
top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#administration .settings-section .settings-section-icon,
|
|
|
|
#settings .settings-section .settings-section-icon {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-settings .control-group,
|
|
|
|
#ui-settings .control-group {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-settings .control-label,
|
|
|
|
#ui-settings .control-label {
|
|
|
|
width: 280px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-07-07 20:07:01 +02:00
|
|
|
#notification-settings .notification-reminder {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-06-26 17:21:39 +02:00
|
|
|
form.admin-realm .control-label {
|
|
|
|
width: 200px;
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-right: 20px;
|
|
|
|
margin-bottom: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-label-disabled {
|
|
|
|
color: #d3d3d3;
|
|
|
|
}
|
|
|
|
|
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-emoji-name-status, #admin-emoji-url-status {
|
|
|
|
margin: 20px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-table-wrapper {
|
|
|
|
margin: 0 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#emoji-settings .new-emoji-form #emoji_url {
|
|
|
|
width: 60%;
|
|
|
|
}
|
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 {
|
|
|
|
display: inline-block;
|
|
|
|
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 {
|
|
|
|
padding: 2px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
background: #e3e3e3;
|
|
|
|
color: #666;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.edit_bot {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_form .control-label,
|
|
|
|
#create_bot_form .control-label,
|
|
|
|
#create_alert_word_form .control-label,
|
|
|
|
.admin-emoji-form .control-label,
|
|
|
|
.default-stream-form .control-label {
|
|
|
|
width: 10em;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload_avatar_spinner {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-avatar-section {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit_bot_avatar_clear_button,
|
|
|
|
#user_avatar_clear_button,
|
|
|
|
#bot_avatar_clear_button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#create_bot_short_name {
|
|
|
|
width: 7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
margin-left: 38px;
|
|
|
|
margin-right: 38px;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|