From 2c5a2a13902975183ccf43c949aa9bc943641f06 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 3 May 2014 23:07:30 +0200 Subject: [ticket/12488] Add user warning indication to viewtopic posts PHPBB3-12488 --- phpBB/styles/prosilver/template/viewtopic_body.html | 3 ++- phpBB/styles/prosilver/theme/colours.css | 4 ++++ phpBB/styles/prosilver/theme/content.css | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 8912382c48..01b98bbf8f 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -114,7 +114,7 @@ -
+
style="display: none;"> @@ -129,6 +129,7 @@
{L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
{L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
+
{L_WARNINGS}{L_COLON} {postrow.POSTER_WARNINGS}
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 39f28b4774..d15d776b2a 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -660,6 +660,10 @@ fieldset.polls dd div { background-image: url("./en/icon_user_online.gif"); } +dd.profile-warnings em { + color: #BC2A4D; +} + /* -------------------------------------------------------------- Colours and backgrounds for buttons.css diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index dc6ab9aef3..f5a5650f87 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -731,6 +731,11 @@ fieldset.polls dd div { height: auto !important; } +dd.profile-warnings em { + font-style: normal; + font-weight: bold; +} + dd.profile-contact { overflow: visible; } -- cgit v1.2.1