color: &dtml-fontColor;;
font-family: &dtml-fontFamily;;
font-size : &dtml-fontBaseSize;;
- margin: 0 }
+ margin: 0;
+ padding: 0;
+}
h1, h2, h3, h4, h5, h6 {
font-family: &dtml-headingFontFamily;;
}
.listing .even {
background-color: &dtml-evenRowBackgroundColor;;
-}
+}
+
+.listing span.upload-progress {
+ display: block;
+ position:absolute;
+ background:#ef8e32;
+ height:4px;
+ border-radius:2px;
+ width:0;
+ top:3px;
+}
+
/* Batched navigation */