You are here

layouter_extension_example.css in Layouter - WYSIWYG layout templates 7

.layouter-form .form-type-radio label[for=edit-type-one-column-width-500] {
  width: auto !important;
  text-indent: 0;
  line-height: 62px;
}

File

modules/layouter_extension_example/theme/layouter_extension_example.css
View source
  1. .layouter-form .form-type-radio label[for=edit-type-one-column-width-500] {
  2. width: auto !important;
  3. text-indent: 0;
  4. line-height: 62px;
  5. }