From 0e434918f4ffdffd0e7c0852b6ebffcf571e02c7 Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sun, 30 Sep 2018 23:06:36 +0200 Subject: [PATCH] Fix for settings-layout and updated info.xml Signed-off-by: fnuesse --- appinfo/info.xml | 8 +++--- sass/credentials.scss | 3 +- templates/main.php | 9 +----- templates/views/settings.html | 53 ++++++++++++++++++----------------- 4 files changed, 34 insertions(+), 39 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 109754bc..a08f4265 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ Features: - Import from various password managers (KeePass, LastPass, DashLane, ZOHO, Clipperz.is ) For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc) ]]> - 2.1.5 + 2.2.0 agpl Sander Brand Marcos Zuriaga @@ -37,13 +37,13 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc) https://img.passman.cc/share_credential.png https://img.passman.cc/password_audit.png - + sqlite pgsql mysql openssl - - + + diff --git a/sass/credentials.scss b/sass/credentials.scss index 51b20aeb..6ad3e2ea 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -552,7 +552,8 @@ } .btn-danger { - color: #fff; + color: #000000; + background-color: #ff0000; } .icon-label { diff --git a/templates/main.php b/templates/main.php index a85ccd66..4bb3083b 100644 --- a/templates/main.php +++ b/templates/main.php @@ -133,9 +133,6 @@ style('passman', 'app'); - - -
  • {{tag.text}}
  • @@ -143,11 +140,7 @@ style('passman', 'app'); {{ 'deleted.credentials' | translate }} - - - -
    @@ -160,7 +153,7 @@ style('passman', 'app');
    diff --git a/templates/views/settings.html b/templates/views/settings.html index 3c279f58..b9601cd5 100644 --- a/templates/views/settings.html +++ b/templates/views/settings.html @@ -1,29 +1,30 @@ - -
      -
    • {{tab.title}} -
      -
    • - -
    - -
    -
    + +
    +
      +
    • {{tab.title | translate}} +
      +
    • +
    + +
    +
    +
    +
    \ No newline at end of file