From a08fe5b6bdbdd5be743476b3fe5dfb661c92bff3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 7 Jan 2011 00:57:42 +0000 Subject: align the subform to the left --- root/static/style/ttsite.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'root/static') diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 8b375db..2d1c734 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -122,6 +122,10 @@ html, body { } +#attribute_add_form { + text-align: left; + float: left +} /* End changes obgr_seneca */ -- cgit v1.2.1