[git] gnupg-doc - branch, preview, updated. f79eaf5d0bbc17c1fe59397aba121332da4c0a7f

by Marcus Brinkmann cvs at cvs.gnupg.org
Thu May 18 18:15:00 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, preview has been updated
       via  f79eaf5d0bbc17c1fe59397aba121332da4c0a7f (commit)
      from  8e19c59dc64232cecfd25dd591e31d831aa2dc17 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f79eaf5d0bbc17c1fe59397aba121332da4c0a7f
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Thu May 18 18:14:57 2017 +0200

    web: Final fixes for donate form layout.

diff --git a/web/donate/donate.de.org b/web/donate/donate.de.org
index 92e1466..e4a4fc5 100644
--- a/web/donate/donate.de.org
+++ b/web/donate/donate.de.org
@@ -48,7 +48,7 @@
   </nav>
 
   <div class="camp-gutter container"> <div class="row"> <div
-    class="col-md-8 col-md-offset-2"> <h1>Unterstützen Sie GnuPG</h1>
+    class="col-sm-8 col-sm-offset-2"> <h1>Unterstützen Sie GnuPG</h1>
         <p>Um Ihre Spende zu verarbeiten, benötigen wir einige
         Informationen.  Diese Informationen werden ausschliesslich für den
         Bezahlprozess erhoben und werden niemals an nicht direkt an dem
@@ -59,7 +59,7 @@
     </div>
 
     <div class="row">
-      <div class="col-md-8 col-md-offset-2">
+      <div class="col-sm-8 col-sm-offset-2">
         <!--ERRORPANEL-->
       </div>
     </div>
@@ -71,15 +71,15 @@
 
       <!-- Amount and currency input field -->
       <div class="form-group">
-        <label for="inputType" class="col-md-2 control-label">
+        <label for="inputType" class="col-xs-12 col-sm-2 control-label">
           Betrag <!--ERR_AMOUNT-->
         </label>
-        <div class="col-md-3">
+        <div class="col-xs-12 col-sm-3">
           <input type="text" class="form-control"
                  name="amount" id="amountother" placeholder=""
                  value=""/><!--AMOUNT-->
         </div>
-        <div class="col-md-2">
+        <div class="col-xs-12 col-sm-3 col-lg-2">
           <select class="form-control" name="currency" id="currency">
             <option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
             <option value="USD" ><!--SEL_USD-->US Dollar</option>
@@ -91,7 +91,7 @@
 
       <!-- Custom amounts -->
       <div class="form-group">
-        <div class="col-md-offset-2 col-md-6">
+        <div class="col-sm-offset-2 col-sm-6">
           <div class="btn-group btn-group-xs" role="group"
                aria-label="vorgeschlagene Beträge">
             <a href="/cgi-bin/procdonate.cgi?mode=preset&s_amt=500&s_cur=eur&lang=de"
@@ -117,8 +117,8 @@
 
       <!-- Recurring -->
       <div class="form-group">
-        <label for="recur" class="col-md-2 control-label">Dauerauftrag</label>
-        <div class="col-md-2">
+        <label for="recur" class="col-sm-2 control-label">Dauerauftrag</label>
+        <div class="col-sm-2">
           <select class="form-control" name="recur">
             <option value="0"
             selected="selected"><!--RECUR_NONE-->nein</option>
@@ -131,10 +131,10 @@
 
       <!-- Pay using -->
       <div class="form-group">
-        <label for="paytype" class="col-md-2 control-label">
+        <label for="paytype" class="col-sm-2 control-label">
 	  Bezahlen mit <!--ERR_PAYTYPE-->
 	</label>
-        <div class="col-md-6">
+        <div class="col-sm-6">
           <div class="radio">
             <label>
               <input type="radio" name="paytype" id="cc"
@@ -168,11 +168,11 @@
 
       <!-- Name -->
       <div class="form-group">
-        <label for="name" class="col-md-2 control-label">
+        <label for="name" class="col-sm-2 control-label">
           Name <!--ERR_NAME-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sm-6">
           <input type="text" class="form-control" name="name"
                  id="f_name" placeholder="Name (optional)"
                  value=""/><!--NAME-->
@@ -187,11 +187,11 @@
 
       <!-- Email -->
       <div class="form-group">
-        <label for="mail" class="col-md-2 control-label">
+        <label for="mail" class="col-sm-2 control-label">
           E-Mail <!--ERR_MAIL-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sm-6">
           <input type="email" class="form-control" name="mail"
                  id="f_mail" placeholder="E-Mail (optional)"
                  value=""/><!--MAIL-->
@@ -205,11 +205,11 @@
 
       <!-- Message -->
       <div class="form-group">
-        <label for="message" class="col-md-2 control-label">
+        <label for="message" class="col-sm-2 control-label">
           Nachricht
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sm-6">
           <textarea class="form-control" name="message" id="f_message"
                     rows="4"
                     ></textarea><!--MESSAGE-->
@@ -219,7 +219,7 @@
         </div>
       </div>
       <div class="row">
-        <div class="col-md-offset-2">
+        <div class="col-sm-offset-2">
           <button type="submit" class="btn btn-primary btn-large"
                   >Mit der Spende fortfahren</button>
         </div>
diff --git a/web/donate/donate.org b/web/donate/donate.org
index 2ce7f28..cb0ade5 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -81,7 +81,7 @@
                  name="amount" id="amountother" placeholder=""
                  value=""/><!--AMOUNT-->
         </div>
-        <div class="col-xs-7 col-sm-2">
+        <div class="col-xs-7 col-sm-3 col-lg-2">
           <select class="form-control" name="currency" id="currency">
             <option value="EUR" selected="selected"><!--SEL_EUR-->Euro</option>
             <option value="USD" ><!--SEL_USD-->US Dollar</option>

-----------------------------------------------------------------------

Summary of changes:
 web/donate/donate.de.org | 34 +++++++++++++++++-----------------
 web/donate/donate.org    |  2 +-
 2 files changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list