mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_environment_ribbon : Fix menu_navbar overlap
Set correct z-index on ribbon Move position accordingly Cf #191
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
background: #e43;
|
background: #e43;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 25px;
|
top: 40px;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
-moz-transform: rotate(-45deg);
|
-moz-transform: rotate(-45deg);
|
||||||
-o-transform: rotate(-45deg);
|
-o-transform: rotate(-45deg);
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
z-index: 10000;
|
z-index: 1000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
box-shadow: 0 0 3px rgba(0,0,0,.3);
|
box-shadow: 0 0 3px rgba(0,0,0,.3);
|
||||||
background: rgba(255, 0, 0, .6);;
|
background: rgba(255, 0, 0, .6);;
|
||||||
|
|||||||
Reference in New Issue
Block a user