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:
@@ -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
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user