aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Origine/origine.css11
-rw-r--r--p/themes/Origine/origine.rtl.css11
2 files changed, 20 insertions, 2 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 63ddad213..ee8c9f2b3 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -107,7 +107,16 @@ form th {
.form-group .group-controls {
min-height: 25px;
- padding: 5px 0;
+ padding: 10px 0;
+}
+
+.form-group .group-controls label {
+ padding: 0;
+}
+
+.form-group .group-controls input,
+.form-group .group-controls select {
+ margin: -5px 0;
}
/*=== Buttons */
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index 309cbe5c5..138f33f81 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -107,7 +107,16 @@ form th {
.form-group .group-controls {
min-height: 25px;
- padding: 5px 0;
+ padding: 10px 0;
+}
+
+.form-group .group-controls label {
+ padding: 0;
+}
+
+.form-group .group-controls input,
+.form-group .group-controls select {
+ margin: -5px 0;
}
/*=== Buttons */