فهرست منبع

removed float & width100% from select & input fields for dates

Garrick van Buren 12 سال پیش
والد
کامیت
9db912edc1
1فایلهای تغییر یافته به همراه13 افزوده شده و 1 حذف شده
  1. 13 1
      assets/stylesheets/foreground.css

+ 13 - 1
assets/stylesheets/foreground.css

@@ -204,7 +204,19 @@ table.wikitable > * > tr > td {
 
 
 /* FORMS, INPUTS, FIELDSETS */
 /* FORMS, INPUTS, FIELDSETS */
 
 
-.action-view form {
+.dateInput input.dayInput,
+.dateInput input.monthInput,
+.dateInput input.yearInput {
+  width: auto !important;
+  float: left;
+}
+
+input.createboxInput {
+  width: 100%;
+}
+
+
+.action-view .large-12.columns form {
   float:right;
   float:right;
   cursor: pointer;
   cursor: pointer;
   border: none;
   border: none;