You are here

subform.css in Subform 5

.table {
  width: 100%;
  border: 1px solid rgb(128,128,128);
}

.subform_remove_cell {
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  background-image: url(remove_background.gif);
  background-repeat: repeat-x;
  background-color: rgb(192,192,192);
}

.subformChildDiv {
  border: none;
  padding: 5px;
}

.subform_iframe {
  border: none;
  width: 100%;
}

.standard > .form-item {
  margin-top: 0;
}

.subform_button {
  white-space: nowrap;
}

.subform_button img {
  vertical-align: middle;
}

#subform .node-form .form-item label {
  display: inline;
  float: left;
  width: 120px;
}

#subform .node-form .form-item .subform_label {
  display: block;
  float: none;
  width: auto;
}

#subform .node-form .form-item .form-text,
.node-form .form-item .form-textarea,
.node-form .form-item .form-select
{
  display: inline;
  width: auto;
}

File

subform.css
View source
  1. .table {
  2. width: 100%;
  3. border: 1px solid rgb(128,128,128);
  4. }
  5. .subform_remove_cell {
  6. width: 50px;
  7. padding-left: 5px;
  8. padding-right: 5px;
  9. text-align: center;
  10. background-image: url(remove_background.gif);
  11. background-repeat: repeat-x;
  12. background-color: rgb(192,192,192);
  13. }
  14. .subformChildDiv {
  15. border: none;
  16. padding: 5px;
  17. }
  18. .subform_iframe {
  19. border: none;
  20. width: 100%;
  21. }
  22. .standard > .form-item {
  23. margin-top: 0;
  24. }
  25. .subform_button {
  26. white-space: nowrap;
  27. }
  28. .subform_button img {
  29. vertical-align: middle;
  30. }
  31. #subform .node-form .form-item label {
  32. display: inline;
  33. float: left;
  34. width: 120px;
  35. }
  36. #subform .node-form .form-item .subform_label {
  37. display: block;
  38. float: none;
  39. width: auto;
  40. }
  41. #subform .node-form .form-item .form-text,
  42. .node-form .form-item .form-textarea,
  43. .node-form .form-item .form-select
  44. {
  45. display: inline;
  46. width: auto;
  47. }