X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=old-css-bootstrap%2Fdocument-manager.css;fp=old-css-bootstrap%2Fdocument-manager.css;h=0000000000000000000000000000000000000000;hp=25428d97ac1294aa00e69d6fd08db31c621c40e7;hb=8ff6f9b158e17c86b89e6f27c7fad27b5be57735;hpb=71ba0d6217135dfbf45c3c36f69cec6a293e5fa5 diff --git a/old-css-bootstrap/document-manager.css b/old-css-bootstrap/document-manager.css deleted file mode 100644 index 25428d97ac..0000000000 --- a/old-css-bootstrap/document-manager.css +++ /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; - } - -}