Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / document-viewer.css
diff --git a/old-css-bootstrap/document-viewer.css b/old-css-bootstrap/document-viewer.css
deleted file mode 100644 (file)
index 5506824..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-
-.document-viewer-dialog .modal-dialog {
-    margin: 0px auto;
-}
-
-.document-viewer-dialog .modal-header,
-.document-viewer-dialog .modal-footer {
-    padding-top: 5px;
-    padding-bottom: 5px;
-}
-
-.document-viewer-dialog .modal-body {
-    padding: 0px;
-}
-
-.roo-document-viewer-body {
-    background-color: #fff;
-    width: 100%;
-    height: 450px;
-    max-height: 450px;
-    position: relative;
-    overflow: hidden;
-    cursor:move;
-}
-
-.roo-document-viewer-body .roo-document-viewer-thumb {
-    position: absolute;
-    width: 80%;
-    height: 80%;
-    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);
-    text-align: center;
-    vertical-align: middle;
-    overflow: auto;
-}
-
-.roo-document-viewer-body .roo-document-viewer-image{
-    width: 100%;
-}
-
-.roo-document-viewer-btn-group button {
-    background-color: black;
-    color: white;
-    border-color: #333;
-}
-
-.roo-document-viewer-btn-group > .btn-group:first-child > button {
-    border-top-left-radius: 0;
-}
-
-.roo-document-viewer-btn-group > .btn-group:last-child > button {
-    border-top-right-radius: 0;
-}
\ No newline at end of file