Răsfoiți Sursa

More changes to CSS for issue #342

Tom Hutchison 6 ani în urmă
părinte
comite
424c3f2c92
1 a modificat fișierele cu 19 adăugiri și 8 ștergeri
  1. 19 8
      assets/stylesheets/foreground.css

+ 19 - 8
assets/stylesheets/foreground.css

@@ -1158,12 +1158,29 @@ input[type="file"], select {
 button.ui-button-icon-only {
 button.ui-button-icon-only {
 	height: 2.24em !important;
 	height: 2.24em !important;
 }
 }
-select {
-	width: auto;
 }
 }
 input[type="search"] {
 input[type="search"] {
     margin: 0;
     margin: 0;
 }
 }
+input[type="date"] {
+    margin: .5rem 0;
+}
+input[type="date"] {
+    width: auto;
+}
+input[type="file"], select {
+    padding: 5px 20px 5px 5px;
+    margin: .5rem 0;
+}
+input:not([type]), textarea, p.meta {
+    margin: .5rem 0;
+}
+input[type="text"] {
+    margin: .5rem 0;
+}
+select {
+    width: auto;
+}
 input[type="checkbox"].createboxInput {
 input[type="checkbox"].createboxInput {
 	width: auto;
 	width: auto;
 }
 }
@@ -1177,12 +1194,6 @@ label.checkboxLabel {
 input[type="radio"], input[type="checkbox"] {
 input[type="radio"], input[type="checkbox"] {
 	display: inline;
 	display: inline;
 }
 }
-input[type='file'] {
-	margin-top: 0.4em;
-}
-input:not([type]), textarea, p.meta {
-	margin-bottom: 4px;
-}
 label {
 label {
 	display: inline;
 	display: inline;
 	font-weight: normal;
 	font-weight: normal;