From 13d2d7d03684c44d2d2dc12fa205ee05e71e923d Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 29 Oct 2013 06:52:38 -0700 Subject: [PATCH] [ticket/11472] Expand palette cell links to the full block size. PHPBB3-11472 --- phpBB/styles/subsilver2/template/posting_body.html | 2 +- phpBB/styles/subsilver2/template/ucp_main_drafts.html | 2 +- phpBB/styles/subsilver2/template/ucp_profile_signature.html | 2 +- phpBB/styles/subsilver2/theme/stylesheet.css | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 53e8e02d33..79c0fa2dbb 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -207,7 +207,7 @@ - + diff --git a/phpBB/styles/subsilver2/template/ucp_main_drafts.html b/phpBB/styles/subsilver2/template/ucp_main_drafts.html index 96af9c44e4..0206c7c613 100644 --- a/phpBB/styles/subsilver2/template/ucp_main_drafts.html +++ b/phpBB/styles/subsilver2/template/ucp_main_drafts.html @@ -75,7 +75,7 @@ -
+
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_signature.html b/phpBB/styles/subsilver2/template/ucp_profile_signature.html index 4ed3287b39..5a2690edda 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_signature.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_signature.html @@ -61,7 +61,7 @@ -
+
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 22a3ada275..da99051329 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -308,6 +308,10 @@ p.topicdetails { border-spacing: 1px; } +#color_palette_placeholder td { + padding: 0; +} + th { color: #FFA34F; font-size: 1.1em;