From 3f7c6fdee0b1f906d0d89bfa5573b94977905a24 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 29 Sep 2012 01:58:04 +0200 Subject: added some javascript code to handle visiblity of service forms --- static/layout.css | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/layout.css b/static/layout.css index 7c92335..73ab779 100644 --- a/static/layout.css +++ b/static/layout.css @@ -22,6 +22,11 @@ nav ul li:not(:last-child):after { color: #aaa; } +a,:visited { + font-style: italic; + color: #000; +} + /* COMMON PAGE ELEMENTS */ @@ -134,14 +139,38 @@ form ul.errors { padding-left: 1em; } -span.active { +.active { color: green; } -span.inactive { +.inactive { color: red; } +.service { + padding-top: 10px; + margin-left: 30px; + clear: both; +} + +.service h3 { + float: left; + margin: 0; + width: 33%; +} + +.service ul li{ + float: left; + list-style: none; + margin: 0; + width: 33%; +} + +.service .form-service { + clear: both; + padding-top: 10px; +} + /* flashing */ ul.flashes { -- cgit v1.2.3-1-g7c22