Remove unneeded stylesheet and js and fix notification area
Patch by: Sverre Rabbelier
--- 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 <<<------------------------------------------------------*/
--- 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 }}
- <link rel="stylesheet" href="/soc/content/css/jquery-thickbox.css" type="text/css"/>
-{% endblock %}
-{% block scripts %}
- <script src="/jquery/jquery-thickbox.js"></script>
-{% endblock %}
{% load forms_helpers %}
{% block page_title %}User Profile{% endblock %}
{% block header_title %}