summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2009-01-30 21:05:32 -0800
committerArun Persaud <arun@nubati.net>2009-01-30 21:05:32 -0800
commitc1585e23cb3ea757674c234c9193889b4f2f2090 (patch)
tree3f87836cef1a81e400e4a660c0433ad4080acc97 /css
parentee08bf05ddb0bb5722b0f8b1569d7ab4473a798d (diff)
downloade-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.tar.gz
e-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.tar.bz2
e-DoKo-c1585e23cb3ea757674c234c9193889b4f2f2090.zip
NEW FEATURE: vacation support
users can specify a vacation start and end date and a message. Once they are on vacation their name will be shown in a different color at the table and on the user page (in case it is their turn).
Diffstat (limited to 'css')
-rw-r--r--css/standard018.css (renamed from css/standard017.css)7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/standard017.css b/css/standard018.css
index c9524d8..d1eeb25 100644
--- a/css/standard017.css
+++ b/css/standard018.css
@@ -570,7 +570,7 @@ table.stats th { border-bottom: solid 0.2em #000 }
text-align: center;
}
-.login fieldset {
+fieldset {
border: 2px solid #000;
padding: 0.5em 0.5em 0.75em;
background-color: #eee;
@@ -594,4 +594,9 @@ table.stats th { border-bottom: solid 0.2em #000 }
.newbiehint {
background-color: #fee;
+}
+
+.vacation {
+ color: #666;
+ background-color: #fc3;
} \ No newline at end of file