Forráskód Böngészése

removed float:left on inputs cause it's causing some odd rendering in some forms. If it's still causing odd rendering, try adding <select> to the float:left that's floating the inputs

Garrick van Buren 12 éve
szülő
commit
d8333b811c
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      assets/stylesheets/foreground.css

+ 0 - 1
assets/stylesheets/foreground.css

@@ -312,7 +312,6 @@ input[name="*[* date][hour]"],
 input[name="*[* date][minute]"],
 input[name="*[* date][second]"] {
   width: auto;
-  float: left;
   margin-right: 1em;
 }