--- a/src/ldt/ldt/static/ldt/css/workspace.css Fri Dec 30 18:16:44 2011 +0100
+++ b/src/ldt/ldt/static/ldt/css/workspace.css Mon Jan 02 15:58:06 2012 +0100
@@ -212,3 +212,12 @@
float: left;
padding-right: 5px;
}
+
+.leftcolumn {
+ width: 30%;
+ text-align: right;
+}
+
+#profile_forms input[type="text"], #profile_forms input[type="password"], select {
+ width: 250px;
+}
--- a/src/ldt/ldt/user/templates/ldt/user/change_profile.html Fri Dec 30 18:16:44 2011 +0100
+++ b/src/ldt/ldt/user/templates/ldt/user/change_profile.html Mon Jan 02 15:58:06 2012 +0100
@@ -6,18 +6,6 @@
{% block css_import %}
{{ block.super }}
- <style type="text/css">
-
- .leftcolumn {
- width: 30%;
- text-align: right;
- }
-
- #profile_forms input[type="text"], #profile_forms input[type="password"], select {
- width: 250px;
- }
-
- </style>
{% endblock %}