X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/123b53b27fc3acd300e56d1909df459238680e2c..678f95921b62703063dc23047fce534cc255a190:/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 77011e0..ce9d377 100644 --- a/skins/custom_generic/zpt_stylesheet.css.dtml +++ b/skins/custom_generic/zpt_stylesheet.css.dtml @@ -1,11 +1,14 @@ /* */ +html, body { background-color: &dtml-backgroundColor;; 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;; @@ -354,7 +357,11 @@ textarea { color: &dtml-fontColor;; font-size: 80%; text-align: center; - padding : 3px; + padding : 3px 0; + position:absolute; + bottom:0; + width:100%; + height:1em; } /* Folder contents */