Skip to content

Instantly share code, notes, and snippets.

@chyyran
Created August 28, 2013 17:49
Show Gist options
  • Save chyyran/6369030 to your computer and use it in GitHub Desktop.
Save chyyran/6369030 to your computer and use it in GitHub Desktop.
Battlelog dialog box.
<div id="dialog-container"><div class="modal-overlay show"></div>
<div id="dialog-1" class="dialog hide in" style="display: block;" tabindex="-1" role="dialog" aria-hidden="false">
<header>
<a class="icon-custom icon-close " href="#" data-bind-dismiss="dialog">Close</a>
<h3>Settings</h3>
</header>
<section style="height: auto;" class="dialog-body ">
<div class="popup-prompt-logo"></div>
<div class="popup-prompt-body">
<h2>Battlelogium Settings</h2>
<p>Click Clear Cache if you have problems
<br>
Click Edit Settings to open the settings file
<br>
Click Close Settings to close this window</p>
</div>
</section>
<footer>
<div class="popup-prompt-buttons">
<button class="popup-prompt-btn btn btn-primary popup-prompt-button-continue">
Clear Cache
</button>
<button class="popup-prompt-btn btn btn-primary popup-prompt-button-continue">
Edit Settings
</button>
<button data-bind-dismiss="dialog" class="popup-prompt-btn btn common-popup-close-button">
Close Settings
</button>
</div>
</footer>
</div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment