From 82aeb010c31bd6ed0c7167f827c4189d04ffa43c Mon Sep 17 00:00:00 2001
From: opi 
Date: Fri, 5 Dec 2014 18:49:15 +0100
Subject: [PATCH] =?utf8?q?Am=C3=A9lioration=20du=20formulaire=20FDN.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
 Donnez.html | 61 +++++++++++++++++++++++++----------------------------
 local.css   | 23 ++++++++++++++++----
 2 files changed, 48 insertions(+), 36 deletions(-)
diff --git a/Donnez.html b/Donnez.html
index 2c415d0..5575d7e 100644
--- a/Donnez.html
+++ b/Donnez.html
@@ -30,36 +30,16 @@
   le site secure.fdn2.org.
 
 
-
 
 Par virement
diff --git a/local.css b/local.css
index 28b9137..aee5a4c 100644
--- a/local.css
+++ b/local.css
@@ -388,15 +388,30 @@ thead td {
   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;
-}
+  .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 */
 
-- 
2.47.3