[ticket/11552] Fixes for notifications list

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-10-19 12:17:38 +03:00
parent bb0baa4522
commit 9f0b0d9017
2 changed files with 4 additions and 5 deletions

View file

@ -874,11 +874,6 @@ form > p.post-notice strong {
.notification_list ul li p {
margin: 0;
word-wrap: break-word;
}
.notification_list ul.topiclist dt {
width: 88%;
}
.notification_list .pointer, .notification_list .pointer_inner {

View file

@ -367,6 +367,10 @@ p.rightside {
float: none;
}
.topic-actions {
overflow: hidden;
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
{
p.responsive-center {