aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-10-30 17:15:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-10-30 17:15:11 +0000
commit880545561b0c77f23f49db44db4e789f676f9f63 (patch)
treef070782dc607f11dc10ed0c10d8db5b641d78eba /phpBB/styles/subSilver/template/ucp_header.html
parent978d58e73d045def72545a6607fd0416fcad4ae7 (diff)
downloadforums-880545561b0c77f23f49db44db4e789f676f9f63.tar
forums-880545561b0c77f23f49db44db4e789f676f9f63.tar.gz
forums-880545561b0c77f23f49db44db4e789f676f9f63.tar.bz2
forums-880545561b0c77f23f49db44db4e789f676f9f63.tar.xz
forums-880545561b0c77f23f49db44db4e789f676f9f63.zip
template updates
git-svn-id: file:///svn/phpbb/trunk@5014 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_header.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html
index 4c2b8e9fba..5eb2182897 100644
--- a/phpBB/styles/subSilver/template/ucp_header.html
+++ b/phpBB/styles/subSilver/template/ucp_header.html
@@ -105,7 +105,7 @@
<!-- BEGIN friends_online -->
<li><a href="{friends_online.U_PROFILE}">{friends_online.USERNAME}</a>
<!-- IF S_SHOW_PM_BOX -->
- &nbsp;[ <input class="post" type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" /> ]
+ &nbsp;[ <input class="post" style="font-size: 90%;" type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" /> ]
<!-- ENDIF -->
</li>
<!-- BEGINELSE -->
@@ -121,7 +121,7 @@
<!-- BEGIN friends_offline -->
<li><a href="{friends_offline.U_PROFILE}">{friends_offline.USERNAME}</a>
<!-- IF S_SHOW_PM_BOX -->
- &nbsp;[ <input class="post" type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" /> ]
+ &nbsp;[ <input class="post" style="font-size: 90%;" type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" /> ]
<!-- ENDIF -->
<!-- BEGINELSE -->
<li>{L_NO_FRIENDS_OFFLINE}</li>