From 173994077383bb3e23db71ee15007ae9dcdd17b2 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Tue, 19 May 2020 20:12:38 +0200 Subject: [PATCH] Graphical fixes. --- .../code/rosetta/core_app/templates/components/task.html | 2 +- services/webapp/code/rosetta/core_app/templates/login.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/services/webapp/code/rosetta/core_app/templates/components/task.html b/services/webapp/code/rosetta/core_app/templates/components/task.html index 9779975..054c14b 100644 --- a/services/webapp/code/rosetta/core_app/templates/components/task.html +++ b/services/webapp/code/rosetta/core_app/templates/components/task.html @@ -188,7 +188,7 @@ --> </table> - <p style="margin-left:12px; font-size:0.9em; color:#484848"> + <p style="margin-left:10px; font-size:0.9em; color:#484848"> <i class="fa fa-info-circle" style="color:#337ab7"></i> You can share a direct link with other people, but remember that if you have no authentication in place anyone will be able to access. </p> </div> diff --git a/services/webapp/code/rosetta/core_app/templates/login.html b/services/webapp/code/rosetta/core_app/templates/login.html index 444ee86..92bc55c 100644 --- a/services/webapp/code/rosetta/core_app/templates/login.html +++ b/services/webapp/code/rosetta/core_app/templates/login.html @@ -9,10 +9,8 @@ <br /> <br /> <br /> - <h1>Rosetta 💁🏽</h1> + <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1> <p style="font-size: 16px;"> - - <br /> <br /> <input style="margin-bottom:5px;" type="username" class="form-control" placeholder="Email" name='username' required autofocus> <input type="password" class="form-control" placeholder="Password" name='password'> -- GitLab