Skip to content

Commit

Permalink
Merge pull request #63 from kevinchappell/hotfix/placeholder
Browse files Browse the repository at this point in the history
Add placeholder
  • Loading branch information
kevinchappell committed Feb 20, 2016
2 parents cb0969e + 3719e66 commit a811b62
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 133 deletions.
2 changes: 1 addition & 1 deletion demo/assets/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/assets/form-builder.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/assets/form-builder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/assets/form-render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 30 additions & 27 deletions dist/form-builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,36 @@ textarea.form-control {
.frmb .disabled .field-label {
display: block; }

.stage-wrap {
position: relative;
float: left;
width: 62%;
margin-right: 2%; }
.stage-wrap .action-links {
width: calc( 100% - 141px);
display: none;
float: right;
overflow: hidden;
text-align: right; }
.stage-wrap.empty:after {
content: attr(data-content);
position: absolute;
text-align: center;
top: 50%;
left: 0;
width: 100%;
margin-top: -1em; }

.stage-wrap .action-links .active {
font-weight: 700;
color: #000; }

.frm-fld {
clear: left;
padding: 5px 0; }
.frm-fld select.form-control {
width: 70%; }

.kc-toggle {
position: relative;
margin: 4px 0 0 2px;
Expand Down Expand Up @@ -471,29 +501,6 @@ textarea.idea-template {
float: right;
width: 36%; }

.stage-wrap {
position: relative;
float: left;
width: 62%;
margin-right: 2%; }
.stage-wrap .action-links {
width: calc( 100% - 141px);
display: none;
float: right;
overflow: hidden;
text-align: right; }
.stage-wrap.empty:after {
content: attr(data-content);
position: absolute;
text-align: center;
top: 50%;
width: 100%;
margin-top: -1em; }

.stage-wrap .action-links .active {
font-weight: 700;
color: #000; }

.action-links .action-links-inner {
overflow: hidden;
width: 0;
Expand Down Expand Up @@ -627,10 +634,6 @@ ol.sortable-options li {
.allow-select .form-elements .allow-multi, .allow-select .form-elements .select-option, .edit-names .form-elements .name-wrap {
display: block !important; }

.frm-fld {
clear: left;
padding: 5px 0; }

.frm-fld .available-roles {
display: none;
padding: 5px 10px;
Expand Down
Loading

0 comments on commit a811b62

Please sign in to comment.