summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-29 15:12:18 +0200
committerMarian Sigler <m@qjym.de>2012-09-29 15:12:18 +0200
commit12a6678d280733bd420923b49608d62f8f920ab1 (patch)
tree057cb7f98d60600373f8056f597199140d836397 /static/layout.css
parentfaa5a67b30bcedaf67223d1905036bff806cbf45 (diff)
parentf6b2d051966a232c6227a31e9851fce031d6b9f6 (diff)
downloadweb-12a6678d280733bd420923b49608d62f8f920ab1.tar.gz
web-12a6678d280733bd420923b49608d62f8f920ab1.tar.bz2
web-12a6678d280733bd420923b49608d62f8f920ab1.zip
Merge branch 'master' of ssh://git.spline.de/account-web
Diffstat (limited to 'static/layout.css')
-rw-r--r--static/layout.css47
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 {