This commit is contained in:
kload 2014-02-19 13:08:00 +01:00
commit 12696bb501

View file

@ -40,7 +40,7 @@
bottom:0; bottom:0;
left: 100%; /* this is the trick ! */ left: 100%; /* this is the trick ! */
right: 0; right: 0;
width: 100%; width: 0;
height: 100%; height: 100%;
z-index: 999; z-index: 999;
text-align: left; text-align: left;
@ -58,13 +58,16 @@
font-weight: normal; font-weight: normal;
font-variant: normal; font-variant: normal;
-webkit-transition: all .15s ease-in-out; /*
-moz-transition: all .15s ease-in-out; -webkit-transition: opacity .15s ease-in-out;
-ms-transition: all .15s ease-in-out; -moz-transition: opacity .15s ease-in-out;
-o-transition: all .15s ease-in-out; -ms-transition: opacity .15s ease-in-out;
transition: all .15s ease-in-out; -o-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
*/
} }
#ynhoverlay.visible { #ynhoverlay.visible {
width:100%;
left:0; left:0;
opacity: 1; opacity: 1;
filter: alpha(opacity=100); filter: alpha(opacity=100);