Last active
May 14, 2018 20:42
-
-
Save criscom/2afcc9205f6e371eab4f to your computer and use it in GitHub Desktop.
css inline form elements (user_login_block)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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