Commit Graph

229 Commits

Author SHA1 Message Date
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
Kevin Ross
1697b5870a discovered invalid css btn-ink 2015-11-03 10:17:44 -06:00
Kevin Ross
86321236c1 working on converting _mixins.scss by hand. 2015-11-02 17:55:59 -06:00
wolfika
88c6f9c1b9 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
73dffbca42 Fixes #672 2015-08-26 10:52:01 +01:00
Invis1ble
32cd7ee54f Fixed indents 2015-06-27 13:23:55 +03:00
Invis1ble
9cd640953d Fixed https://github.com/FezVrasta/bootstrap-material-design/issues/394 2015-06-27 13:18:26 +03:00
FezVrasta
8da6f32583 fixes #609 2015-06-05 15:37:09 +02:00
Vilsol
20c84d267b Fix small icons on chrome 2015-05-09 23:16:03 +01:00
FezVrasta
0f2e4c31ff fixed animation of inputs 2015-04-29 13:25:17 +02:00
FezVrasta
8be690bd05 fixed #541 2015-04-29 13:17:53 +02:00
Romain Cherix
613f9e2c81 Fix padding issue for dialogs according Material design guide lines 2015-04-08 10:24:22 +02:00
GradyD
5134d7d484 Adde vars for dropdown 2015-03-23 23:31:30 -04:00
GradyD
a70dc2f204 Updating branch 2015-03-23 23:29:11 -04:00
GradyD
537f88fa2f Dropdown material styles 2015-03-23 23:25:48 -04:00
FezVrasta
b6da08736b Merge branch 'master' of https://github.com/FezVrasta/bootstrap-material-design 2015-03-19 15:26:26 +01:00
FezVrasta
56a6d8d8ee removed useless keyframes animation from inputs 2015-03-19 15:26:00 +01:00
Fez Vrasta
d562c24d8b Merge pull request #508 from jmillspaysbills/master
fixed classes
2015-03-18 17:12:33 +01:00
Jeremy Miller
b89afd8de5 fixed classes
fixed the classes for “mdi-social-public” and “mdi-av-queue-music”
2015-03-18 11:02:39 -05:00
FezVrasta
dc15824fdd fixed #504 2015-03-18 15:29:57 +01:00
FezVrasta
b4f40e2fb6 fixed color of labels and floating labels 2015-03-18 14:46:06 +01:00
FezVrasta
60e3893302 fixed #348 2015-03-17 18:40:13 +01:00
FezVrasta
826683fed2 fixed #403 2015-03-17 18:32:39 +01:00
FezVrasta
5678c1b257 removed deprecated variables 2015-03-17 18:27:20 +01:00
FezVrasta
8f0b53be03 fixed input behaviors 2015-03-17 18:08:03 +01:00
FezVrasta
c5eb110d78 fixed style and behavior of floating labels 2015-03-17 17:47:58 +01:00
Fez Vrasta
8fe9f29cf2 Merge pull request #503 from jmillspaysbills/master
updated css
2015-03-17 17:27:05 +01:00
Jeremy Miller
c07fd11852 updated css
updated the css for the content declarations.
2015-03-17 11:23:38 -05:00
Fez Vrasta
b43919c3ba Merge pull request #452 from jmillspaysbills/master
updated icon fonts
2015-03-17 17:07:48 +01:00
FezVrasta
30b3837b2c switched from scale() to scale3d() to fix some rendering problems 2015-03-17 15:33:50 +01:00
Jeremy Miller
5154422260 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
0d4954f97d fixed specificity of shadows 2015-03-16 15:19:26 +01:00
FezVrasta
08fd0110b5 implemented #480 to fix #275 2015-03-16 15:16:54 +01:00
FezVrasta
2f7d6791eb fixed #499 2015-03-16 14:47:55 +01:00
FezVrasta
a4372ffcc5 fixed some togglebutton selector 2015-03-16 14:41:16 +01:00
FezVrasta
d134fd0d15 fixed ripple color of toggle buttons 2015-03-11 17:14:24 +01:00
FezVrasta
344df40d82 fixed checkbox alignment problem 2015-03-11 16:54:11 +01:00
FezVrasta
ba7db57bc0 fixed checkboxes inside lists 2015-03-11 16:53:17 +01:00