diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php index db3d11cd80e0805747bef8a3048d5b24720b7fd4..320a10e78c9bfdb69a956322fe65587471041263 100644 --- a/unl_theme/views/default/page_elements/header.php +++ b/unl_theme/views/default/page_elements/header.php @@ -67,6 +67,10 @@ if ($vars['title'] == "Edit profile") { } +#maincontent form.cool input[name$="city"] { + text-transform: capitalize; +} + </style> <script type="text/javascript"> (function(){ @@ -144,7 +148,8 @@ if ($vars['title'] == "Edit profile") { $("input[name=form_data_profile_attended_to]").remove(); $("input[name=form_data_map_explanation]").parent().parent().css("border-bottom","#CCC 1px dotted"); - $("input[name=form_data_profile_city]").parent().parent().prepend('<h6 style="width:150px;margin:0;text-align:right;"><strong>Your Map Location</strong></h6>'); + $("input[name=form_data_profile_city]").parent().parent().prepend('<h6 style="width:150px;margin:0;text-align:right;"><strong>Your Map Location</strong></h6>' + + '<p>Please enter the location you want to use for yourself on the map.</p>'); /* set up various year inputs */