mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Standardize on btn-flat button style.
This commit is contained in:
@ -86,10 +86,10 @@
|
||||
<!-- Menu Footer-->
|
||||
<li class="user-footer">
|
||||
<div class="pull-left">
|
||||
<a href="{{ url_for('user_profile') }}" class="btn btn-default btn-flat">My Profile</a>
|
||||
<a href="{{ url_for('user_profile') }}" class="btn btn-flat btn-default">My Profile</a>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<a href="{{ url_for('logout') }}" class="btn btn-default btn-flat">Log out</a>
|
||||
<a href="{{ url_for('logout') }}" class="btn btn-flat btn-default">Log out</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
@ -302,7 +302,7 @@
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default pull-right"
|
||||
<button type="button" class="btn btn-flat btn-default pull-right"
|
||||
data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -325,7 +325,7 @@
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default pull-right"
|
||||
<button type="button" class="btn btn-flat btn-default pull-right"
|
||||
data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user