css/upload-cropbox.css
[roojs1] / css / upload-cropbox.css
index 72909bb..35a43b3 100644 (file)
@@ -1,6 +1,5 @@
 .roo-upload-cropbox-selector {
-  visibility: hidden;
-  height: 0px;
+  display: none;
 }
 .roo-upload-cropbox-dialog .modal-header,
 .roo-upload-cropbox-dialog .modal-footer {
@@ -11,7 +10,8 @@
   background-color: #ffffff;
   border: 1px solid #777777;
   width: 100%;
-  height: 100%;
+  height: 450px;
+  max-height: 450px;
   position: relative;
   overflow: hidden;
   cursor: move;