aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-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;