summaryrefslogtreecommitdiffstats
path: root/web/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/client.css')
-rw-r--r--web/client.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/web/client.css b/web/client.css
new file mode 100644
index 0000000..16d810c
--- /dev/null
+++ b/web/client.css
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2012-2013 Kaarle Ritvanen
+ * See LICENSE file for license details
+ */
+
+
+#status { min-height: 40px; }
+
+
+.invalid {
+ background-color: red;
+ color: white;
+}
+
+.changed {
+ background-color: lime;
+ color: black;
+}
+
+.current {
+ background-color: grey;
+ color: white;
+}
+
+
+#modules { position: absolute; }
+
+#modules li { list-style-type: none; }
+
+
+#tabs, #content { margin-left: 150px; }
+
+#tabs { padding: 0; }
+
+#tabs li {
+ display: inline-block;
+ padding: 5px;
+}