From d5ce28df67fcddfb957ce28424f3e5751f433695 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 8 Sep 2013 21:26:30 +0200 Subject: Fixed bugs due to migration --- tpl/_menu.twig | 1 - tpl/css/style.css | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'tpl') diff --git a/tpl/_menu.twig b/tpl/_menu.twig index 8341c49c..b39ce35f 100644 --- a/tpl/_menu.twig +++ b/tpl/_menu.twig @@ -3,7 +3,6 @@
  • {% trans "favorites" %}
  • {% trans "archive" %}
  • {% trans "config" %}
  • -
  • {% trans "logout" %}
  • {% trans "addlink" %}
  • {% trans "logout" %}
  • diff --git a/tpl/css/style.css b/tpl/css/style.css index 808e4b69..7d2c143f 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -259,14 +259,14 @@ footer { } #inputform{ -+ display: none; -+ text-align:center; -+ max-width:300px; -+ margin-left:auto; -+ margin-right:auto; -+ margin-top:5px; -+ background-color: rgba(0, 0, 0, 0.9); -+ opacity:0.8; -+ color:white; -+ border-radius: 3px; -+} \ No newline at end of file + display: none; + text-align:center; + max-width:300px; + margin-left:auto; + margin-right:auto; + margin-top:5px; + background-color: rgba(0, 0, 0, 0.9); + opacity:0.8; + color:white; + border-radius: 3px; +} \ No newline at end of file -- cgit v1.2.3