From: River Tarnell Date: Wed, 16 Jan 2008 07:49:15 +0000 (+0000) Subject: adjust footer padding and left portlet header size X-Git-Tag: 1.31.0-rc.0~49963 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=2c52a32cf1848a3245529bb5c66abc65d60fddff;p=lhc%2Fweb%2Fwiklou.git adjust footer padding and left portlet header size --- diff --git a/skins/modern/main.css b/skins/modern/main.css index db2fdc0a65..bd4753a9b9 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -145,11 +145,13 @@ body { } .portlet h5 { - padding: 0.3em 0 0.3em 1em; + padding: 0.1em 0 0.3em 1em; margin: 0 0 0 0; background-color: #dddddd; font-weight: bold; border-bottom: solid 1px #3c78b5; + font-size: 10pt; + height: 1.1em; } .portlet ul { @@ -226,7 +228,7 @@ ul { #footer { background-color: #f0f0f0; background: url(footer-grad.png) repeat-x 0 0; - padding: 10px 1em 0 1em; + padding: 10px 1em 1em 1em; color: #444444; }