[OpenLayers-Commits] r10854 - sandbox/sonxurxo/editfeature/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Oct 21 04:30:32 EDT 2010
Author: sonxurxo
Date: 2010-10-21 01:30:32 -0700 (Thu, 21 Oct 2010)
New Revision: 10854
Modified:
sandbox/sonxurxo/editfeature/examples/edit-feature.html
Log:
First Commit
Modified: sandbox/sonxurxo/editfeature/examples/edit-feature.html
===================================================================
--- sandbox/sonxurxo/editfeature/examples/edit-feature.html 2010-10-21 08:29:55 UTC (rev 10853)
+++ sandbox/sonxurxo/editfeature/examples/edit-feature.html 2010-10-21 08:30:32 UTC (rev 10854)
@@ -24,14 +24,6 @@
clear: left;
float: left;
}
- #confirmationMessage {
- color: green;
- width: 400px;
- clear:right;
- float:left;
- margin-left: 20px;
- }
-
#explanation {
clear: both;
float: left;
@@ -69,21 +61,6 @@
background-image: url("../theme/default/img/delete_off.png");
background-repeat: no-repeat;
}
- .olControlEditingToolbar .olControlCancelItemActive {
- background-image: url("../theme/default/img/move_feature_on.png");
- background-repeat: no-repeat;
- }
- .olControlLoadingPanel {
- background-image:url(../theme/default/img/loading.gif);
- margin-left: 30%;
- margin-top: 50%;
- position: relative;
- width: 195px;
- height: 11px;
- background-position:center;
- background-repeat:no-repeat;
- display: none;
- }
</style>
<script type="text/javascript" src="../lib/OpenLayers.js"></script>
<script>
More information about the Commits
mailing list