add skeleton for senslabmap plugin
[myslice.git] / plugins / senslabmap / static / css / senslabmap.css
index cfd2d94..064b4d3 100644 (file)
@@ -1,11 +1,14 @@
-.senslab-map {
-  width: 800px;
-  height: 500px;
-  height: 100%;
+.senslabmap {
+  margin: 10px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 13px;
+  line-height: 18px;
+  color: #333333;
+  background-color: #ffffff;
 }
 
 #div3d {
-    width: 100%; 
-    height: 500px; 
-    background-color: #202020;
-}
+  height: 500px;
+  background-color: #202020;
+  z-index:-1
+}
\ No newline at end of file