Created
August 23, 2012 09:43
-
-
Save buihuuloc/3434785 to your computer and use it in GitHub Desktop.
Submit with btn-group
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
| <div class="btn-group"> | |
| <a class="btn" style="margin-top:10px;height:20px;width:80px"> | |
| <i class="icon-search" style="margin-top:2px;"></i> Tìm kiếm | |
| <input type="submit" style="opacity:0; margin-top:-6px;margin-left:-86px;width:105px" class="btn"> | |
| </a> | |
| <!-- BEGIN: button --> | |
| <a type="link" href='{LINK}' style="margin-top:10px" class="btn btn-primary"> | |
| <i class="icon-ok icon-white"></i> {VALUE} | |
| </a> | |
| <!-- END: button --> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment