Commit Graph

20 Commits

Author SHA1 Message Date
Kevin Ross
c9bc66e574 worked on sign-in example, and fixed a few bugs related to checkbox spacing outside a form-group. All examples ready to be added. Resolves #803 2016-01-05 17:16:37 -06:00
Kevin Ross
43ac25ae01 debugging more buttons, fixed ripples errors in conversion to es6 2015-12-16 17:19:02 -06:00
Kevin Ross
36a11b2c0a checkpoint on button refactoring - need to continue at btn-fab 2015-12-16 14:38:44 -06:00
Kevin Ross
cd91af205e reuse top calculation to find vertical center 2015-12-15 18:18:32 -06:00
Kevin Ross
ef738470ad reworked larger radio, better separation and better vertical centering on appropriate line height 2015-12-15 11:21:16 -06:00
Kevin Ross
ed805c9be8 checkboxes and radios (default and inline) are working. radio refactoring seems complete. 2015-12-14 16:42:22 -06:00
Kevin Ross
f4da5a05b4 checkpoint on radios 2015-12-14 14:19:17 -06:00
Kevin Ross
d80aee2371 reuse mdb-toggle-color all in one place 2015-12-14 12:14:41 -06:00
Kevin Ross
0a489cf35d stable default text input size variant 2015-12-14 11:55:59 -06:00
Kevin Ross
19ae3fd074 introduce padding-top for mdb-form-group to create a space for the absolutely positioned label 2015-12-14 11:16:07 -06:00
Kevin Ross
ff0bac3adc input and padding-y above the line appears to be working well 2015-12-14 11:04:02 -06:00
Kevin Ross
f0b7422efc Use form related line-heights of 1 instead of default 1.5 so that we can more easily space out inputs to match spec. 1.5 made our input-padding-y seem to be unrelated to the spec, which was too confusing. 2015-12-14 10:30:59 -06:00
Kevin Ross
4aa8c5bf69 material spec review on colors 2015-12-14 08:59:54 -06:00
Kevin Ross
ee8d7bfae2 much refactoring on coloring and sizing for forms. default sized single mdb-floating-label working (have not measured to make sure it meets spec). No margins yet so multiple in a row run together with the absolute positioned labels 2015-12-11 15:13:33 -06:00
Kevin Ross
ce2e84bdb9 replaced old label names (not in use yet), refactored mixin mdb-form-color for use for default variation in addition to the other states 2015-12-11 11:32:00 -06:00
Kevin Ross
2b64baf94c First pass with default mdb-form-group-size-variant. Removed references to control-label as they were mostly used incorrectly in the previous version. They are now form-control-label and only necessary for inline forms etc 2015-12-10 15:49:02 -06:00
Kevin Ross
ca916b4729 working on inputs, label colors and focus. Introduced .mdb-help to replace .help-block 2015-12-10 13:23:01 -06:00
Kevin Ross
e437748447 move forms mixins to file, make sure autoprefixer is running in watch docs with postcss:docs, begin working on size/label variations 2015-12-10 12:22:29 -06:00
Kevin Ross
1ed294899c #774 is-focused is not checking disabled on inputs 2015-12-09 13:13:55 -06:00
Kevin Ross
6ce94151bd - fixed toggle focus label colors so they were not distracting
- fixed select osx styling
2015-12-08 20:25:35 -06:00