css fixes
This commit is contained in:
parent
0719b094f8
commit
4c6ab2d3ae
|
@ -16,7 +16,7 @@
|
|||
Log in with Twitter
|
||||
</a>
|
||||
|
||||
<section style="padding: 1.5em;">
|
||||
<section>
|
||||
<h2>Log in with Mastodon</h2>
|
||||
<p>
|
||||
<form action="/login/mastodon" method='post'>
|
||||
|
@ -67,7 +67,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<div style="float: left; padding: 1.5em;">
|
||||
<div>
|
||||
<h2>Connect with Telegram</h2>
|
||||
<p>
|
||||
If you have a Telegram account, you can register a bot there. Just write to @botfather. You can find detailed
|
||||
|
@ -80,9 +80,9 @@
|
|||
<form action="/settings/telegram" method="post">
|
||||
<input type="text" name="apikey" placeholder="Telegram bot API key" id="apikey" required>
|
||||
<input name='confirm' value='Login with Telegram' type='submit'/>
|
||||
</div
|
||||
</div>
|
||||
|
||||
<div style="float: left; padding: 1.5em;">
|
||||
<div>
|
||||
<h2>Edit your city page</h2>
|
||||
<p>
|
||||
With your bot, we generated you a page, which you can use for promotion: <a href="/city/{{city}}"
|
||||
|
@ -96,7 +96,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div style="float: left; padding: 1.5em;">
|
||||
<div>
|
||||
<h2>Edit your trigger patterns</h2>
|
||||
<p>
|
||||
These words have to be contained in a report.
|
||||
|
@ -110,7 +110,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div style="float:right; padding: 1.5em;">
|
||||
<div>
|
||||
<h2>Edit the blacklist</h2>
|
||||
<p>
|
||||
These words are not allowed in reports.
|
||||
|
|
Loading…
Reference in a new issue