# HG changeset patch # User Pawel Solyga # Date 1232488862 0 # Node ID c94bf642be8d023ab1fc6169f8d33e3bc836b7a2 # Parent 506752de2e19f12d670eac6c44912cb4236bc5e5 Replace css class 'notice' that is used in User profile template field help text with new 'fieldhelptext' class. Notice is part of CSS for notification bar and we want width limit just for field help text not for notification bar text. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 506752de2e19 -r c94bf642be8d app/soc/content/css/soc-090120.css --- a/app/soc/content/css/soc-090120.css Tue Jan 20 21:48:28 2009 +0000 +++ b/app/soc/content/css/soc-090120.css Tue Jan 20 22:01:02 2009 +0000 @@ -441,6 +441,12 @@ } .notice { + background:#fad163; + font-size: small; + font-weight: bold; +} + +.fieldhelptext { width: 450px; background:#fad163; font-size: small; diff -r 506752de2e19 -r c94bf642be8d app/soc/templates/soc/user/edit_self.html --- a/app/soc/templates/soc/user/edit_self.html Tue Jan 20 21:48:28 2009 +0000 +++ b/app/soc/templates/soc/user/edit_self.html Tue Jan 20 22:01:02 2009 +0000 @@ -32,7 +32,7 @@ {% field_as_table_row form.name %} - -
+ While you can use your real name, like First Last, please keep in mind that this public name will be used as your alias throughout the site, displayed to all users, for comments, @@ -47,7 +47,7 @@ {% field_as_table_row form.link_id %}
+ This Link ID is used throughout the site when creating various URL links related to you and content you create. As a result, it may only consist of lower ASCII characters, digits, and underscores. Also, it must