From 5ce52eae7f15a2dcfeb8c0d1c5c0dd473588118f Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Thu, 31 Oct 2013 11:42:52 +0100 Subject: [PATCH] agenda page and form styles improvements --- plonetheme/pfbweb/static/css/pfbweb.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 7cab795..a2c9807 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3371,13 +3371,20 @@ body.largeText #content-core p { form label { float: left; - width: 100px; + width: 20% !important; } form input[type='text'], form input[type='submit'], form textarea, form select { - border: 1px solid #aaa; max-width: 100%; - margin-left: 105px; + margin-left: 22% !important; + } + + .labelboxes input[type='text'], .date-field input[type='text'], .date-field select { + margin-left: 0 !important; + } + + .labelboxes, .date-field { + margin-left: 22% !important; } .formHelp { @@ -3390,7 +3397,7 @@ body.largeText #content-core p { } #realcontent img { - max-width: 440px; + max-width: 90%; } #lcol { @@ -3420,4 +3427,12 @@ body.largeText #content-core p { margin: 0 5px; } + #lcolmenu li.section-agenda-parlementaire, #lcolmenu li.section-agenda-des-activites { + position: relative; + left: 0; + text-transform: none; + top: 0; + width: auto; + } + } \ No newline at end of file