Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / core / themes / seven / css / components / container-inline.css
1 /**
2  * @file
3  * Inline items.
4  */
5
6 .container-inline .form-radios label:after {
7   content: '';
8 }
9 .container-inline .form-radios .form-type-radio {
10   margin-right: 1em;
11 }
12 [dir="rtl"] .container-inline .form-radios .form-type-radio {
13   margin-right: 0;
14   margin-left: 1em;
15 }