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

by Marcus Brinkmann cvs at cvs.gnupg.org
Thu May 18 17:57:35 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  dff61d5d04c1c86151586b2fcdcff94f737f7076 (commit)
      from  b1d00ccff6fefc36c2238b3008b443a525326374 (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 dff61d5d04c1c86151586b2fcdcff94f737f7076
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Thu May 18 17:57:29 2017 +0200

    web: Adjust column sizes on donate form for mobile.

diff --git a/web/donate/donate.org b/web/donate/donate.org
index 35ab653..7aeff26 100644
--- a/web/donate/donate.org
+++ b/web/donate/donate.org
@@ -73,15 +73,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-sd-2 control-label">
           Amount <!--ERR_AMOUNT-->
         </label>
-        <div class="col-md-3">
+        <div class="col-xs-5 col-sd-3">
           <input type="text" class="form-control"
                  name="amount" id="amountother" placeholder=""
                  value=""/><!--AMOUNT-->
         </div>
-        <div class="col-md-2">
+        <div class="col-xs-7 col-sd-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>
@@ -93,7 +93,7 @@
 
       <!-- Custom amounts -->
       <div class="form-group">
-        <div class="col-md-offset-2 col-md-6">
+        <div class="col-sd-offset-2 col-sd-6">
           <div class="btn-group btn-group-xs" role="group"
                aria-label="suggested amounts">
             <a href="/cgi-bin/procdonate.cgi?mode=preset&s_amt=500&s_cur=eur"
@@ -119,8 +119,8 @@
 
       <!-- Recurring -->
       <div class="form-group">
-        <label for="recur" class="col-md-2 control-label">Recurring</label>
-        <div class="col-md-2">
+        <label for="recur" class="col-sd-2 control-label">Recurring</label>
+        <div class="col-sd-2">
           <select class="form-control" name="recur" id="recur">
             <option value="0"
             selected="selected"><!--RECUR_NONE-->Just once</option>
@@ -133,10 +133,10 @@
 
       <!-- Pay using -->
       <div class="form-group">
-        <label for="paytype" class="col-md-2 control-label">
+        <label for="paytype" class="col-sd-2 control-label">
           Pay using <!--ERR_PAYTYPE-->
         </label>
-        <div class="col-md-6">
+        <div class="col-sd-6">
           <div class="radio">
             <label>
               <input type="radio" name="paytype" id="cc"
@@ -170,11 +170,11 @@
 
       <!-- Name -->
       <div class="form-group">
-        <label for="name" class="col-md-2 control-label">
+        <label for="name" class="col-sd-2 control-label">
           Name <!--ERR_NAME-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sd-6">
           <input type="text" class="form-control" name="name"
                  id="f_name" placeholder="Name (optional)"
                  value=""/><!--NAME-->
@@ -189,11 +189,11 @@
 
       <!-- Email -->
       <div class="form-group">
-        <label for="mail" class="col-md-2 control-label">
+        <label for="mail" class="col-sd-2 control-label">
           Email <!--ERR_MAIL-->
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sd-6">
           <input type="email" class="form-control" name="mail"
                  id="f_mail" placeholder="Email (optional)"
                  value=""/><!--MAIL-->
@@ -206,11 +206,11 @@
 
       <!-- Message -->
       <div class="form-group">
-        <label for="message" class="col-md-2 control-label">
+        <label for="message" class="col-sd-2 control-label">
           Message
           <p class="text-muted"><small>(optional)</small></p>
         </label>
-        <div class="col-md-6">
+        <div class="col-sd-6">
           <textarea class="form-control" name="message" id="f_message"
                     rows="4"
                     ></textarea><!--MESSAGE-->
@@ -220,7 +220,7 @@
         </div>
       </div>
       <div class="row">
-        <div class="col-md-10 col-md-offset-2">
+        <div class="col-sd-10 col-sd-offset-2">
           <button type="submit" class="btn btn-primary btn-large"
                   >Proceed to donation</button>
         </div>

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

Summary of changes:
 web/donate/donate.org | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)


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




More information about the Gnupg-commits mailing list