From 42a70154faa0eb987e6bb0bccf296c5c802e06a6 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 9 Nov 2013 00:40:58 -0800 Subject: [PATCH] [ticket/11241] Add border to dropdown menu options. PHPBB3-11241 --- phpBB/docs/events.md | 4 +- .../prosilver/template/viewtopic_body.html | 45 +------------------ .../template/viewtopic_topic_tools.html | 39 ++++++++++++++++ phpBB/styles/prosilver/theme/colours.css | 4 ++ phpBB/styles/prosilver/theme/common.css | 20 ++++++++- 5 files changed, 66 insertions(+), 46 deletions(-) create mode 100644 phpBB/styles/prosilver/template/viewtopic_topic_tools.html diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 776377ba54..0130362131 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -403,13 +403,13 @@ viewtopic_topic_title_prepend viewtopic_topic_tools_after === * Locations: - + styles/prosilver/template/viewtopic_body.html + + styles/prosilver/template/viewtopic_topic_tools.html * Since: 3.1.0-a3 * Purpose: Add a new topic tool after the rest of the existing ones viewtopic_topic_tools_before === * Locations: - + styles/prosilver/template/viewtopic_body.html + + styles/prosilver/template/viewtopic_topic_tools.html * Since: 3.1.0-a3 * Purpose: Add a new topic tool before the rest of the existing ones diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 41a34a2039..155b9f0a05 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -33,48 +33,7 @@ - - - - - - {$TOPIC_TOOLS_BLOCK} + - {$TOPIC_TOOLS_BLOCK} +