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:
parent
8417dd3e44
commit
d6850b5185
|
@ -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>
|
||||
|
||||
* godmode/menu.php: Fixed database interface ACLs for DM flag
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue