You are here

layouter_extension_example.css in Layouter - WYSIWYG layout templates 8

.layouter-form .one_column_width_500 label {
  width: auto !important;
  text-indent: 0;
  line-height: 62px;
  background-color: lightgray;
}

File

modules/layouter_extension_example/css/layouter_extension_example.css
View source
  1. .layouter-form .one_column_width_500 label {
  2. width: auto !important;
  3. text-indent: 0;
  4. line-height: 62px;
  5. background-color: lightgray;
  6. }