diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-16 17:01:03 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-05-16 17:01:03 -0700 |
commit | 022590268bbfb3d88ad0b7d38c28f94d11d94497 (patch) | |
tree | ac1aa0590d05b01a5e12c4e2b70ce7e5ad61e1cf | |
parent | bd81003759b8185128fa46e77263a28bf9ebb196 (diff) | |
parent | 5dc0605b6bebee0621311e9e1479e35c8e3e7cfe (diff) | |
download | forums-022590268bbfb3d88ad0b7d38c28f94d11d94497.tar forums-022590268bbfb3d88ad0b7d38c28f94d11d94497.tar.gz forums-022590268bbfb3d88ad0b7d38c28f94d11d94497.tar.bz2 forums-022590268bbfb3d88ad0b7d38c28f94d11d94497.tar.xz forums-022590268bbfb3d88ad0b7d38c28f94d11d94497.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12533] Make <a> use all the "see all" "button"
[ticket/12533] Make <a> use all the notification item size
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 10 |
2 files changed, 9 insertions, 2 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 94fad55ae9..b90a53b4e8 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; |