Created
January 15, 2016 14:32
-
-
Save juancarloscruzd/df320de5a43647379373 to your computer and use it in GitHub Desktop.
innericon.html
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
<style> | |
.inner-addon .glyphicon { | |
position: absolute; | |
padding: 10px; | |
pointer-events: none; | |
} | |
</style> | |
<div class="inner-addon right-addon"> | |
<a href="#" style="display:block;"><i class="glyphicon glyphicon-search"></i></a> | |
<input type="text" class="form-control" placeholder="Search" /> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment