diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 10:58:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 10:58:46 +0100 |
commit | f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd (patch) | |
tree | 7856604c8fa5601a1b29adc0f1161501c33e0c7e /static | |
parent | 537b4b443b5e9232a90b506c804c52ea0ed396ba (diff) | |
download | Ishtar-f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd.tar.bz2 Ishtar-f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd.zip |
Integration of session wizard (refs #51)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |