Style updates for wiki pages

pull/2/head
Noah 2015-01-25 01:44:52 -08:00
rodič 6fdf0ae0ea
revize 13b5c18062
3 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -8,7 +8,7 @@ Are you sure you want to delete this {{ type }}?<p>
<form name="confirm" action="{{ confirm_url }}" method="POST">
<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>
{% endblock %}

Zobrazit soubor

@ -24,7 +24,7 @@
<a href="{{ url_for('emoticons.index') }}" target="_blank">Emoticon reference</a> (opens in new window)<p>
<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>
<label>

Zobrazit soubor

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