new icons for the navigation toolbar, p=jorix, r=me,marcjansen (closes #2946)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11738 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -9,11 +9,16 @@
|
||||
<style type="text/css">
|
||||
.olControlEditingToolbar {
|
||||
float:left;
|
||||
right: 0px;
|
||||
height: 30px;
|
||||
width: 150px;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
<!--[if lte IE 6]>
|
||||
<style type="text/css">
|
||||
.olControlEditingToolbar {
|
||||
width: 150px;
|
||||
}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<script src="../lib/Firebug/firebug.js"></script>
|
||||
<script src="../lib/OpenLayers.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<!-- Override the position of the toolbar to make it fit in a small map -->
|
||||
<style type='text/css'>
|
||||
.olControlNavToolbar div {
|
||||
.olControlNavToolbar {
|
||||
top: 150px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -5,15 +5,6 @@
|
||||
<title>OpenLayers: Custom Navigation Toolbar</title>
|
||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<style type="text/css">
|
||||
#paneldiv {
|
||||
height: 80px;
|
||||
}
|
||||
#paneldiv div {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script src="../lib/OpenLayers.js"></script>
|
||||
<script type="text/javascript">
|
||||
var lon = 5;
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<style type="text/css">
|
||||
.olControlEditingToolbar .olControlModifyFeatureItemInactive {
|
||||
background-position: -1px 0px ;
|
||||
background-position: -1px -1px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlModifyFeatureItemActive {
|
||||
background-position: -1px -23px ;
|
||||
background-position: -1px -24px;
|
||||
}
|
||||
label.head {
|
||||
font-weight: bold;
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<style type="text/css">
|
||||
.olControlEditingToolbar .olControlModifyFeatureItemInactive {
|
||||
background-position: -1px 0px ;
|
||||
background-position: -1px -1px;
|
||||
}
|
||||
.olControlEditingToolbar .olControlModifyFeatureItemActive {
|
||||
background-position: -1px -23px ;
|
||||
background-position: -1px -24px;
|
||||
}
|
||||
table {
|
||||
padding: 1em 0 1em;
|
||||
|
||||
Reference in New Issue
Block a user