Commit Graph

268 Commits

Author SHA1 Message Date
Kevin Ross
8d2a8f347c Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
6a3263a0cc Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
566453f56d Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00
Kevin Ross
3afb2b6904 Solves #559 - https://github.com/FezVrasta/bootstrap-material-design/issues/559#issuecomment-158114338 2015-11-19 11:07:47 -06:00
Kevin Ross
ed17dbf9af Merge branch 'extracting-typography' of https://github.com/kogosoftwarellc/bootstrap-material-design into kogosoftwarellc-extracting-typography
# Conflicts:
#	less/material.less
#	sass/material.scss
2015-11-19 09:30:22 -06:00
Kevin Ross
ec5339b910 Merge branch 'master' into standardized-form-markup 2015-11-18 17:04:16 -06:00
Kevin Ross
74b3d41c34 Allow floating labels to be used with input groups that have a left input. Update readme. 2015-11-18 16:43:19 -06:00
Kevin Ross
2cfee47c9b normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
2b6d9ea37b fixed bad label markup 2015-11-18 14:53:05 -06:00
Kevin Ross
4695eda87b standardized radio/toggle/checkbox labels 2015-11-18 14:43:36 -06:00
Kevin Ross
b8e85cbbad standardized checkbox sizing variants and colors to spec 2015-11-18 14:20:12 -06:00
Kevin Ross
aa17e23572 moved form-control under form-group 2015-11-18 12:56:35 -06:00
Kevin Ross
2bfdbb6fd2 restructured form-control and standardized disabled 2015-11-18 12:42:52 -06:00
Kevin Ross
762da3d627 fix disabled underline 2015-11-18 11:13:17 -06:00
Kevin Ross
ea596ef223 fixed floating label focused size 2015-11-17 15:43:00 -06:00
Kevin Ross
52a1abf5d7 Transitioned label styles to be indicated on the form-group 2015-11-17 15:26:19 -06:00
Kevin Ross
8ebf124500 checkpoint before transitioning label styles to form-group 2015-11-17 12:02:44 -06:00
Kevin Ross
a8552009d2 reverted change to help-block, added back position:absolute otherwise inputs jump with change of focus 2015-11-17 10:30:10 -06:00
Kevin Ross
f07802f85d fixed line wrap/spacing/width on help-block 2015-11-17 10:28:06 -06:00
Kevin Ross
e503baf285 Added file input variation samples 2015-11-17 10:18:37 -06:00
Kevin Ross
d6f7d631e4 reorganized input-group related styles to allow for optional ancestry of input-group as form-group 2015-11-11 12:40:37 -06:00
Kevin Ross
4996435adb fixed input-groups and variations 2015-11-11 11:53:16 -06:00
Kevin Ross
fd402445e1 removed hint class in lieu of standard help-block 2015-11-11 10:35:32 -06:00
Kevin Ross
9c19ca48eb shimmed the floating-label as placeholder to have a perfect match to the static label 2015-11-11 09:29:35 -06:00
Kevin Ross
9d3cd1a500 refactored form-group variants into a mixin, much less code. 2015-11-10 16:35:08 -06:00
Kevin Ross
f564b4ff16 normalized floating-label size variations 2015-11-10 15:45:15 -06:00
Kevin Ross
dab4a87ee7 normalized placeholder size variants 2015-11-10 15:32:06 -06:00
Kevin Ross
04aee4062e standardized on form-group-sm/lg instead of it AND input-sm/lg. Any input-sm/lg is now converted to form-group-* equivalent. Much simpler css and less variants to maintain. 2015-11-10 14:45:08 -06:00
Kevin Ross
9526778842 fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
9bbd049fea normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
21b49987d8 changed empty to is-empty. All signaling is now on the form-group - is-empty (was: input.empty) | is-focused (was: input.focus) | has-error (was: input:invalid) 2015-11-10 11:52:15 -06:00
Kevin Ross
3f1e2ef2d1 move to is-focused instead of .focus to prevent potential oversight with :focus. Standardizing styles based on form-group instead of a mixture of input state and form-group state, including validity, which now sets form-group.has-error 2015-11-10 10:26:00 -06:00
Kevin Ross
a482c287dc introduced a new range of @md-input-* variables to get the sizing to the material spec without altering the font-size-base (which would affect absolutely everything). Still some work to be done to differentiate the different densities properly. 2015-11-09 13:32:46 -06:00
Fez Vrasta
e8c47fbbde Merge pull request #671 from davideberlein/fix-checkbox-zindex
Fix z-index issues with tooltips in .checkbox
2015-11-09 17:09:49 +01:00
Kevin Ross
4d5317e8b8 A lot of work normalizing static control-labels with floating labels. This was primarily achieved by having material.js put the focus on the form-group, and adjusting styles as needed. Also done was a standardization of label/input sizes, and the introduction/testing of standardized form-group sizes. 2015-11-06 16:46:05 -06:00
Kevin Ross
1db81bebc0 trying to align behavior of static labels with the look of floating labels 2015-11-06 14:53:48 -06:00
Kevin Ross
d2cf56d805 due to css ~ adjacent sibling connector, existing <label> elements must be reordered after the input for floating labels to work. 2015-11-06 14:20:23 -06:00
Kevin Ross
eb67cd543f re-refactored inputs.less - this time kept sibling ~ references properly intact 2015-11-06 13:17:17 -06:00
Kevin Ross
30a4c5e0a4 Revert "structural refactoring of less file, no effective changes to selectors or properties."
This reverts commit 8950e01f06.
2015-11-06 12:56:02 -06:00
Kevin Ross
8950e01f06 structural refactoring of less file, no effective changes to selectors or properties. 2015-11-06 12:42:35 -06:00
Kevin Ross
59811e4ca5 removed form-control-wrapper in lieu of standard form-group 2015-11-06 10:30:05 -06:00
Kevin Ross
409df63756 sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. 2015-11-05 10:56:14 -06:00
Kevin Ross
f0d1d6523f html files should be local paths to ensure we are testing changes (not old changes pushed on gh-pages) 2015-11-05 10:53:58 -06:00
Kevin Ross
da5e4e1ede integrate sass demo into the grunt process. Gruntfile.js fails the jshint process with line too long, but it seems a better tradeoff to ignore this than to try to hack away at making an array.join on the regex. roboto.less changed because import order matters in sass. 2015-11-05 08:11:38 -06:00
Kevin Ross
9bba410677 Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss 2015-11-04 17:50:22 -06:00
Kevin Ross
4ebb1c4596 shadows are mixins and must be placed at the top for usage by other files (sass requirement) 2015-11-04 15:56:56 -06:00
Kevin Ross
583238e512 removed syntactically incorrect , 2015-11-04 15:39:34 -06:00
Kevin Ross
d05947d79c found duplicate style declaration in _inputs.less 2015-11-04 14:37:38 -06:00
Kevin Ross
12dbc8d160 mixin btn-shadow must be defined before use. 2015-11-04 14:23:20 -06:00