Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / document-manager.css
diff --git a/old-css-bootstrap/document-manager.css b/old-css-bootstrap/document-manager.css
deleted file mode 100644 (file)
index 25428d9..0000000
+++ /dev/null
@@ -1,155 +0,0 @@
-
-.roo-document-manager-selector { // it must use visibility, display is not working on old safari...
-    visibility: hidden;
-    height: 0px;
-}
-
-.roo-document-manager-uploader,
-.roo-document-manager-loading,
-.roo-document-manager-preview {
-    position: relative;
-    float: left;
-    width: 25%;
-    padding-left: 5px;
-    height: 100px;
-    max-height: 100px;
-    margin-top: 10px;
-}
-
-.roo-document-manager-preview.wide {
-    width: 50%;
-}
-
-.roo-document-manager-thumb,
-.roo-document-manager-upload-btn {
-    width : 100%;
-    height: 100px;
-    line-height: 100px;
-    max-height: 100px;
-    border: 1px solid #ccc;
-    -webkit-box-shadow: 1px 0px 5px 0px rgba(128,128,128,0.75);
-    -moz-box-shadow: 1px 0px 5px 0px rgba(128,128,128,0.75);
-    box-shadow: 1px 0px 5px 0px rgba(128,128,128,0.75);
-}
-
-.roo-document-manager-thumb > i.fa,
-.roo-document-manager-upload-btn > i.fa {
-    width: 100%;
-    line-height: 98px;
-    text-align: center;
-    vertical-align: middle;
-    color: #808080;
-    font-size: 2.5em;
-}
-
-.roo-document-manager-thumb > i.fa {
-    font-size: 2.5em;
-}
-
-.roo-document-manager-thumb > img {
-    width: 100%;
-    max-height: 100%;
-    text-align: center;
-    vertical-align: middle;
-}
-
-.roo-document-manager-preview > .close {
-    position: absolute;
-    top: 0px;
-    right: 3px;
-    font-size: 20px;
-    opacity: 1;
-}
-
-.roo-document-manager-preview > .close:hover {
-    color: #333;
-}
-
-/*
-* sm
-*/
-
-@media (min-width: 768px) { 
-    .roo-document-manager-uploader,
-    .roo-document-manager-loading,
-    .roo-document-manager-preview {
-        height: 200px;
-        max-height: 200px;
-    }
-    
-    .roo-document-manager-thumb,
-    .roo-document-manager-upload-btn {
-        line-height: 200px;
-        height: 200px;
-        max-height: 200px;
-    }
-
-    .roo-document-manager-thumb > i.fa,
-    .roo-document-manager-upload-btn > i.fa {
-        line-height: 198px;
-    }
-    
-}
-
-/*
-* md
-*/
-
-@media (min-width: 992px) { 
-    .roo-document-manager-uploader,
-    .roo-document-manager-loading,
-    .roo-document-manager-preview {
-        width: 8.33333333%;
-        height: 80px;
-        max-height: 80px;
-    }
-    
-    .roo-document-manager-preview.wide {
-        width: 16.66666666%;
-    }
-    
-    .roo-document-manager-thumb,
-    .roo-document-manager-upload-btn {
-        line-height: 80px;
-        height: 80px;
-        max-height: 80px;
-    }
-
-    .roo-document-manager-thumb > i.fa,
-    .roo-document-manager-upload-btn > i.fa {
-        line-height: 78px;
-    }
-    
-}
-
-
-/*
-* lg
-*/
-
-@media (min-width: 1200px) {
-    .roo-document-manager-uploader,
-    .roo-document-manager-loading,
-    .roo-document-manager-preview {
-        width: 8.33333333%;
-        height: 100px;
-        max-height: 100px;
-    }
-    
-    .roo-document-manager-preview.wide {
-        width: 16.66666666%;
-    }
-    
-    .roo-document-manager-thumb,
-    .roo-document-manager-upload-btn {
-        line-height: 100px;
-        height: 100px;
-        max-height: 100px;
-    }
-
-    .roo-document-manager-thumb > i.fa,
-    .roo-document-manager-upload-btn > i.fa {
-        line-height: 98px;
-    }
-    
-}