X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/9d3a523afdf3f69bbec53840a134807edb2415f2..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 84442d4..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;; @@ -139,6 +141,7 @@ textarea { #Masthead td { vertical-align: middle; + padding:0; } #PortalLogo { @@ -194,11 +197,11 @@ textarea { .ActionLink a:link, .ActionLink a:visited, .ActionLink a:active { - color: &dtml-linkColor;; + color: &dtml-specialLinkColor;; text-decoration: none } -.ActionLink a:hover { color: &dtml-linkHoverColor;} +.ActionLink a:hover { color: &dtml-specialLinkHoverColor;} /* Breadcrumbs + Search form */ @@ -372,11 +375,11 @@ textarea { .listing a:link, .listing a:visited, .listing a:active { - color: &dtml-specialLinkColor;; + color: &dtml-linkColor;; } .listing th a:hover { - color: &dtml-specialLinkHoverColor;; + color: &dtml-linkHoverColor;; } .listing td { @@ -389,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 */ @@ -407,11 +421,11 @@ textarea { .listingBar a:link, .listingBar a:visited, .listingBar a:active { - color : &dtml-specialLinkColor;; + color : &dtml-linkColor;; } .listingBar a:hover { - color : &dtml-specialLinkHoverColor;; + color : &dtml-linkHoverColor;; } .listingBar a.previous {