Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / upload-cropbox.css
diff --git a/old-css-bootstrap/upload-cropbox.css b/old-css-bootstrap/upload-cropbox.css
deleted file mode 100644 (file)
index 7e0da86..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-
-.roo-upload-cropbox-selector { // it must use visibility, display is not working on old safari...
-    visibility: hidden;
-    height: 0px;
-}
-
-.roo-upload-cropbox-dialog .modal-header,
-.roo-upload-cropbox-dialog .modal-footer {
-    padding-top: 5px;
-    padding-bottom: 5px;
-}
-
-.roo-upload-cropbox-body {
-    background-color: #fff;
-    border: 1px solid #e3e3e3;
-    width: 100%;
-    height: 450px;
-    max-height: 450px;
-    position: relative;
-    overflow: hidden;
-    cursor:move;
-}
-
-.roo-upload-cropbox-preview {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-    text-align: center;
-    margin: 0px;
-    padding: 0px;
-    border: none;
-}
-
-.roo-upload-cropbox-body .roo-upload-cropbox-thumb {
-    position: absolute;
-/*    top: 50%;
-    left: 50%;
-    transform: translate(-50%, -50%);*/
-    box-sizing: border-box;
-    border: 1px solid rgb(102, 102, 102);
-    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
-    background: none repeat scroll 0% 0% transparent;
-}
-
-.roo-upload-cropbox-body .roo-upload-cropbox-empty-notify {
-    height: 100%;
-    background-color: rgba(0, 0, 0, 0.5);
-    color: white;
-    font-weight: bold;
-    font-size: 24px;
-    text-align: center;
-    padding-top: 50px;
-    font-style: italic;
-}
-
-.roo-upload-cropbox-btn-group button {
-    background-color: black;
-    color: white;
-    border-color: #333;
-}
-
-.roo-upload-cropbox-error-notify {
-    border-radius: 0px;
-    text-align: center;
-    padding: 0px !important;
-    margin: 0px !important;
-    position: absolute;
-    top: 0;
-    left: 0;
-}
-