Sfoglia il codice sorgente

improved origine.css (#3795)

maTh 4 anni fa
parent
commit
b83f0887cc
2 ha cambiato i file con 18 aggiunte e 2 eliminazioni
  1. 9 1
      p/themes/Origine/origine.css
  2. 9 1
      p/themes/Origine/origine.rtl.css

+ 9 - 1
p/themes/Origine/origine.css

@@ -90,13 +90,14 @@ form th {
 /*===============*/
 /*===============*/
 /*=== Forms */
 /*=== Forms */
 .form-group.form-actions {
 .form-group.form-actions {
+	margin-bottom: 40px;
 	padding: 5px 0;
 	padding: 5px 0;
 	background: #f4f4f4;
 	background: #f4f4f4;
 	border-top: 1px solid #ddd;
 	border-top: 1px solid #ddd;
 }
 }
 
 
 .form-group.form-actions .btn {
 .form-group.form-actions .btn {
-	margin: 0 10px;
+	margin: 0 20px 0 0;
 }
 }
 
 
 .form-group .group-name {
 .form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
 		width: 400px;
 		width: 400px;
 	}
 	}
 
 
+	.form-group.form-actions {
+		margin-left: -15px;
+		margin-right: -15px;
+		padding-left: 15px;
+		padding-right: 15px;
+	}
+
 	.day .name {
 	.day .name {
 		font-size: 1.1rem;
 		font-size: 1.1rem;
 		text-shadow: none;
 		text-shadow: none;

+ 9 - 1
p/themes/Origine/origine.rtl.css

@@ -90,13 +90,14 @@ form th {
 /*===============*/
 /*===============*/
 /*=== Forms */
 /*=== Forms */
 .form-group.form-actions {
 .form-group.form-actions {
+	margin-bottom: 40px;
 	padding: 5px 0;
 	padding: 5px 0;
 	background: #f4f4f4;
 	background: #f4f4f4;
 	border-top: 1px solid #ddd;
 	border-top: 1px solid #ddd;
 }
 }
 
 
 .form-group.form-actions .btn {
 .form-group.form-actions .btn {
-	margin: 0 10px;
+	margin: 0 20px 0 0;
 }
 }
 
 
 .form-group .group-name {
 .form-group .group-name {
@@ -1195,6 +1196,13 @@ a.btn {
 		width: 400px;
 		width: 400px;
 	}
 	}
 
 
+	.form-group.form-actions {
+		margin-left: -15px;
+		margin-right: -15px;
+		padding-left: 15px;
+		padding-right: 15px;
+	}
+
 	.day .name {
 	.day .name {
 		font-size: 1.1rem;
 		font-size: 1.1rem;
 		text-shadow: none;
 		text-shadow: none;