less/roojs-bootstrap/document-manager.less
[roojs1] / less / roojs-bootstrap / document-manager.less
index b820336..77c0de6 100644 (file)
             filter: grayscale(100%); 
 }
 
+.roo-document-manager-preview.disabled > .close {
+    display: none !important;
+}
+
+.roo-document-manager-preview > .roo-document-manager-thumb > .fa {
+    position: absolute;
+    left: -5px;
+    top: -5px;
+    width: 25px;
+    height: 25px;
+    -webkit-border-radius: 50%;
+    -moz-border-radius: 50%;
+    border-radius: 50%;
+    line-height: 25px;
+    text-align: center;
+    background: inherit;
+    border: inherit;
+    font-size: 1.8em;
+}
+
+.roo-document-manager-preview > .roo-document-manager-thumb.bottom > .fa {
+    top: inherit;
+    bottom: -5px;
+}
+
 /*
 * sm
 */