mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00: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:
parent
86d19b6062
commit
d27ece1994
2 changed files with 4 additions and 1 deletions
|
@ -1161,7 +1161,6 @@ input.disabled {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-extended .footer {
|
.dropdown-extended .footer {
|
||||||
padding: 5px 0;
|
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1102,6 +1102,10 @@ form > p.post-notice strong {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-extended .footer > a {
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
|
.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue