2014-06-02 Sergio Martin <sergio.martin@artica.es>

* include/styles/pandora.css: Change the zindex of autohidden
	menu and shortcut bar to be shown over the gis map for ticket #855



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2014-06-02 11:51:42 +00:00
parent 8417dd3e44
commit d6850b5185
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-06-02 Sergio Martin <sergio.martin@artica.es>
* 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 <sergio.martin@artica.es> 2014-06-02 Sergio Martin <sergio.martin@artica.es>
* godmode/menu.php: Fixed database interface ACLs for DM flag * godmode/menu.php: Fixed database interface ACLs for DM flag

View File

@ -274,6 +274,7 @@ div#menu_container {
-moz-border-top-right-radius: 6px; -moz-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px; -webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
z-index: 1010;
} }
div#menu { div#menu {
@ -2900,7 +2901,7 @@ td.empty_field {
margin: 0px !important; margin: 0px !important;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
z-index: 1000; z-index: 1020;
} }
#shortcut_bar { #shortcut_bar {