mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-19 22:31:13 +02:00
Fixed a button alignment issue
This commit is contained in:
@@ -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)
|
||||
|
||||
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user