mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
updated css...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9d574a459c
commit
08ade0f791
@ -404,6 +404,7 @@ body {
|
|||||||
transform: rotate(90deg) scaleY(1) scaleX(1);
|
transform: rotate(90deg) scaleY(1) scaleX(1);
|
||||||
}
|
}
|
||||||
/* compensate for flipping... */
|
/* 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 {
|
.image:not([orientation="90"])[flipped*="horizontal"] .inline-image-info {
|
||||||
-webkit-transform: rotate(0deg) scaleY(1) scaleX(-1);
|
-webkit-transform: rotate(0deg) scaleY(1) scaleX(-1);
|
||||||
-moz-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);
|
-ms-transform: rotate(90deg) scaleY(-1) scaleX(-1);
|
||||||
transform: rotate(90deg) scaleY(-1) scaleX(-1);
|
transform: rotate(90deg) scaleY(-1) scaleX(-1);
|
||||||
}
|
}
|
||||||
|
/* XXX END */
|
||||||
.overlay-info {
|
.overlay-info {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user