diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-25 12:28:20 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-02-25 12:28:20 +0000 |
commit | 0f8474a7bf517b019af3e974d3a57c2d5cdd56a5 (patch) | |
tree | c2d8f1a9a9719f47db773d99da7af5763bd287fe /phpBB/styles | |
parent | 8e5563218152808ed284a822b59b98df2ea937c0 (diff) | |
download | forums-0f8474a7bf517b019af3e974d3a57c2d5cdd56a5.tar forums-0f8474a7bf517b019af3e974d3a57c2d5cdd56a5.tar.gz forums-0f8474a7bf517b019af3e974d3a57c2d5cdd56a5.tar.bz2 forums-0f8474a7bf517b019af3e974d3a57c2d5cdd56a5.tar.xz forums-0f8474a7bf517b019af3e974d3a57c2d5cdd56a5.zip |
#7996
git-svn-id: file:///svn/phpbb/trunk@7061 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index e3bb8c2fa2..a6d024d07a 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -153,7 +153,7 @@ <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> - <td valign="top"> + <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <!-- IF postrow.ONLINE_IMG --> <tr> @@ -274,7 +274,7 @@ <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> - <td nowrap="nowrap"> </td> + <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</strong></a></td> <td><div class="gensmall" style="float: left;"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF --> </div></td> </tr> diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 93ae44a542..101cfdf325 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -312,6 +312,9 @@ th { td { padding: 2px; } +td.profile { + padding: 4px; +} .tablebg { background-color: #A9B8C2; |