Skip to content

Commit

Permalink
mapfishapp - annotations: fixed popup anchor - closes #366
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Nov 16, 2013
1 parent e44183b commit 17b14c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
Expand Up @@ -4,10 +4,12 @@
"js/FeaturePanel.js",
"js/main.js",
"../../../lib/externals/ext/examples/ux/Spinner.js",
"../../../lib/externals/ext/examples/ux/SpinnerField.js"
"../../../lib/externals/ext/examples/ux/SpinnerField.js",
"../../../lib/externals/geoext/lib/GeoExt/widgets/Popup.js"
],
"css": [
"resources/css/annotation.css"
"resources/css/annotation.css",
"../../../lib/externals/geoext/resources/css/popup.css"
],
"default_options": {},
"i18n": {
Expand Down
Expand Up @@ -38,16 +38,6 @@
background-image: url("../images/silk/kml_export.png") !important;
}

.gx-popup-anc {
background: transparent url(../images/anchor.png) no-repeat 0 0;
position: relative;
top:-1px;
left:5px;
z-index:2;
height:16px;
width:31px;
}

.annotation .x-toolbar {
border: 0;
background-image: none;
Expand Down
Binary file not shown.

0 comments on commit 17b14c0

Please sign in to comment.