clone of olivero for island lives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
450 B

10 months ago
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Inline items.
*/
.container-inline div,
.container-inline label {
display: inline-block;
}
.form-items-inline {
10 months ago
margin-top: -0.125em;
margin-bottom: -0.125em; /* 2px */
10 months ago
}
.form-items-inline > .form-item {
display: inline-block;
10 months ago
margin-top: 0.125em;
margin-bottom: 0.125em;
10 months ago
}