summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/map.css
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-04 00:31:01 -0400
committerJulie Lala <jules@okfoc.us>2014-06-04 00:31:01 -0400
commit80e1fcbc52870366f2e885fe82724960929765c9 (patch)
treed380e04e8d784c40606bdaad82dcd37d0e260de5 /public/assets/stylesheets/map.css
parent5fb0ad045820de96848e1bde8e2dba8a6853dd4d (diff)
parent90142bd07f926ef8a7f3ea86a563ec0ca648ca5d (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/map.css')
-rw-r--r--public/assets/stylesheets/map.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/assets/stylesheets/map.css b/public/assets/stylesheets/map.css
new file mode 100644
index 0000000..2968f34
--- /dev/null
+++ b/public/assets/stylesheets/map.css
@@ -0,0 +1,30 @@
+#map {
+ z-index: 2;
+ display: none;
+ position: fixed;
+ bottom: 100px;
+ left: 50px;
+ width: 20%;
+ height: 50%;
+ background: white;
+ box-shadow: 0 10px 15px rgba(0,0,0,0.5);
+}
+#map .el {
+}
+#map canvas {
+ display: block;
+}
+#map .hud {
+ position: absolute;
+ bottom: 5px;
+ left: 5px;
+ background: rgba(255,255,255,0.8);
+ color: #333;
+}
+#map textarea {
+ width: 100%;
+ height: 75px;
+ border: 0;
+ border-top: 1px dashed #bbf;
+ box-shadow: 0 0 15px rgba(80,80,80,0.8);
+}