3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Style flags checkboxes inline.

This commit is contained in:
Michael Stenta 2018-03-19 16:03:44 -04:00
parent 3036e90205
commit e83ca98902

View file

@ -171,6 +171,15 @@ h2.resp-tab-active,
color: #222222; 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. * Improve Bootstrap Tour styling.
*/ */