getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Refactor forms #287

Closed getdave closed 10 years ago

getdave commented 10 years ago

Forms CSS needs an update. Specific requirements

  1. Must have a single selector which resolves to "all form inputs". Smooths process of applying mass style updates to form elements. (see boostrap)
  2. Ability to declare both individual form elements and entire forms as being "inline" or "stacked" in terms of label-input alignment.
  3. Browser testing - robust browser testing and implementation of fixes and hacks for older browsers in a "progressive" manner.