diff options
Diffstat (limited to 'phpBB')
| -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;  | 
