]> nos-oignons.net Git - website.git/blobdiff - local.css
Amélioration du formulaire FDN.
[website.git] / local.css
index cdc9b535db2bb61e60082bc72c4e7016ba0159f7..aee5a4ca35f6109466acbbbe90bd4622a4d7b920 100644 (file)
--- a/local.css
+++ b/local.css
@@ -350,6 +350,13 @@ thead td {
 #content .footnotes {
        font-size: 80%;
 }
+
+.half-section {
+  display: inline-block;
+  vertical-align: top;
+  width: 49.5%;
+}
+
 /* #content }}} */
 
 /* Paypal donation forms */
@@ -373,6 +380,38 @@ thead td {
 }
 
 
+/* 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 */
 
@@ -517,4 +556,3 @@ thead td {
        }
 }
 /* @media print }}} */
-