@@ -202,3 +202,14 @@ input:focus {
color:#FFF;
background-color:rgba(100,0,0,0.5);
}
+
+/* Minimap on the panorama view */
+#mapid {
+ position: absolute;
+ height: 300px;
+ width: 300px;
+ bottom: 0;
+ margin: 20px;
+ right: 0;
+}
@@ -121,11 +121,6 @@
</p>
<p id="res"></p>
- <div id="mapid" style="height: 300px; width: 300px; bottom: 0;
- height: 300px;
- margin: 20px;
- position: absolute;
- right: 0;
- width: 300px;"></div>
+ <div id="mapid"></div>
</body>
</html>