1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/12488] Add user warning indication to viewtopic posts

PHPBB3-12488
This commit is contained in:
PayBas
2014-05-03 23:07:30 +02:00
parent b60108dc78
commit 2c5a2a1390
5 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -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;
}