# HG changeset patch # User Sverre Rabbelier # Date 1234047375 0 # Node ID 59d1e6b594ae0c9c5bf3f47c5b5ffe3cacaeaa80 # Parent f318538394d904059e8eaa55eceb1c86f676cb78 Remove unneeded stylesheet and js and fix notification area Patch by: Sverre Rabbelier diff -r f318538394d9 -r 59d1e6b594ae app/soc/content/css/jquery-thickbox.css --- a/app/soc/content/css/jquery-thickbox.css Sat Feb 07 22:49:51 2009 +0000 +++ b/app/soc/content/css/jquery-thickbox.css Sat Feb 07 22:56:15 2009 +0000 @@ -1,7 +1,8 @@ /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/ /* ----------------------------------------------------------------------------------------------------------------*/ -*{padding: 0; margin: 0;} +/* The line below breaks the notification area. */ +/* *{padding: 0; margin: 0;} */ /* ----------------------------------------------------------------------------------------------------------------*/ /* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/ diff -r f318538394d9 -r 59d1e6b594ae app/soc/templates/soc/user/edit_profile.html --- a/app/soc/templates/soc/user/edit_profile.html Sat Feb 07 22:49:51 2009 +0000 +++ b/app/soc/templates/soc/user/edit_profile.html Sat Feb 07 22:56:15 2009 +0000 @@ -12,13 +12,6 @@ See the License for the specific language governing permissions and limitations under the License. {% endcomment %} -{% block stylesheet %} - {{ block.super }} - -{% endblock %} -{% block scripts %} - -{% endblock %} {% load forms_helpers %} {% block page_title %}User Profile{% endblock %} {% block header_title %}