From f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Dec 2010 10:58:46 +0100 Subject: Integration of session wizard (refs #51) --- static/media/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') diff --git a/static/media/style.css b/static/media/style.css index 863cef014..ef721fb3b 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -87,6 +87,17 @@ div#content{ margin-left:200px; } +ul#form_path li{ + display: inline; + text-align: center; + padding-left: 10px ; + margin: 0; +} + +ul#form_path li.current a{ + color:#922; +} + div.form { margin-left:auto; margin-right:auto; -- cgit v1.2.3