summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 01:58:04 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-29 01:58:04 +0200
commit3f7c6fdee0b1f906d0d89bfa5573b94977905a24 (patch)
treea113a99fc4d0c81e8b00293c0015b5f87d1baefa /static
parent6bb79f5a4a93c18024bdd7448c93f0babc1bc574 (diff)
downloadweb-3f7c6fdee0b1f906d0d89bfa5573b94977905a24.tar.gz
web-3f7c6fdee0b1f906d0d89bfa5573b94977905a24.tar.bz2
web-3f7c6fdee0b1f906d0d89bfa5573b94977905a24.zip
added some javascript code to handle visiblity of service forms
Diffstat (limited to 'static')
-rw-r--r--static/layout.css33
1 files changed, 31 insertions, 2 deletions
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 {