Browse Source

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

Garrick van Buren 12 years ago
parent
commit
9db912edc1
1 changed files with 13 additions and 1 deletions
  1. 13 1
      assets/stylesheets/foreground.css

+ 13 - 1
assets/stylesheets/foreground.css

@@ -204,7 +204,19 @@ table.wikitable > * > tr > td {
 
 /* 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;
   cursor: pointer;
   border: none;