From 616b0d42a50094a1614b2f80f73e8bdb87983c41 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 24 Mar 2011 02:28:32 +0100 Subject: Manage treatments (refs #302) - Work on add button to some fields (refs #113) --- static/media/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static/media') diff --git a/static/media/style.css b/static/media/style.css index 7868a4671..3323def19 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -346,3 +346,14 @@ table.confirm tr.spacer td:last-child{ font-style:italic; } +ul.selectmulti{ + list-style-type:none; +} + +ul.selectmulti li a.remove{ + padding-left:100px; +} + +td.submit_button{ + text-align:center; +} -- cgit v1.2.3