updated css...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-04 21:46:18 +04:00
parent 9d574a459c
commit 08ade0f791

View File

@ -404,6 +404,7 @@ body {
transform: rotate(90deg) scaleY(1) scaleX(1);
}
/* compensate for flipping... */
/* XXX START: I hate this code, will think if a better way to do this... */
.image:not([orientation="90"])[flipped*="horizontal"] .inline-image-info {
-webkit-transform: rotate(0deg) scaleY(1) scaleX(-1);
-moz-transform: rotate(0deg) scaleY(1) scaleX(-1);
@ -555,6 +556,7 @@ body {
-ms-transform: rotate(90deg) scaleY(-1) scaleX(-1);
transform: rotate(90deg) scaleY(-1) scaleX(-1);
}
/* XXX END */
.overlay-info {
display: none;
position: absolute;