aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-04-05 21:13:38 -0700
committerMatt Friedman <maf675@gmail.com>2014-04-05 21:13:38 -0700
commit399f2f5a1f3f23fbed1556d7870d594b1318b03a (patch)
tree3b98bb40dc4a70bf8f8b90edf5d0a7d48cd7a7b4 /phpBB/styles
parent352b523889f17e836873e14c00637ec23f9a7eb7 (diff)
downloadforums-399f2f5a1f3f23fbed1556d7870d594b1318b03a.tar
forums-399f2f5a1f3f23fbed1556d7870d594b1318b03a.tar.gz
forums-399f2f5a1f3f23fbed1556d7870d594b1318b03a.tar.bz2
forums-399f2f5a1f3f23fbed1556d7870d594b1318b03a.tar.xz
forums-399f2f5a1f3f23fbed1556d7870d594b1318b03a.zip
[ticket/12359] Remove inline width styling on UCP birthday fields
PHPBB3-12359
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_profile_info.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
index 1bd54619b9..0d3a48c334 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
@@ -50,9 +50,9 @@
<dl>
<dt><label for="bday_day">{L_BIRTHDAY}:</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
<dd>
- <label for="bday_day">{L_DAY}: <select name="bday_day" id="bday_day" style="width: 4em;">{S_BIRTHDAY_DAY_OPTIONS}</select></label>
- <label for="bday_month">{L_MONTH}: <select name="bday_month" id="bday_month" style="width: 4em;">{S_BIRTHDAY_MONTH_OPTIONS}</select></label>
- <label for="bday_year">{L_YEAR}: <select name="bday_year" id="bday_year" style="width: 6em;">{S_BIRTHDAY_YEAR_OPTIONS}</select></label>
+ <label for="bday_day">{L_DAY}: <select name="bday_day" id="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select></label>
+ <label for="bday_month">{L_MONTH}: <select name="bday_month" id="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select></label>
+ <label for="bday_year">{L_YEAR}: <select name="bday_year" id="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></label>
</dd>
</dl>
<!-- ENDIF -->