]> git.parisson.com Git - teleforma.git/commitdiff
Fix issue with input type="email" css
authortest test <yoanl@pilotsystems.net>
Mon, 14 Jun 2021 12:52:18 +0000 (14:52 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 14 Jun 2021 12:52:18 +0000 (14:52 +0200)
teleforma/static/teleforma/css/base.css
teleforma/static/teleforma/css/teleforma.css

index 3581536e5f17eec407f73c35bebe55d3a39052e8..147aa37068ecbb9b9fafaf0c1327ae61f4efbcdb 100644 (file)
@@ -265,8 +265,8 @@ input[type=reset][disabled] {
     border-style: solid;
     color: #999;
 }
-input[type=text], input[type=password], input.textwidget, textarea { border: 1px solid #ccc; }
-input[type=text], input[type=password], input.textwidget { padding: .25em .1em }
+input[type=text], input[type=password], input[type=email], input.textwidget, textarea { border: 1px solid #ccc; }
+input[type=text], input[type=password], input[type=email], input.textwidget { padding: .25em .1em }
 input[type=text]:focus, input[type=password]:focus, input.textwidget:focus, textarea:focus {
     border-color: #aaa;
 }
index 0857000b89ccd80e084e58a02f70ea984c176a92..c07bbbb2f545f7219357660587bab04587bf9c0a 100644 (file)
@@ -306,8 +306,8 @@ input[type=reset][disabled] {
     border-style: solid;
     color: #999;
 }
-input[type=text], input[type=password], input.textwidget, textarea { border: 1px solid #ccc; }
-input[type=text], input[type=password], input.textwidget { padding: .25em .1em }
+input[type=text], input[type=password], input[type=email], input.textwidget, textarea { border: 1px solid #ccc; }
+input[type=text], input[type=password], input[type=email], input.textwidget { padding: .25em .1em }
 input[type=text]:focus, input[type=password]:focus, input.textwidget:focus, textarea:focus {
     border-color: #aaa;
 }
@@ -2092,7 +2092,7 @@ column-rule: 0;
     display: inline-block;
     max-width: 190px;
 }
-#_registerForm fieldset input[type="text"]{
+#_registerForm fieldset input[type="text"], #_registerForm fieldset input[type="email"]{
     width: calc(100% - 190px);
     margin: 0;
     float: right;
@@ -2148,8 +2148,11 @@ column-rule: 0;
     float: right;
     background-color: #F2F2F2;
 }
-#_registerForm .submit-panel div{
-    padding: 15px 15px 25px 15px;
+#_registerForm .submit-panel div {
+    padding: 5px 15px 25px 15px;
+}
+#_registerForm .submit-panel .captcha-div{
+    padding: 5px 0px;
 }
 
 #_registerForm .submit-panel label{