Merge with 877f89ec1efa9042a993fce53c76aea723fcb9e8
authorverrierj
Mon, 02 Jan 2012 15:58:38 +0100
changeset 317 7c4bedd3b77d
parent 316 dd4a26c7f3d2 (diff)
parent 315 877f89ec1efa (current diff)
child 318 45d028517c34
Merge with 877f89ec1efa9042a993fce53c76aea723fcb9e8
--- a/src/ldt/ldt/static/ldt/css/workspace.css	Mon Jan 02 15:57:32 2012 +0100
+++ b/src/ldt/ldt/static/ldt/css/workspace.css	Mon Jan 02 15:58:38 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	Mon Jan 02 15:57:32 2012 +0100
+++ b/src/ldt/ldt/user/templates/ldt/user/change_profile.html	Mon Jan 02 15:58:38 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 %}