Merged 'feature/layouteditor' into 1.x.

This commit is contained in:
Daniel Stolt
2015-02-19 22:14:55 +01:00
parent d5c3a0e59f
commit 4b11d08ccd
482 changed files with 44305 additions and 5266 deletions

View File

@@ -1,46 +0,0 @@
.layout-editor .canvas .x-form {
background: none repeat scroll 0 0 #fafafa;
border: 1px solid #bdbcbc;
margin: 0 0 0.3em;
padding: 4.3em 0.4em 2.5em 0.4em;
position: relative;
}
.layout-editor .canvas .x-form .form-toolbar {
padding: 0 0.5em 0 0.5em;
height: 27px;
}
.layout-editor .canvas .x-form .drag-handle {
background: none repeat scroll 0 0 #e4e4e4;
cursor: move;
left: -1px;
position: absolute;
right: -1px;
top: -1px;
z-index: 25;
border: 1px solid #bdbcbc;
height: 27px;
}
.layout-editor .canvas .x-form .drag-handle .name {
line-height: 1.5em;
}
.layout-editor .canvas .x-row .x-column .x-form .x-holder,
.layout-editor .canvas .x-form .x-holder {
min-height: 5em;
border: none;
}
.layout-editor .hidden-field {
background: #e5e5e5;
padding: 0.5em;
-ms-opacity: .5;
opacity: .5;
}
input.text.design,
textarea.text.design {
width: 99%;
}

View File

@@ -1,18 +1,12 @@
.dynamic-forms tbody.forms td:last-child,
.dynamic-forms-submissions tbody.submissions td:last-child {
text-align: right;
.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .validation-message,
.layout-editor .layout-content > .layout-element-wrapper .layout-content-markup > .validation-summary {
border: 1px dashed #ccc;
padding: 0.2em;
background: #e8e8e8;
}
.bindings table thead th.property-type,
.bindings table tbody td.property-type {
width: 300px;
text-align: right;
}
th.validator-name {
width: 20%;
}
th.validator-settings {
width: 80%;
.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 textarea {
width: 100%;
}