Created
August 23, 2012 16:00
-
-
Save kylegibson/3437984 to your computer and use it in GitHub Desktop.
facebook-like selection style
This file contains 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
%form.form-horizontal{method:'post'} | |
%fieldset | |
%legend Select Users to Assign | |
.control-group | |
%label.control-label | |
These users or groups | |
.controls | |
.tokenizer | |
.tokenarea | |
%span.label.label-info.removeable.token{title:'Yippie'} | |
Yippie | |
%button.close{data-dismiss:'alert'} × | |
%span.label.label-info.removeable.token{title:'Foo Bar'} | |
Foo Bar | |
%button.close{data-dismiss:'alert'} × | |
.wrap | |
%input.inputtext{type:'text',placeholder:'Type here'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment