Kevin Ross
564106a5ec
Transitioned label styles to be indicated on the form-group
2015-11-17 15:26:19 -06:00
Kevin Ross
3c6f83dec0
checkpoint before transitioning label styles to form-group
2015-11-17 12:02:44 -06:00
Kevin Ross
2fde886057
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
1bf1fbf428
fixed line wrap/spacing/width on help-block
2015-11-17 10:28:06 -06:00
Kevin Ross
d6f0eb8097
Added file input variation samples
2015-11-17 10:18:37 -06:00
Kevin Ross
ae1e0c3337
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
679c68a107
fixed input-groups and variations
2015-11-11 11:53:16 -06:00
Kevin Ross
77749f353e
removed hint
class in lieu of standard help-block
2015-11-11 10:35:32 -06:00
Kevin Ross
1112b96929
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
214ba3a369
refactored form-group variants into a mixin, much less code.
2015-11-10 16:35:08 -06:00
Kevin Ross
c4b924637c
normalized floating-label size variations
2015-11-10 15:45:15 -06:00
Kevin Ross
8a9fb6bbe4
normalized placeholder size variants
2015-11-10 15:32:06 -06:00
Kevin Ross
c104125ff5
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
593968cf2c
fixed legacy floating labels
2015-11-10 14:31:56 -06:00
Kevin Ross
72c2795b74
normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion
2015-11-10 13:36:15 -06:00
Kevin Ross
23f11eeb7c
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
a1212eea18
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
a74bdccf2b
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
Kevin Ross
404f54a5c2
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
fd2911bfb7
trying to align behavior of static labels with the look of floating labels
2015-11-06 14:53:48 -06:00
Kevin Ross
eb7efcc48a
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
86f056230b
re-refactored inputs.less - this time kept sibling ~ references properly intact
2015-11-06 13:17:17 -06:00
Kevin Ross
a4216fc98b
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
795eef1c53
structural refactoring of less file, no effective changes to selectors or properties.
2015-11-06 12:42:35 -06:00
Kevin Ross
2d52fc271c
removed form-control-wrapper in lieu of standard form-group
2015-11-06 10:30:05 -06:00
Kevin Ross
8d108312cd
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
a22c4243a7
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
5593e446fb
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
80610d9bc9
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
d607559f26
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
485735a249
removed syntactically incorrect ,
2015-11-04 15:39:34 -06:00
Kevin Ross
23822f4b24
found duplicate style declaration in _inputs.less
2015-11-04 14:37:38 -06:00
Kevin Ross
e6027d6568
mixin btn-shadow must be defined before use.
2015-11-04 14:23:20 -06:00
Kevin Ross
6acbb9ca7d
discovered invalid css btn-ink
2015-11-03 10:17:44 -06:00
Kevin Ross
1654ca56eb
working on converting _mixins.scss by hand.
2015-11-02 17:55:59 -06:00
wolfika
4171e4dd64
replace hard-coded font path in roboto.less
...
The path for fonts were hard-coded into the roboto.less file. I imported
the required _variable and _colors files into roboto.less, so that the
variable containing the fonts path could be reached.
fixes #697
2015-10-08 20:51:13 +02:00
Craig Richardson
68a3c69651
Fixes #672
2015-08-26 10:52:01 +01:00
Invis1ble
8dab9644be
Fixed indents
2015-06-27 13:23:55 +03:00
Invis1ble
aaddbc4c1b
Fixed https://github.com/FezVrasta/bootstrap-material-design/issues/394
2015-06-27 13:18:26 +03:00
FezVrasta
f4b6cdd447
fixes #609
2015-06-05 15:37:09 +02:00
Vilsol
c4ac976642
Fix small icons on chrome
2015-05-09 23:16:03 +01:00
FezVrasta
82ce0a94d5
fixed animation of inputs
2015-04-29 13:25:17 +02:00
FezVrasta
d1146c85d7
fixed #541
2015-04-29 13:17:53 +02:00
Romain Cherix
54ae23d8fd
Fix padding issue for dialogs according Material design guide lines
2015-04-08 10:24:22 +02:00
GradyD
1d8aab9878
Adde vars for dropdown
2015-03-23 23:31:30 -04:00
GradyD
778b9ddab1
Updating branch
2015-03-23 23:29:11 -04:00
GradyD
d7849b3cb4
Dropdown material styles
2015-03-23 23:25:48 -04:00
FezVrasta
2a65e5b56b
Merge branch 'master' of https://github.com/FezVrasta/bootstrap-material-design
2015-03-19 15:26:26 +01:00
FezVrasta
71f35fe5d6
removed useless keyframes animation from inputs
2015-03-19 15:26:00 +01:00
Fez Vrasta
fbe3d01083
Merge pull request #508 from jmillspaysbills/master
...
fixed classes
2015-03-18 17:12:33 +01:00