|
|
@@ -364,10 +364,18 @@ class TableAjax extends ViewAjax {
|
|
|
.AjaxTableCont .mapEditor-panel a:hover { color:#006CD7; text-decoration:none; }
|
|
|
.AjaxTableCont .mapEditor-panel a.mapEditor-panel-close:hover { color:#f00; }
|
|
|
.AjaxTableCont .mapEditor-map { background:#fff; height:300px; }
|
|
|
-.AjaxTableCont-mapEditorContainer { border:1px solid red; overflow:hidden; }
|
|
|
+.AjaxTableCont-mapEditorContainer { border:1px solid #999; overflow:hidden; }
|
|
|
/* .mapEditor-btnBackToWindow "olControlSave",overview_replacement */
|
|
|
+.olControlEditingToolbar .mapEditor-btnBackToWindowItemInactive,
|
|
|
+.olControlEditingToolbar .mapEditor-btnBackToWindowItemActive {
|
|
|
+ background-image: url(icon/map.window.png);
|
|
|
+ background-position: 0 0;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+/*
|
|
|
.mapEditor-btnBackToWindowItemInactive { background-image: url(stuff/open-layers/theme/default/img/overview_replacement.gif); }
|
|
|
.mapEditor-btnBackToWindowItemActive { background-image: url(stuff/open-layers/theme/default/img/overview_replacement.gif); }
|
|
|
+*/
|
|
|
.ui-dialog-content .mapEditor-btnBackToWindowItemInactive,
|
|
|
.ui-dialog-content .mapEditor-btnBackToWindowItemActive { display:none; }
|
|
|
|