Improve styling for qute://version and move button
This commit is contained in:
parent
ab768d6f6a
commit
32ba5a5c95
@ -9,13 +9,14 @@ function paste_version() {
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block style %}
|
{% block style %}
|
||||||
#paste { margin: auto; display: block; }
|
html { margin-left: 10px; }
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<h1>Version info</h1>
|
<h1>Version info</h1>
|
||||||
<pre>{{ version }}</pre>
|
<pre>{{ version }}</pre>
|
||||||
|
<button onclick="paste_version()">Yank pastebin URL for version info</button>
|
||||||
|
|
||||||
<h1>Copyright info</h1>
|
<h1>Copyright info</h1>
|
||||||
<p>{{ copyright }}</p>
|
<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/">
|
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>.
|
http://www.gnu.org/licenses/</a> or open <a href="qute://gpl">qute://gpl</a>.
|
||||||
</p>
|
</p>
|
||||||
<button id="paste" onclick="paste_version()">Yank Pastebin URL for Version Info</button>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user