Commit Graph

235 Commits

Author SHA1 Message Date
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
Jeremy Miller
09c69c8a0a fixed classes
fixed the classes for “mdi-social-public” and “mdi-av-queue-music”
2015-03-18 11:02:39 -05:00
FezVrasta
5f38258bda fixed #504 2015-03-18 15:29:57 +01:00
FezVrasta
c6d0850ae1 fixed color of labels and floating labels 2015-03-18 14:46:06 +01:00
FezVrasta
343b300791 fixed #348 2015-03-17 18:40:13 +01:00
FezVrasta
bed5d8c478 fixed #403 2015-03-17 18:32:39 +01:00
FezVrasta
7e1893ccaf removed deprecated variables 2015-03-17 18:27:20 +01:00
FezVrasta
9339c8e3da fixed input behaviors 2015-03-17 18:08:03 +01:00
FezVrasta
0c8e3d34c1 fixed style and behavior of floating labels 2015-03-17 17:47:58 +01:00
Fez Vrasta
81b78bf32d Merge pull request #503 from jmillspaysbills/master
updated css
2015-03-17 17:27:05 +01:00
Jeremy Miller
55a9b24d85 updated css
updated the css for the content declarations.
2015-03-17 11:23:38 -05:00
Fez Vrasta
e113eb96a2 Merge pull request #452 from jmillspaysbills/master
updated icon fonts
2015-03-17 17:07:48 +01:00
FezVrasta
6badcf783c switched from scale() to scale3d() to fix some rendering problems 2015-03-17 15:33:50 +01:00
Jeremy Miller
ce44b8d8e5 updated fonts w/ new :after pseudo classes
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
2015-03-16 12:31:35 -05:00
FezVrasta
2bbae4a731 fixed specificity of shadows 2015-03-16 15:19:26 +01:00