mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Fixes for notifications list
PHPBB3-11552
This commit is contained in:
parent
bb0baa4522
commit
9f0b0d9017
2 changed files with 4 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue