Cleaned up element views.

This commit is contained in:
Sipke Schoorstra
2015-04-17 14:34:00 +02:00
parent 66248a7005
commit dea42e518b
52 changed files with 142 additions and 171 deletions

View File

@@ -11,4 +11,8 @@
.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%;
}
.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .form-field-element .form-field-element-enumeration ol {
list-style: none;
}