aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 14:18:03 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-06 14:18:03 +0200
commit7ce7ec4c942e0a3567858ad0ec8e654000b49a3f (patch)
tree8de9df7ff2ddfe980f8247e2305ad4b1b27194fa /tpl
parent17a9cb96088d4634deca29c8be9f90d94c0f6473 (diff)
downloadwallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.tar.gz
wallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.tar.zst
wallabag-7ce7ec4c942e0a3567858ad0ec8e654000b49a3f.zip
prepare to multi users
Diffstat (limited to 'tpl')
-rw-r--r--tpl/css/style.css6
-rw-r--r--tpl/login.twig2
2 files changed, 2 insertions, 6 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 8808b7ed..d23c1896 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -80,11 +80,7 @@ header h1 {
80} 80}
81 81
82#main #content .entrie { 82#main #content .entrie {
83 border-bottom: 1px solid #222222; 83 border-bottom: 1px dashed #222222;
84}
85
86#main .entrie h2 a {
87 text-decoration: none;
88} 84}
89 85
90#main .entrie ul.tools { 86#main .entrie ul.tools {
diff --git a/tpl/login.twig b/tpl/login.twig
index b24674e2..0ae130bc 100644
--- a/tpl/login.twig
+++ b/tpl/login.twig
@@ -23,7 +23,7 @@
23 </div> 23 </div>
24 </div> 24 </div>
25 <div class="row mts txtcenter"> 25 <div class="row mts txtcenter">
26 <button class="bouton" type="submit" tabindex="4">{% trans "Sign in" %}</button> 26 <button class="bouton" type="submit" tabindex="4">{% trans "Login" %}</button>
27 </div> 27 </div>
28 </fieldset> 28 </fieldset>
29 <input type="hidden" name="returnurl" value="{{ referer }}"> 29 <input type="hidden" name="returnurl" value="{{ referer }}">