From 53c942637e72754a3c8a2f9b890fc01290bf34a9 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 14 Mar 2015 13:04:23 +0100 Subject: [PATCH] Added form element style for *email* and *tel* input fields. --- .../Modules/Orchard.DynamicForms/Styles/forms-admin.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/forms-admin.css b/src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/forms-admin.css index 7b9646f63..a643035fd 100644 --- a/src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/forms-admin.css +++ b/src/Orchard.Web/Modules/Orchard.DynamicForms/Styles/forms-admin.css @@ -7,6 +7,8 @@ .layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element input[type="text"], .layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element input[type="password"], +.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element input[type="email"], +.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element input[type="tel"], .layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element textarea { width: 100%; } \ No newline at end of file