aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-19 15:08:32 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-19 15:08:32 +0200
commit3623a5421df8198651d8e8a9d676f0661c307cf9 (patch)
tree10cb0ddf512aa09a3a8be6c186a1447dca517e9b /p/themes/base-theme
parent77e21cb41fe1f2a7a9dc8563b3bfb21fc3262d1a (diff)
enhancement subscription management page (#3893)
* wip * wip2 * i18n * Update app/views/helpers/category/update.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * fixed box layout * Revert "i18n" This reverts commit a2e4d8ace661df806997a8310f069a67d71910f4. * i18n This reverts commit 55236930cfc7165ff883ea2a9538d3502b8922eb. Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'p/themes/base-theme')
-rw-r--r--p/themes/base-theme/template.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index c98277a01..ccbb33d3b 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -465,7 +465,7 @@ a.btn {
/*=== Boxes */
.box {
- margin: 20px 10px;
+ margin: 20px 20px 20px 0;
display: inline-block;
max-width: 95%;
width: 20rem;
@@ -473,6 +473,11 @@ a.btn {
vertical-align: top;
}
+.box.visible-semi {
+ border-style: dashed;
+ opacity: 0.5;
+}
+
.box .box-title {
position: relative;
font-size: 1.2rem;