Created
October 16, 2018 02:31
-
-
Save jinan-kordab/7b80c037fa346eaba0fc38244ce7ad62 to your computer and use it in GitHub Desktop.
Code HTML for control panel
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="grid flex-grid"> | |
| <div class="row"> | |
| <div class="col-lg-4"> | |
| <label for="btnAddGridNoMargin" class="heading bg-lightBlue fg-white">Grid No Margin<span class="icon-plus"></span></label> | |
| <span style="font-family:Arial;font-size:24px;color:deepskyblue;"><a id="btnAddGridNoMargin" href="#" class="button button-shadow cycle-button" style="text-decoration:none;font-size:20px" onclick="AddGridNoMargin(this);">+</a></span> | |
| <span style="font-family:Arial;font-size:24px;color:deepskyblue;"><a href="#" class="button button-shadow cycle-button" style="text-decoration:none;font-size:20px" onclick="RemoveGridNoMargin(this);">-</a></span> | |
| </div> | |
| <div class="col-lg-4"> | |
| <label for="btnAddInlineList" class="heading bg-lightBlue fg-white">Inline List <span class="icon-plus"></span></label> | |
| <span style="font-family:Arial;font-size:24px;color:deepskyblue;"><a href="#" class="button button-shadow cycle-button" style="text-decoration:none;font-size:20px" onclick="AddInLineList(this);">+</a></span> | |
| <span style="font-family:Arial;font-size:24px;color:deepskyblue;"><a href="#" class="button button-shadow cycle-button" style="text-decoration:none;font-size:20px" onclick="RemoveInlineList(this);">-</a></span> | |
| </div> | |
| <div class="col-lg-4"> | |
| <a href="#" class="button button-shadow" style="text-decoration:none;font-size:20px" onclick="SaveEditedForm(this);">SAVE</a> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment