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 @@
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,