Skip to content
Snippets Groups Projects
Commit 43588d35 authored by gloas's avatar gloas
Browse files

rel #12484 fix z-index style attribute of newsadd

parent 7bca4794
Branches
Tags
1 merge request!258Dev/13872 Orphee Allow Hold Available Items
......@@ -35,18 +35,16 @@ a {
/* Boites bannière*/
.configuration_module {
float: right;
.configuration_module,
.configuration_module + .newsadd {
z-index: 1000;
position: relative;
height: 0px;
z-index: 1000;
float: right;
cursor:pointer;
}
.configuration_module + .newsadd {
height:0px;
position:relative;
float:right;
margin-right:25px;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment