diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c463159ada..a1056516d9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-06-02 Sergio Martin + + * include/styles/pandora.css: Change the zindex of autohidden + menu and shortcut bar to be shown over the gis map for ticket #855 + 2014-06-02 Sergio Martin * godmode/menu.php: Fixed database interface ACLs for DM flag diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9fa147e7e8..189e7acc74 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -274,6 +274,7 @@ div#menu_container { -moz-border-top-right-radius: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; + z-index: 1010; } div#menu { @@ -2900,7 +2901,7 @@ td.empty_field { margin: 0px !important; bottom: 0px; left: 0px; - z-index: 1000; + z-index: 1020; } #shortcut_bar {