Small UI change (make alert blocks more compact)

This commit is contained in:
Luc Didry
2015-09-21 22:15:33 +02:00
parent 2f96407f5c
commit 204df6bf08
+6
View File
@@ -51,3 +51,9 @@ label.always-encrypt {
.form-control[readonly] {
background-color: #FFFFFF;
}
.alert .form-group {
margin-bottom: 5px;
}
#copy-all {
margin-bottom: 8px;
}