mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Merge branch 'master' of https://github.com/opi/SSOwat
This commit is contained in:
commit
12696bb501
1 changed files with 9 additions and 6 deletions
|
@ -40,7 +40,7 @@
|
|||
bottom:0;
|
||||
left: 100%; /* this is the trick ! */
|
||||
right: 0;
|
||||
width: 100%;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
z-index: 999;
|
||||
text-align: left;
|
||||
|
@ -58,13 +58,16 @@
|
|||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
|
||||
-webkit-transition: all .15s ease-in-out;
|
||||
-moz-transition: all .15s ease-in-out;
|
||||
-ms-transition: all .15s ease-in-out;
|
||||
-o-transition: all .15s ease-in-out;
|
||||
transition: all .15s ease-in-out;
|
||||
/*
|
||||
-webkit-transition: opacity .15s ease-in-out;
|
||||
-moz-transition: opacity .15s ease-in-out;
|
||||
-ms-transition: opacity .15s ease-in-out;
|
||||
-o-transition: opacity .15s ease-in-out;
|
||||
transition: opacity .15s ease-in-out;
|
||||
*/
|
||||
}
|
||||
#ynhoverlay.visible {
|
||||
width:100%;
|
||||
left:0;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
|
|
Loading…
Reference in a new issue