Skip to content

Commit

Permalink
[ticket/12533] Make <a> use all the "see all" "button"
Browse files Browse the repository at this point in the history
Changed the CSS so that the `<a>` of the notifications
list for the "see all" uses all the container.

PHPBB3-12533
  • Loading branch information
brunoais committed May 14, 2014
1 parent 86d19b6 commit d27ece1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpBB/styles/prosilver/theme/colours.css
Expand Up @@ -1161,7 +1161,6 @@ input.disabled {
}

.dropdown-extended .footer {
padding: 5px 0;
border-top-style: solid;
border-top-width: 1px;
}
Expand Down
4 changes: 4 additions & 0 deletions phpBB/styles/prosilver/theme/common.css
Expand Up @@ -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;
Expand Down

0 comments on commit d27ece1

Please sign in to comment.