mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/11103] CSS fixes to address text inside notifications drop down.
PHPBB3-11103
This commit is contained in:
parent
ce1fca2332
commit
44fcec520f
2 changed files with 1 additions and 6 deletions
|
@ -727,11 +727,6 @@ p.rules a {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification_list ul li div {
|
|
||||||
width: 240px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification_list ul li p {
|
.notification_list ul li p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
|
@ -1156,7 +1156,7 @@ a.imageset {
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification_list .notification_title {
|
#notification_list .notification_title {
|
||||||
width: 240px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification_list .header {
|
#notification_list .header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue