Move alert_words CSS to settings.css.

This commit is contained in:
Tim Abbott 2016-07-09 07:59:47 -07:00
parent a43021005a
commit 4d28111178
2 changed files with 29 additions and 27 deletions

View File

@ -490,3 +490,32 @@ div.edit_bot {
.bot_name_header {
width: 8em;
}
#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;
}

View File

@ -3159,33 +3159,6 @@ li.expanded_private_message {
opacity: .5;
}
#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;
}
#feedback_section {
text-align: left;
padding-bottom: 10px;