gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-codeless] branch master updated: fixed horizontal sc


From: gnunet
Subject: [GNUnet-SVN] [taler-codeless] branch master updated: fixed horizontal scroll in signup template
Date: Thu, 02 Aug 2018 00:35:37 +0200

This is an automated email from the git hooks/post-receive script.

shivam-kohli pushed a commit to branch master
in repository codeless.

The following commit(s) were added to refs/heads/master by this push:
     new 4dc510e  fixed horizontal scroll in signup template
4dc510e is described below

commit 4dc510efb8d0e3c7d29a7437e54c2afd932349e2
Author: shivam kohli <address@hidden>
AuthorDate: Thu Aug 2 04:05:30 2018 +0530

    fixed horizontal scroll in signup template
---
 static/inventory/sidenav.css    | 2 ++
 templates/inventory/signup.html | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/static/inventory/sidenav.css b/static/inventory/sidenav.css
index 66d25df..5e499de 100644
--- a/static/inventory/sidenav.css
+++ b/static/inventory/sidenav.css
@@ -6,6 +6,7 @@
 html {
   background-color: #f0f0f0;
 }
+
 body {
   /*color: #999999;*/
   font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@@ -18,6 +19,7 @@ body {
   -moz-osx-font-smoothing: grayscale;
   -moz-font-feature-settings: "liga" on;
 }
+
 #contact {width:100%; height:100%; margin 0 auto; /*background: #DDD;*/ }
 
 .container {width:900px; height:auto; margin: 0 auto; padding: 50px 0;}
diff --git a/templates/inventory/signup.html b/templates/inventory/signup.html
index 6e4744e..7ed3c8c 100644
--- a/templates/inventory/signup.html
+++ b/templates/inventory/signup.html
@@ -25,7 +25,7 @@ with the Taler Codeless Merchant.  If not, see 
<https://www.gnu.org/licenses/>.
 {% endblock headermsg %}
 
 {% block content %}
-<div class="main">
+<div class="main" style="overflow-x: hidden;">
     <section id="contact">
         <div class="container">
           <form method="post" enctype="multipart/form-data">

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]