Style flags checkboxes inline.

This commit is contained in:
Michael Stenta 2018-03-19 16:03:44 -04:00
parent 3036e90205
commit e83ca98902
1 changed files with 9 additions and 0 deletions

View File

@ -171,6 +171,15 @@ h2.resp-tab-active,
color: #222222;
}
/**
* Style flags checkboxes inline.
*/
#edit-field-farm-flags .form-checkboxes .form-item {
display: inline;
padding-left: 0.5em;
padding-right: 1em;
}
/**
* Improve Bootstrap Tour styling.
*/