Same filename in this branch
  1. 7.x-2.x color_field_default_widget/color_field.css
Same filename and directory in other branches
  1. 7.x-1.x color_field_default/color_field.css 1 comment
.color-field-column {
  float: left;
  width: 48%;
}

.color-field-column .form-text {
  width: 95%;
}

File

color_field_plain_text/color_field.css

View source
  1. .color-field-column {
  2. float: left;
  3. width: 48%;
  4. }
  5. .color-field-column .form-text {
  6. width: 95%;
  7. }