Unify look of editor buttons.

This commit is contained in:
2019-02-16 11:57:15 +01:00
parent ded8fc586a
commit 4da3f38cf4
4 changed files with 8 additions and 4 deletions

View File

@@ -51,6 +51,10 @@ a:hover {
font-family: 'DarkSouls', serif;
}
.btn-toolbar{
padding: 5px 0;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */