1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-08 07:27:17 +02:00

Merge remote-tracking branch 'cyberalien/ticket/11789' into develop-olympus

* cyberalien/ticket/11789:
  [ticket/11789] Remove inline color in memberlist_view
This commit is contained in:
Andreas Fischer 2013-08-18 17:08:14 +02:00
commit 78f1e11aeb
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<table cellspacing="1" cellpadding="2" border="0"> <table cellspacing="1" cellpadding="2" border="0">
<!-- IF S_USER_INACTIVE --> <!-- IF S_USER_INACTIVE -->
<tr> <tr>
<td align="center" style="color: red;"><b class="gen">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}: {USER_INACTIVE_REASON}<br /><br /></td> <td align="center"><b class="gen inactive">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}: {USER_INACTIVE_REASON}<br /><br /></td>
</tr> </tr>
<!-- ENDIF --> <!-- ENDIF -->
<tr> <tr>

View File

@ -296,7 +296,7 @@ p.topicdetails {
color: green; color: green;
} }
.offline, .error { .offline, .error, .inactive {
color: red; color: red;
} }