mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/11552] Fixes for notifications list
PHPBB3-11552
This commit is contained in:
@@ -874,11 +874,6 @@ form > p.post-notice strong {
|
|||||||
|
|
||||||
.notification_list ul li p {
|
.notification_list ul li p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification_list ul.topiclist dt {
|
|
||||||
width: 88%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_list .pointer, .notification_list .pointer_inner {
|
.notification_list .pointer, .notification_list .pointer_inner {
|
||||||
|
@@ -367,6 +367,10 @@ p.rightside {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-actions {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
||||||
{
|
{
|
||||||
p.responsive-center {
|
p.responsive-center {
|
||||||
|
Reference in New Issue
Block a user