Skip to content

Instantly share code, notes, and snippets.

@criscom
Last active May 14, 2018 20:42
Show Gist options
  • Save criscom/2afcc9205f6e371eab4f to your computer and use it in GitHub Desktop.
Save criscom/2afcc9205f6e371eab4f to your computer and use it in GitHub Desktop.
css inline form elements (user_login_block)
// inline input fields and action button for the user login block
.block-user form > div > {
.form-item,
.form-actions {
display: inline-block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment