maTh 3 роки тому
батько
коміт
8b85fa351a

+ 7 - 6
p/themes/base-theme/template.css

@@ -214,12 +214,6 @@ textarea:invalid {
 	border: 2px dashed red;
 }
 
-input[type="radio"],
-input[type="checkbox"] {
-	width: 15px !important;
-	min-height: 15px !important;
-}
-
 .prompt textarea,
 .prompt input,
 .prompt select,
@@ -238,6 +232,13 @@ select:disabled {
 	border: 1px dashed lightgray;
 }
 
+input[type="radio"],
+input[type="checkbox"] {
+	min-width: auto;
+	width: 15px !important;
+	min-height: 15px !important;
+}
+
 .dropdown-menu label > input[type="text"] {
 	width: 150px;
 	width: calc(99% - 5em);

+ 7 - 6
p/themes/base-theme/template.rtl.css

@@ -214,12 +214,6 @@ textarea:invalid {
 	border: 2px dashed red;
 }
 
-input[type="radio"],
-input[type="checkbox"] {
-	width: 15px !important;
-	min-height: 15px !important;
-}
-
 .prompt textarea,
 .prompt input,
 .prompt select,
@@ -238,6 +232,13 @@ select:disabled {
 	border: 1px dashed lightgray;
 }
 
+input[type="radio"],
+input[type="checkbox"] {
+	min-width: auto;
+	width: 15px !important;
+	min-height: 15px !important;
+}
+
 .dropdown-menu label > input[type="text"] {
 	width: 150px;
 	width: calc(99% - 5em);