Fixed a button alignment issue

This commit is contained in:
Andy Miller
2017-08-24 11:57:06 -06:00
parent f5fbcb743c
commit c117c4e332
4 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# v1.5.3
## 08/18/2017
1. [](#improved)
* Improved toggle/button alignment on Page edit view
1. [](#bugfix)
* Fixed an issue where iconpicker style was hiding field elements [#1199](https://github.com/getgrav/grav-plugin-admin/issues/1199)
* Fixed https -> http redirect issue [#1195](https://github.com/getgrav/grav-plugin-admin/issues/1195)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -271,7 +271,7 @@
#admin-mode-toggle, #admin-lang-toggle {
@extend %vertical-align;
height: 37px;
height: 38px;
display: inline-block;
vertical-align: inherit;
@@ -287,6 +287,7 @@
button {
padding: 0.3rem 0.5rem;
height: 100%;
}
.dropdown-menu {
@@ -299,6 +300,12 @@
.switch-grav {
border: 0;
height: 38px;
label {
line-height: 38px;
}
}
.switch-toggle {