mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12533] Make <a> use all the "see all" "button"
Changed the CSS so that the `<a>` of the notifications list for the "see all" uses all the container. PHPBB3-12533
This commit is contained in:
@@ -1161,7 +1161,6 @@ input.disabled {
|
||||
}
|
||||
|
||||
.dropdown-extended .footer {
|
||||
padding: 5px 0;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
@@ -1102,6 +1102,10 @@ form > p.post-notice strong {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.dropdown-extended .footer > a {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user