Style updates for wiki pages

pull/2/head
Noah 2015-01-25 01:44:52 -08:00
parent 6fdf0ae0ea
commit 13b5c18062
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Are you sure you want to delete this {{ type }}?<p>
<form name="confirm" action="{{ confirm_url }}" method="POST"> <form name="confirm" action="{{ confirm_url }}" method="POST">
<input type="hidden" name="token" value="{{ csrf_token() }}"> <input type="hidden" name="token" value="{{ csrf_token() }}">
<button type="submit" name="confirm" value="true">Confirm Deletion</button> <button type="submit" class="btn btn-primary" name="confirm" value="true">Confirm Deletion</button>
</form> </form>
{% endblock %} {% endblock %}

View File

@ -24,7 +24,7 @@
<a href="{{ url_for('emoticons.index') }}" target="_blank">Emoticon reference</a> (opens in new window)<p> <a href="{{ url_for('emoticons.index') }}" target="_blank">Emoticon reference</a> (opens in new window)<p>
<strong>Revision Note (optional):</strong><br> <strong>Revision Note (optional):</strong><br>
<input type="text" size="80" name="note" value="{{ note }}"><p> <input type="text" class="form-control" size="80" name="note" value="{{ note }}"><p>
<strong>Options:</strong><br> <strong>Options:</strong><br>
<label> <label>

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %} {% extends "layout.html" %}
{% block title %}Wiki{% endblock %} {% block title %}{{ title }}{% endblock %}
{% block content %} {% block content %}
<div class="right"> <div class="right">