You are here

money.css in Money field 7

Same filename and directory in other branches
  1. 5 money.css
  2. 6 money.css
/* Checkboxes for currency selection. */
.money-field-currency-checkboxes .form-checkboxes .form-item {
  display: block;
  float: left;
  width: 300px;
}
.money-field-currency-checkboxes .description {
  clear: both;
}

File

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