You are here

values.css in Values 7

#edit-values-add-more {
  margin: 0;
}

#values-value-list .value {
  width: 90%;
}

#values-value-list .remove {
  text-align: center;
  padding-right: 30px;
}

#values-value-list .form-type-textfield {
  width: 45%;
  float: left;
}

#values-value-list .form-type-textfield input {
  width: 98%;
}

#values-value-list .form-type-machine-name {
  margin-left: 10px;
  width: 45%;
  float: left;
}

File

css/values.css
View source
  1. #edit-values-add-more {
  2. margin: 0;
  3. }
  4. #values-value-list .value {
  5. width: 90%;
  6. }
  7. #values-value-list .remove {
  8. text-align: center;
  9. padding-right: 30px;
  10. }
  11. #values-value-list .form-type-textfield {
  12. width: 45%;
  13. float: left;
  14. }
  15. #values-value-list .form-type-textfield input {
  16. width: 98%;
  17. }
  18. #values-value-list .form-type-machine-name {
  19. margin-left: 10px;
  20. width: 45%;
  21. float: left;
  22. }