diff options
author | brunoais <brunoaiss@gmail.com> | 2014-05-12 10:05:26 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-05-14 09:51:51 +0100 |
commit | d27ece199477883c0599cf2e665db38e661d6597 (patch) | |
tree | df1838f94881a418f0d7b2dbc8f364e0275bddf8 | |
parent | 86d19b6062c8eb83cf06bbefc043dafb956e7ab3 (diff) | |
download | forums-d27ece199477883c0599cf2e665db38e661d6597.tar forums-d27ece199477883c0599cf2e665db38e661d6597.tar.gz forums-d27ece199477883c0599cf2e665db38e661d6597.tar.bz2 forums-d27ece199477883c0599cf2e665db38e661d6597.tar.xz forums-d27ece199477883c0599cf2e665db38e661d6597.zip |
[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
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index f43dfcfcce..acb2df92a0 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,7 +1161,6 @@ input.disabled { } .dropdown-extended .footer { - padding: 5px 0; border-top-style: solid; border-top-width: 1px; } diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index de2ea2086d..b90a53b4e8 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; |