From d4489c28431e8e9d996e57ad098a041acecaf6c7 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Thu, 12 Oct 2017 17:52:44 +0300 Subject: [PATCH] Button fixes --- CHANGELOG | 4 ++-- keepassxc-browser/options/options.html | 12 ++++++------ keepassxc-browser/popups/popup.css | 4 ++++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e505261..80f4837 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ -0.3.3 (11-10-2017) +0.3.3 (12-10-2017) ========================= - Fixed database reloading when KeePassXC has restarted and database is opened -- New buttons +- New buttons with glyphicons 0.3.2 (30-09-2017) ========================= diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index 97cc858..9da6052 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -40,7 +40,7 @@
- +
@@ -56,7 +56,7 @@
- +
@@ -74,7 +74,7 @@
- +
@@ -90,7 +90,7 @@
- +
Change the port if you have trouble with running KeePassXC on the default port. @@ -160,7 +160,7 @@
Latest available version of KeePassXC: - +

@@ -257,7 +257,7 @@ - + diff --git a/keepassxc-browser/popups/popup.css b/keepassxc-browser/popups/popup.css index 4af7192..9eabf3b 100644 --- a/keepassxc-browser/popups/popup.css +++ b/keepassxc-browser/popups/popup.css @@ -35,6 +35,8 @@ body { } .settings { + padding-bottom: 10px; + margin-bottom: 10px; border-bottom: 1px solid #333; font-size: 90%; text-align: left; @@ -59,6 +61,8 @@ body { #update-available { padding-top: 10px; margin-top: 10px; + padding-bottom: 0px; + margin-bottom: 0px; text-align: left; } #update-available a:hover,