Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / inline_entity_form / css / inline_entity_form.css
1 .ief-cardinality-count {
2   text-align: right;
3   font-size: 0.9em;
4 }
5
6 .ief-tabledrag-header {
7   border-right: none;
8 }
9
10 .ief-sort-order-header {
11   border-left: none;
12 }
13
14 .ief-first-column-header {
15   border-left: none;
16 }
17
18 .ief-tabledrag-handle {
19   padding-right: 0;
20   width: 20px;
21 }
22
23 .ief-tabledrag-handle a.tabledrag-handle {
24   padding-right: .5em;
25 }
26
27 fieldset.ief-entity-fieldset {
28   margin: 0;
29 }
30
31 .ief-row-form > td {
32   padding: 0;
33 }
34
35 .ief-row-form .ief-form-row {
36   border-bottom: 10px solid #ccc;
37   padding: 20px;
38 }