diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-27 23:43:51 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-27 23:43:51 +0000 |
commit | 67bdc978389d65a863d1913d1ac9164c93b73d0a (patch) | |
tree | 835894de021d11ddc40a7f01c5dee205a2bfd795 | |
parent | 9b3c2a664e8921c595b7b39bbfbb277d96348970 (diff) | |
download | forums-67bdc978389d65a863d1913d1ac9164c93b73d0a.tar forums-67bdc978389d65a863d1913d1ac9164c93b73d0a.tar.gz forums-67bdc978389d65a863d1913d1ac9164c93b73d0a.tar.bz2 forums-67bdc978389d65a863d1913d1ac9164c93b73d0a.tar.xz forums-67bdc978389d65a863d1913d1ac9164c93b73d0a.zip |
#8184
dhn 1, Internet Explorer 0
git-svn-id: file:///svn/phpbb/trunk@7094 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 599d32fe15..b10dfabc4b 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -147,7 +147,7 @@ <td class="row2"> {S_HIDDEN_ADDRESS_FIELD} <!-- BEGIN to_recipient --> - <span class="genmed nowrap"><strong> + <span style="display: block; float: left;" class="nowrap genmed"><strong> <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><span class="blue">{to_recipient.NAME}</span></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --></strong> <!-- IF not S_EDIT_POST --><input class="post" type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" /> <!-- ENDIF --> </span> <!-- BEGINELSE --> |