You are here

mvf.css in Measured Value Field 6

Same filename and directory in other branches
  1. 7 mvf.css
/* Checkboxes for unit selection. */
.mvf-unit-checkboxes .form-checkboxes .form-item {
  display: block;
  float: left;
  width: 300px;
}
.mvf-unit-checkboxes .description {
  clear: both;
}

File

mvf.css
View source
  1. /* Checkboxes for unit selection. */
  2. .mvf-unit-checkboxes .form-checkboxes .form-item {
  3. display: block;
  4. float: left;
  5. width: 300px;
  6. }
  7. .mvf-unit-checkboxes .description {
  8. clear: both;
  9. }