message view: Center-align text of an empty conversation/feed message.

Fixes: #6150
This commit is contained in:
Shubham Dhama 2017-08-20 12:35:44 +05:30 committed by showell
parent 8bfc11bb98
commit 67abd9d1f7
1 changed files with 0 additions and 8 deletions

View File

@ -2332,9 +2332,6 @@ button.topic_edit_cancel {
.empty_feed_notice {
padding: 3em 4em;
display: none;
}
.empty_feed_notice h4 {
text-align: center;
}
@ -2342,11 +2339,6 @@ button.topic_edit_cancel {
cursor: pointer;
}
#empty_narrow_private_message p,
#empty_narrow_message p {
text-align: center;
}
.message-fade,
.user_sidebar_entry.user-fade {
opacity: 0.4;