Compare commits

...

2 Commits

Author SHA1 Message Date
2754041a47 Merge branch 'master' of quartz.snlab.fr:nicolas/payrepmc_app 2019-01-26 18:48:09 +01:00
08a5e61fd5 suite 2019-01-26 18:47:08 +01:00

View File

@ -307,13 +307,24 @@ h2{
top:0;
left:0;
height:190px;
z-index:2;
z-index:3;
}
#menu_top{
position:absolute;
top:30px;
right:20px;
top:0px;
left:0;
right:0;
min-height:100px;
background:black;
padding-right:20px;
padding-top:30px;
background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.25) 30%,rgba(0,0,0,0) 100%);
z-index:2;
color:white;