[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:
brunoais 2014-05-12 10:05:26 +01:00
parent 86d19b6062
commit d27ece1994
2 changed files with 4 additions and 1 deletions

View file

@ -1161,7 +1161,6 @@ input.disabled {
}
.dropdown-extended .footer {
padding: 5px 0;
border-top-style: solid;
border-top-width: 1px;
}

View file

@ -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;