summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshivam kohli <kohlishivam5522@gmail.com>2018-08-02 04:05:30 +0530
committershivam kohli <kohlishivam5522@gmail.com>2018-08-02 04:05:30 +0530
commit4dc510efb8d0e3c7d29a7437e54c2afd932349e2 (patch)
tree578d4f3d2874ff703be2e1446f6e73b18d985f5f
parent103bd2f2287fa79865d5f614a38967fcc3e85448 (diff)
downloadcodeless-4dc510efb8d0e3c7d29a7437e54c2afd932349e2.tar.gz
codeless-4dc510efb8d0e3c7d29a7437e54c2afd932349e2.tar.bz2
codeless-4dc510efb8d0e3c7d29a7437e54c2afd932349e2.zip
fixed horizontal scroll in signup template
-rw-r--r--static/inventory/sidenav.css2
-rw-r--r--templates/inventory/signup.html2
2 files changed, 3 insertions, 1 deletions
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">