Created
July 31, 2014 01:53
-
-
Save ezfe/816fd14da49b8bbc4a77 to your computer and use it in GitHub Desktop.
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="row row-margin-top row-margin-bottom"> | |
<div class="col-md-2"> | |
<span lang="settings.header">Settings:</span> | |
</div> | |
<div class="col-md-2 col-xs-12"> | |
<button class="btn btn-block btn-default" id="import"><span lang="settings.import">Import</span> <i class="fa fa-cloud-upload"></i></button> | |
</div> | |
<div class="col-md-2 col-xs-12"> | |
<button class="btn btn-block btn-default" id="export"><span lang="settings.export">Export</span> <i class="fa fa-cloud-download"></i></button> | |
</div> | |
<div class="col-md-4 col-xs-12"> | |
<div class="col-md-8 col-xs-12"> | |
<span lang="settings.previewcolor">Preview Background Color:</span> | |
</div> | |
<div class="col-md-4 col-xs-12"> | |
<input onchange="refreshOutput()" id="previewcolor" class="color form-control" value="F5774A" autocomplete="off" style="background-image: none; background-color: rgb(97, 122, 128); color: rgb(255, 255, 255);"> | |
</div> | |
</div> | |
<input id="previewFontSize" type="hidden" onkeyup="refreshOutput()" value="13" class="form-control"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment