summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-28 22:21:53 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-28 22:21:53 +0200
commit220941cad39f1d0e5d75c219e62ec11d9ec0799b (patch)
tree6009043a2bf9f2a07a47dba2bbb2faaec4e58980 /static
parentee35835b75119e57dd23f13fba95c02e50125a44 (diff)
downloadweb-220941cad39f1d0e5d75c219e62ec11d9ec0799b.tar.gz
web-220941cad39f1d0e5d75c219e62ec11d9ec0799b.tar.bz2
web-220941cad39f1d0e5d75c219e62ec11d9ec0799b.zip
added possibility to delete service passwords
Diffstat (limited to 'static')
-rw-r--r--static/layout.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css
index 5f6b4ad..7c92335 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -134,6 +134,14 @@ form ul.errors {
padding-left: 1em;
}
+span.active {
+ color: green;
+}
+
+span.inactive {
+ color: red;
+}
+
/* flashing */
ul.flashes {