aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-28 21:29:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-28 21:29:15 +0200
commitb83f0887cce7dd17f6f7e2ce06e2df9ec4073b5b (patch)
tree371f575954d37c2fc40990ebbd6a0ac6890beb32
parent6304c56b60c553b077ddfeb1bf6fdc66f701fbe5 (diff)
improved origine.css (#3795)
-rw-r--r--p/themes/Origine/origine.css10
-rw-r--r--p/themes/Origine/origine.rtl.css10
2 files changed, 18 insertions, 2 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 11bdf384c..c01301399 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -90,13 +90,14 @@ form th {
/*===============*/
/*=== Forms */
.form-group.form-actions {
+ margin-bottom: 40px;
padding: 5px 0;
background: #f4f4f4;
border-top: 1px solid #ddd;
}
.form-group.form-actions .btn {
- margin: 0 10px;
+ margin: 0 20px 0 0;
}
.form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
width: 400px;
}
+ .form-group.form-actions {
+ margin-left: -15px;
+ margin-right: -15px;
+ padding-left: 15px;
+ padding-right: 15px;
+ }
+
.day .name {
font-size: 1.1rem;
text-shadow: none;
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index 430bafc72..776fd0069 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -90,13 +90,14 @@ form th {
/*===============*/
/*=== Forms */
.form-group.form-actions {
+ margin-bottom: 40px;
padding: 5px 0;
background: #f4f4f4;
border-top: 1px solid #ddd;
}
.form-group.form-actions .btn {
- margin: 0 10px;
+ margin: 0 20px 0 0;
}
.form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
width: 400px;
}
+ .form-group.form-actions {
+ margin-left: -15px;
+ margin-right: -15px;
+ padding-left: 15px;
+ padding-right: 15px;
+ }
+
.day .name {
font-size: 1.1rem;
text-shadow: none;