Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/seven/css/components/container-inline.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 /** | 1 /** |
2 * @file | 2 * @file |
3 * Inline items. | 3 * Inline items. |
4 */ | 4 */ |
5 | 5 |
6 .container-inline .form-radios label:after { | 6 .container-inline .form-radios label:after, |
7 content: ''; | 7 .container-inline .form-checkboxes label:after { |
8 content: ""; | |
8 } | 9 } |
9 .container-inline .form-radios .form-type-radio { | 10 .container-inline .form-radios .form-type-radio, |
11 .container-inline .form-checkboxes .form-type-checkbox { | |
10 margin-right: 1em; | 12 margin-right: 1em; |
11 } | 13 } |
12 [dir="rtl"] .container-inline .form-radios .form-type-radio { | 14 [dir="rtl"] .container-inline .form-radios .form-type-radio, |
15 [dir="rtl"] .container-inline .form-checkboxes .form-type-checkbox { | |
13 margin-right: 0; | 16 margin-right: 0; |
14 margin-left: 1em; | 17 margin-left: 1em; |
15 } | 18 } |