More robust themes style (#1067)

* More robust themes style

* Updated changelog
This commit is contained in:
Benny
2017-04-14 13:44:18 +02:00
committed by Flavio Copes
parent 72658527c8
commit 91f66ea00f
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
# v1.3.X
## XX/XX/2017
1. [](#improved)
* More robust styling of admin themes page [#1067](https://github.com/getgrav/grav-plugin-admin/pull/1067)
# v1.3.3
## 04/12/2017

View File

@@ -159,6 +159,9 @@
.themes {
padding: $padding-default;
.card-item {
padding: 1rem 1rem 4rem;
}
.gpm-screenshot {
text-align: center;
@@ -170,6 +173,7 @@
.gpm-name {
margin-bottom: 0.5rem;
white-space: inherit;
}
.gpm-actions {
@@ -179,6 +183,11 @@
padding: 1rem;
font-size: 1rem;
font-weight: bold;
position: absolute;
left: 0;
right: 0;
bottom: 1rem;
}
.active-theme .gpm-actions, &.inactive-theme .gpm-actions {