X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/e5079b89ad3a7be4dd96406d3dd291c531255506..37781db84157d12cbfc6e8a454e2a2dc3846e2dc:/skins/custom_generic/zpt_stylesheet.css.dtml diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml index 8acbdab..7e67391 100644 --- a/skins/custom_generic/zpt_stylesheet.css.dtml +++ b/skins/custom_generic/zpt_stylesheet.css.dtml @@ -5,7 +5,9 @@ body { 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;; @@ -390,7 +392,18 @@ textarea { } .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 */