Merge pull request #19 from drnextgis/feature2
Fix CSS errors. Thanks @drnextgis.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
}
|
||||
.ex_classes{
|
||||
font-size: .7em;
|
||||
color: grey;
|
||||
color: gray;
|
||||
display: none;
|
||||
}
|
||||
#toc {
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<div id="shortdesc">Simple acceleration demo; roll a vector feature around
|
||||
on a map. (Only tested on iOS 4.)</div>
|
||||
|
||||
<div id="map" width="100%" height="100%" style="background-color: grey"></div>
|
||||
<div id="map" width="100%" height="100%" style="background-color: gray"></div>
|
||||
<div id="docs">
|
||||
<p>Demo works best when device is locked in portrait mode.</p>
|
||||
</div>
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
<div style="background-color:green" onclick="addMarker()"> click to add a Marker with an AnchoredBubble popup</div>
|
||||
<div style="background-color:blue" onclick="changer()"> click to modify popup's attributes</div>
|
||||
<div style="background-color:red" onclick="remove()"> click to remove the popup from map</div>
|
||||
<div style="background-color:grey" onclick="removelayer()"> click to remove the markers layer</div>
|
||||
<div style="background-color:gray" onclick="removelayer()"> click to remove the markers layer</div>
|
||||
<div style="background-color:orange" onclick="alert(marker.onScreen())"> marker.onscreen()?</div>
|
||||
<div style="background-color:yellow" onclick="destroy()"> click to destroy the popup from map</div>
|
||||
<div id="docs">
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
right: 80px;
|
||||
}
|
||||
#photos ul li {
|
||||
padding 10px;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
display: inline;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
div.olControlZoomPanel {
|
||||
height: 108px
|
||||
height: 108px;
|
||||
width: 36px;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user