[-] BO : fix bug #PSCFV-2387 - z-index fixes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15366 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-18 09:20:53 +00:00
parent c30fff9b49
commit 7670c2d207
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ a.module_toggle_all{color: #268CCD;}
.toolbarBox .process-icon-help{ background-image: url('../img/process-icon-help.png');}
.toolbarBox .process-icon-help-new{ background-image: url('../img/process-icon-help-new.png');}
div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0.9;z-index:1;}
div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0.9;z-index:500;}
/*button upload files*/
#content .qq-upload-button {
+10 -5
View File
@@ -2334,8 +2334,13 @@ margin-bottom:7px;
margin-top: 3px;
}
#multishop-tree a.selected{
background-color: #49B2FF;
padding: 3px;
color: #FFFFFF;
}
#multishop-tree a.selected{
background-color: #49B2FF;
padding: 3px;
color: #FFFFFF;
}
.datepicker{
position: relative;
z-index:20;
}