summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-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 {