From 5260230954bdddc55797ab222598a0bce7c9ca26 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Fri, 28 Aug 2009 22:40:07 +0000 Subject: [PATCH] --- unl_theme/views/default/page_elements/header.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php index db3d11cd..320a10e7 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 */ -- GitLab