Explorar o código

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

Garrick van Buren %!s(int64=12) %!d(string=hai) anos
pai
achega
9db912edc1
Modificáronse 1 ficheiros con 13 adicións e 1 borrados
  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;