diff index.xhtml @ 63:ee1df80a1715 default tip

Nicer-looking input form
author mathieui
date Sun, 24 May 2020 14:19:29 +0200
parents 46ca1aa08146
children
line wrap: on
line diff
--- a/index.xhtml
+++ b/index.xhtml
@@ -10,7 +10,7 @@
 <head>
   <meta charset="utf-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
-  <title>{% trans 'XMPP account manager' %}</title>
+  <title>{% trans 'XMPP Account Manager' %}</title>
   <link rel="canonical" content-type="text/html" href="https://linkmauve.fr/xmpp-account-manager/"/>
   <link rel="stylesheet" href="share/bootstrap/css/bootstrap.min.css"/>
   <link rel="stylesheet" href="style.css"/>
@@ -18,13 +18,13 @@
 <body>
 
 <div class="container">
+<h1>{% trans 'XMPP Account Manager' %}</h1>
 
 <div class="row">
-<form id="connection">
+<form id="connection" class="initial-login">
 <input type="email" id="jid" placeholder="JID" title="{% trans 'Enter your JID (or XMPP address), on the form “you@your-server.tld”' %}"/>
 <input type="password" id="pass" placeholder="Password" title="{% trans 'Enter the password used for this JID' %}"/>
-<input type="submit" id="connect" value="Log in"/>
-<img width="24" height="24" id="connect-spinner" hidden=""/>
+<input type="submit" id="connect" value="Log in"/> <img width="24" height="24" id="connect-spinner" hidden=""/>
 </form>
 </div>