Browse Source

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 năm trước cách đây
mục cha
commit
d8333b811c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 }