less/roojs-bootstrap/document-manager.less
[roojs1] / less / roojs-bootstrap / document-manager.less
index ca8b097..2642f07 100644 (file)
@@ -14,6 +14,7 @@
     height: 100px;
     max-height: 100px;
     margin-top: 10px;
+    margin-left: 10px;
 }
 
 .roo-document-manager-preview.wide {
@@ -79,8 +80,8 @@
 
 .roo-document-manager-preview > .roo-document-manager-thumb > .fa {
     position: absolute;
-    left: 10px;
-    top: 5px;
+    left: -5px;
+    top: -5px;
     width: 25px;
     height: 25px;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     line-height: 25px;
     text-align: center;
-    background: inherit;
-    border: inherit;
+    background-color: @body-bg;
+    /*border: inherit;*/
     font-size: 1.8em;
 }
 
 .roo-document-manager-preview > .roo-document-manager-thumb.bottom > .fa {
     top: inherit;
-    bottom: 5px;
+    bottom: -5px;
 }
 
+.roo-document-manager-preview > .roo-document-manager-thumb.primary > .fa {
+    color : @brand-primary
+}
+
+
+
+
 /*
 * sm
 */