Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
d8333b811c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;
 }