diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 0ee3f03..8f40274 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3364,16 +3364,29 @@ body.largeText #content-core p { .formControls { width: 100%; + clear: both; + margin-bottom: 1em; + } + + form { + width: 97% !important; + height: auto; } form label { float: left; - width: 20% !important; + width: 23% !important; + position: relative !important; + margin: 2px 0px; + padding-right: 3px; } - form input[type='text'], form input[type='submit'], form textarea, form select { - max-width: 100%; - margin-left: 22% !important; + form input[type='text'], form input[type='submit'], form textarea, form select, + form textarea#form-widgets-message{ + width: 70% !important; + float: left; + margin-left: 5px !important; + margin: 2px 0px; } .labelboxes input[type='text'], .date-field input[type='text'], .date-field select { @@ -3389,8 +3402,13 @@ body.largeText #content-core p { } form .captchaImage { - max-width: 100%; - margin-left: 105px; + width: 70% !important; + float: left; + margin-left: 5px !important + } + + form #form-buttons-send { + position: relative !important; } #realcontent img { @@ -3435,6 +3453,11 @@ body.largeText #content-core p { dl.portlet ul.navTreeLevel1 .navTreeItem { display: inline; } + + body.section-contacts #realcontent form, body.template-contact-info #content-core form, #contact-popup form { + margin-top: 5px; + padding: 5px; + } } @media screen and (min-width: 716px) and (max-width:950px) { @@ -3551,10 +3574,6 @@ body.largeText #content-core p { float: left; } - .formControls { - width: 100%; - } - form label { float: left; width: 25% !important;