Skip to content

Commit

Permalink
Building
Browse files Browse the repository at this point in the history
  • Loading branch information
vojto committed May 12, 2012
1 parent ff1b8fe commit aa9a290
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion public/application.css
Expand Up @@ -39,15 +39,27 @@ body.selected {
height: 0px;
}
.image {
background: url("/test.png");
z-index: 15;
background: #000;
width: 130px;
height: 100px;
position: absolute;
-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.50);
-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.50);
box-shadow: 0px 1px 10px rgba(0,0,0,0.50);
-webkit-transform-origin: 0% 0%;
}
.image.open {
z-index: 20;
}
.preview {
position: absolute;
z-index: 25;
pointer-events: none;
-webkit-transform-origin: 0% 0%;
}
canvas {
z-index: 10;
position: absolute;
top: 0px;
left: 0px;
Expand Down
2 changes: 1 addition & 1 deletion public/application.js

Large diffs are not rendered by default.

0 comments on commit aa9a290

Please sign in to comment.