summaryrefslogtreecommitdiff
path: root/web/css/eventmap.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/eventmap.css')
-rw-r--r--web/css/eventmap.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/css/eventmap.css b/web/css/eventmap.css
new file mode 100644
index 0000000..bd01c1b
--- /dev/null
+++ b/web/css/eventmap.css
@@ -0,0 +1,21 @@
+html, body {
+ height: 100%;
+}
+
+#main {
+ width: 70%;
+ height: 100%;
+ background-color: #f00;
+ float: left;
+}
+
+#sidebar {
+ width: 30%;
+ height: 100%;
+ background-color: #00f;
+ float: right;
+}
+
+#map {
+ height: 100%;
+}