X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/blobdiff_plain/ddced23ac994dcafc529677fc18fc9d896b0d521..8d9aa232f8f0e1281ba9baac3ad4a97a76b08eb2:/local.css?ds=sidebyside diff --git a/local.css b/local.css index b170e8f..aee5a4c 100644 --- a/local.css +++ b/local.css @@ -350,8 +350,69 @@ thead td { #content .footnotes { font-size: 80%; } + +.half-section { + display: inline-block; + vertical-align: top; + width: 49.5%; +} + /* #content }}} */ +/* Paypal donation forms */ +.paypal-donation { + display: inline-block; + vertical-align: top; + width:45%; + padding-right: 4%; +} +.paypal-donation h4 { + margin: 0 0 0.5em 0; +} +.paypal-donation select { + display: inline-block; + vertical-align: top; + margin-right: 1em; + min-height:26px; +} +.paypal-donation .cancel { + font-size: small; +} + + +/* Progress bar */ +.progress-bar-wrapper { + margin-top: 1em; + height: 85px; + width: 300px; + background: lightGrey url(assets/progress_bar.png) top left repeat-x; + border: 1px solid #ccc; +} + .progress-bar-wrapper .progress-bar { + height: 85px; + background: grey url(assets/progress_bar.png) bottom left repeat-x; + } +.section-progress-text { + width: 47.5%; + padding-left: 2%; +} + +/* FDN Form */ +.fdn-form {} + .fdn-form select, + .fdn-form input { + display: inline-block; + vertical-align: top; + margin-right: 1em; + height: 26px; + } + .fdn-form #custom-amount { + display:none; + height: 22px; + } + + + /* {{{ .inlinepage */ .inlinepage { @@ -495,4 +556,3 @@ thead td { } } /* @media print }}} */ -