add a specific text-align css rule so that we don't have weird behavior of vector features in IE, r=elemoine,pagameba (Closes #1610)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7534 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -107,9 +107,9 @@
|
|||||||
<p id="shortdesc">
|
<p id="shortdesc">
|
||||||
Shows the use of the shows drawing simple vector features, in different styles.
|
Shows the use of the shows drawing simple vector features, in different styles.
|
||||||
</p>
|
</p>
|
||||||
|
<div style="text-align: right">
|
||||||
<div id="map" class="smallmap"></div>
|
<div id="map" class="smallmap"></div>
|
||||||
|
</div>
|
||||||
<div id="docs">
|
<div id="docs">
|
||||||
<p>This example shows drawing simple vector features -- point, line, polygon
|
<p>This example shows drawing simple vector features -- point, line, polygon
|
||||||
in different styles, created 'manually', by constructing the entire style
|
in different styles, created 'manually', by constructing the entire style
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
div.olLayerDiv {
|
div.olLayerDiv {
|
||||||
-moz-user-select: none
|
-moz-user-select: none;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.olLayerGoogleCopyright {
|
.olLayerGoogleCopyright {
|
||||||
|
|||||||
Reference in New Issue
Block a user