Mercurial > hg > cmmr2012-drupal-site
comparison vendor/chi-teck/drupal-code-generator/templates/d8/_field/widget-css.twig @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
1 {% set class = field_id|u2h ~ '-elements' %} | |
2 {% if inline %} | |
3 .container-inline.{{ class }} .form-item { | |
4 margin: 0 3px; | |
5 } | |
6 .container-inline.{{ class }} label { | |
7 display: block; | |
8 } | |
9 {% else %} | |
10 tr.odd .{{ class }} .form-item { | |
11 margin-bottom: 8px; | |
12 } | |
13 {% endif %} |