diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-04-06 11:04:38 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-04-06 11:04:38 +0200 |
commit | 8920ca5d438aafcede84b4e96381d93647b2d6cc (patch) | |
tree | 3b98bb40dc4a70bf8f8b90edf5d0a7d48cd7a7b4 | |
parent | 352b523889f17e836873e14c00637ec23f9a7eb7 (diff) | |
parent | 399f2f5a1f3f23fbed1556d7870d594b1318b03a (diff) | |
download | forums-8920ca5d438aafcede84b4e96381d93647b2d6cc.tar forums-8920ca5d438aafcede84b4e96381d93647b2d6cc.tar.gz forums-8920ca5d438aafcede84b4e96381d93647b2d6cc.tar.bz2 forums-8920ca5d438aafcede84b4e96381d93647b2d6cc.tar.xz forums-8920ca5d438aafcede84b4e96381d93647b2d6cc.zip |
Merge remote-tracking branch 'VSEphpbb/ticket/12359' into develop-olympus
* VSEphpbb/ticket/12359:
[ticket/12359] Remove inline width styling on UCP birthday fields
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 6 |
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 --> |