diff options
Diffstat (limited to 'static/layout.css')
-rw-r--r-- | static/layout.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css index 5f6b4ad..35f2593 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,6 +139,48 @@ form ul.errors { padding-left: 1em; } +.active { + color: green; +} + +.inactive { + color: red; +} + +.service { + padding-top: 15px; + margin-left: 30px; + clear: both; +} + +.service h3 { + float: left; + margin: 0; + width: 33%; +} + +.service ul { + margin: 0px; +} + +.service ul li{ + float: left; + list-style: none; + margin: 0px; + width: 33%; +} + +.service .form-service { + clear: both; + padding-top: 10px; +} + +.form-submit-services { + margin-left: 30px; + padding: 10px 0px; + clear: both; +} + /* flashing */ ul.flashes { |