Merge branch 'master' into improve-color-selection-ux

This commit is contained in:
juliandescottes
2013-11-23 19:51:47 +01:00
27 changed files with 955 additions and 365 deletions

8
css/minimap.css Normal file
View File

@@ -0,0 +1,8 @@
.minimap-crop-frame {
position:absolute;
border:1px solid red;
z-index:9999;
box-sizing : border-box;
-moz-box-sizing : border-box;
cursor : pointer;
}

View File

@@ -177,6 +177,10 @@ body {
font-size: 0;
}
.preview-container .canvas-container {
overflow : hidden;
}
.preview-container canvas {
border : 0px Solid transparent;
}
@@ -192,6 +196,7 @@ body {
.range-fps {
overflow: hidden;
width: 120px;
}
/**