Dynafields working..

This commit is contained in:
Andy Miller
2014-09-10 15:06:10 -06:00
parent a8b3d50cbd
commit e8e78b82b3
7 changed files with 270 additions and 31 deletions

View File

@@ -509,13 +509,16 @@ form .switch-toggle label {
form .switch-toggle a, form .switch-toggle label {
outline: none !important; }
form .dynfields input[type=text] {
width: 40%; }
form .dynfields .inline > div {
margin-left: 30%; }
form .dynfields .button {
padding: 0.5rem;
display: inline-block;
background: #999; }
width: 40%;
float: left;
margin: 0 5px 5px 0; }
form .dynfields .form-row {
display: inline-block; }
form .dynfields .form-row span {
padding: 0.5rem;
display: inline-block;
line-height: 1.7;
cursor: pointer; }
form .button-bar {
margin-top: 50px;
background: #e6e6e6;

File diff suppressed because one or more lines are too long