Improve styling for qute://version and move button

This commit is contained in:
Florian Bruhin 2018-02-11 11:11:55 +01:00
parent ab768d6f6a
commit 32ba5a5c95

View File

@ -9,13 +9,14 @@ function paste_version() {
{% endblock %}
{% block style %}
#paste { margin: auto; display: block; }
html { margin-left: 10px; }
{% endblock %}
{% block content %}
{{ super() }}
<h1>Version info</h1>
<pre>{{ version }}</pre>
<button onclick="paste_version()">Yank pastebin URL for version info</button>
<h1>Copyright info</h1>
<p>{{ copyright }}</p>
@ -36,5 +37,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/">
http://www.gnu.org/licenses/</a> or open <a href="qute://gpl">qute://gpl</a>.
</p>
<button id="paste" onclick="paste_version()">Yank Pastebin URL for Version Info</button>
{% endblock %}