aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_icons.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-08-30 20:12:54 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-08-30 20:12:54 +0000
commit4d6143125689651a5957cfd8551bf24907942a00 (patch)
treea4fbed172130885bbf4246979b514e0ae0b81407 /phpBB/adm/style/acp_icons.html
parent4354729066572898465d3e6a9b4cc5f47ff4e927 (diff)
downloadforums-4d6143125689651a5957cfd8551bf24907942a00.tar
forums-4d6143125689651a5957cfd8551bf24907942a00.tar.gz
forums-4d6143125689651a5957cfd8551bf24907942a00.tar.bz2
forums-4d6143125689651a5957cfd8551bf24907942a00.tar.xz
forums-4d6143125689651a5957cfd8551bf24907942a00.zip
Fixed cell width
git-svn-id: file:///svn/phpbb/trunk@6339 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_icons.html')
-rw-r--r--phpBB/adm/style/acp_icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html
index e9d2e4823f..e3cfb5764a 100644
--- a/phpBB/adm/style/acp_icons.html
+++ b/phpBB/adm/style/acp_icons.html
@@ -139,7 +139,7 @@
</tr>
<!-- ENDIF -->
<!-- IF items.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td style="text-align: center;"><img src="{items.IMG_SRC}" width="{items.WIDTH}" height="{items.HEIGHT}" alt="{items.ALT_TEXT}" title="{items.ALT_TEXT}" /></td>
+ <td style="width: 85%; text-align: center;"><img src="{items.IMG_SRC}" width="{items.WIDTH}" height="{items.HEIGHT}" alt="{items.ALT_TEXT}" title="{items.ALT_TEXT}" /></td>
<!-- IF S_SMILIES -->
<td style="text-align: center;">{items.CODE}</td>
<td style="text-align: center;">{items.EMOTION}</td>