mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
Merge remote-tracking branch 'brunoais/ticket/PHPBB3-12533' into develop-ascraeus
* brunoais/ticket/PHPBB3-12533: [ticket/12533] Make <a> use all the "see all" "button" [ticket/12533] Make <a> use all the notification item size
This commit is contained in:
commit
5dc0605b6b
2 changed files with 9 additions and 2 deletions
|
@ -1161,7 +1161,6 @@ input.disabled {
|
|||
}
|
||||
|
||||
.dropdown-extended .footer {
|
||||
padding: 5px 0;
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
|
|
@ -1056,7 +1056,7 @@ form > p.post-notice strong {
|
|||
}
|
||||
|
||||
.dropdown-extended ul li {
|
||||
padding: 10px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
float: none;
|
||||
border-bottom: 1px solid;
|
||||
|
@ -1098,6 +1098,14 @@ form > p.post-notice strong {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dropdown-extended ul li a{
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue