Kevin Ross
6fabda4e8b
#930 - remove meteor files now that npm can be used
2016-04-01 10:23:42 -04:00
Kevin Ross
d09f5f15d9
Merge pull request #939 from RobertJGabriel/patch-3
...
Moved Fork me banner + Added Icon
2016-03-25 11:12:52 -05:00
Robert James Gabriel
22d3f83f95
Added Blue Navbar example as there was 2 greens
2016-03-25 16:06:20 +00:00
Robert James Gabriel
11e58422ad
Moved Fork me banner + Added Icon
...
Moved the fork me banner to the right to match with the other page plus it was blocking the paper elements on an iPad screen.
Also added an icon to the floating button.
2016-03-25 16:03:22 +00:00
Noah Prail
115ef59f8a
Add npm install to website.
...
I removed "Coming Soon" and added the correct location for NPM.
2016-02-05 10:33:31 -05:00
Kevin Ross
34bb8fbfd9
removed old color variation sample
2015-12-23 10:02:04 -06:00
Kevin Ross
25b3dcc0e4
Resolves #771 checkbox color inconsistent
2015-12-09 11:00:06 -06:00
Kevin Ross
d86580b891
#770 Radio button documentation mistake
2015-12-09 10:29:44 -06:00
Kevin Ross
7b603bcad2
update bootstrap version
2015-12-07 17:20:32 -06:00
Kevin Ross
84c0714091
update getting started regarding old embedded fonts
2015-11-30 13:54:37 -06:00
Kevin Ross
fba6b83c99
updated and removed some unmaintained sections
2015-11-24 18:04:20 -06:00
Kevin Ross
5177178d7c
readme and includes updates
2015-11-24 16:49:15 -06:00
Kevin Ross
a48afdaa8f
Big refactoring checkpoint (not working yet), much work on web fonts, buttons, and primarily removing superfluous color variations that were generated without need. Variations mixins now require a component to be passed to make sure are generating specific css, and these variation mixins can now be executed from within the context (instead of the outside looking in with a long selector name).
2015-11-23 17:43:41 -06:00
Kevin Ross
1aa0e3c96f
#740 address references to fullpalette in docs etc. Added TODOs where necessary
2015-11-22 10:44:56 -06:00
Kevin Ross
2de3250390
Solves #734 Generic label styles need to be applied outside of .form-group
2015-11-21 15:19:40 -06:00
Kevin Ross
d27ca1bc41
Solves #736 radios and checkboxes need to render outside of .form-group
2015-11-21 13:17:53 -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
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
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
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
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
9bc257ae8a
removed hint
class in lieu of standard help-block
2015-11-11 10:36:57 -06:00
Kevin Ross
28423ebb33
added textarea sample vs legacy
2015-11-11 09:37:36 -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
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
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
Kevin Ross
f5f7aea9dd
bootlinted the index
2015-11-06 18:02:34 -06:00
Kevin Ross
ba31a4a634
htmllinted the demo files - fixed errors
2015-11-06 17:41:39 -06: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
80b47b86fc
Allow elements without form-group for backward compatibility, since it seems feasible at this point.
2015-11-06 11:04:07 -06:00
Kevin Ross
e8bb88c79c
Standardized hints while providing backwards compatibility on data-hint
2015-11-06 10:34:41 -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
660d5004cd
format only (so changes are more obvious)
2015-11-06 09:28:16 -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
Christian
139631b61e
Update index.html
...
Update to Bootstrap latest version v3.3.5
2015-06-24 23:37:14 +09:00
FezVrasta
2e2801cb0a
limited minimum donation amount trough PayPal due to accounting troubles.
2015-03-16 15:05:35 +01:00
FezVrasta
a0e4a91984
improved material checkboxes (CHANGED MARKUP)
2015-03-11 16:45:01 +01:00
Fez Vrasta
627f24c272
Merge pull request #487 from GradyD/docs
...
Added getting started doc
2015-03-11 08:26:44 +01:00
GradyD
5f9b722937
removed http
2015-03-10 23:04:23 -04:00
GradyD
30920aa0aa
Finished off take 1 of Getting Started
2015-03-09 23:07:04 -04:00
GradyD
8c88b34af6
Added getting started doc
2015-03-09 23:00:46 -04:00
GradyD
998c45f6d8
Start docs
2015-03-09 18:32:26 -04:00
FezVrasta
3cf4a656bf
btn states and toggles variations
2015-03-09 20:56:57 +01:00
FezVrasta
a4c09ab76e
see changes to changelog.md
2015-03-09 17:10:44 +01:00
Christian
1153462063
Update index.html
...
Update CDN link to latest version of Bootstrap (3.3.2).
2015-02-12 18:23:59 +09:00
FezVrasta
01b2b75280
added carbon ad
2015-02-11 17:03:18 +01:00
FezVrasta
dbe4705ef8
Big improvement on input highlight effect.
...
Now inputs doesn't need form-input-wrapper and neither the material-input span to make the animation.
2015-01-26 18:05:46 +01:00
FezVrasta
fcd35da52b
full color palette + ripples.js (WIP)
2014-12-29 14:33:55 +01:00
FezVrasta
cc1a0b67cd
Merge branch 'korgan00#master'
...
Conflicts:
index.html
2014-12-26 18:43:31 +01:00
FezVrasta
0095f43c22
merging material colors
2014-12-26 18:42:06 +01:00
Korgan
ca75470ecf
commented unnecesary style
2014-12-19 20:12:48 +01:00
Korgan
a9a9e8d9f2
added black and white buttons
2014-12-19 19:32:20 +01:00
FezVrasta
075149d753
fixed #315
2014-12-19 09:28:13 +01:00
FezVrasta
f5ee3e25ce
Merge remote-tracking branch 'origin/master'
2014-12-13 12:40:20 +01:00
FezVrasta
087720c021
Added explanation for material color variations
2014-12-13 12:40:09 +01:00
FezVrasta
0c12c1fc85
Merge branch 'korgan00#material-colors-implementation'
...
Conflicts:
dist/css/ripples.css
dist/css/ripples.css.map
dist/css/ripples.min.css
dist/css/ripples.min.css.map
less/_colors.less
2014-12-13 12:36:26 +01:00
FezVrasta
cb2472f5cf
some improvement on navbars
2014-12-13 12:26:25 +01:00
Clarke Benedict Tapay Plumo
0eab11043a
Fix grammar @ input hint
2014-12-12 11:38:08 +08:00
FezVrasta
baedd748db
reduced animation time on demo
2014-12-10 20:32:31 +01:00
Korgan
f1bac0b4b9
All colors mixed
2014-12-06 02:45:14 +01:00
Korgan
28c0728c35
material colors aproximation
2014-12-05 03:35:32 +01:00
FezVrasta
518434d6d0
minify files with csswring to allow source mapping to less
2014-12-04 13:30:23 +01:00
FezVrasta
cb980f168e
grunt tasks revamped, removed support for SASS till #256
2014-12-04 13:17:45 +01:00
FezVrasta
1f75a69761
bit improvement to page animation (still sucks but it's a bit better)
2014-12-03 11:12:07 +01:00
FezVrasta
295064bafe
added shadows to demo
2014-12-03 10:53:32 +01:00
FezVrasta
72357a2e26
removed unused js
2014-12-03 10:35:21 +01:00
FezVrasta
d05e29e731
added dialogs to demo
2014-12-03 10:31:59 +01:00
FezVrasta
16c5bedb18
updated demo
2014-12-03 09:57:16 +01:00
FezVrasta
387b496e0e
added reminder
2014-12-02 09:20:20 +01:00
FezVrasta
9d2cbbb9b4
added permalinks
2014-12-01 16:01:15 +01:00
FezVrasta
e1349c01d0
new demo page landed and added material-blue to colors
2014-12-01 15:43:41 +01:00
FezVrasta
84ff0247c6
implemented toggle buttons #248
2014-12-01 13:29:34 +01:00
FezVrasta
305b4ea378
added support for hints under inputs on focus
2014-11-12 13:22:17 +01:00
FezVrasta
3bad268ab5
fixes for #182 and #41
2014-11-12 12:22:00 +01:00
FezVrasta
c4beecc15e
Merge remote-tracking branch 'origin/develop' into develop
2014-11-06 16:22:58 +01:00
FezVrasta
076fcd8196
fixed icons class
2014-11-03 09:02:56 +01:00
FezVrasta
f345dabacf
Merge branch 'develop'
...
Conflicts:
Gruntfile.js
dist/js/material.min.js
dist/js/ripples.min.js
less/_buttons.less
template/material/js/material.min.js
template/material/js/ripples.min.js
2014-10-28 11:45:38 +01:00
FezVrasta
c26d5e3ce1
refactor of Material.js
2014-10-18 18:12:02 +02:00
FezVrasta
a41c20067b
Merge branch 'develop'
2014-10-18 15:36:07 +02:00
FezVrasta
09e9532404
updates to index
2014-10-18 15:32:30 +02:00
FezVrasta
dbbf4e7bd2
Merge remote-tracking branch 'origin/master'
...
Conflicts:
bower.json
package.json
2014-10-18 15:20:14 +02:00
FezVrasta
073f830246
old icons replaced with official ones, NO BACKWARD COMPATIBILITY!
2014-10-18 15:14:24 +02:00
FezVrasta
3a92b3b471
Merge branch 'develop'
...
Conflicts:
dist/css/material-wfont.css
dist/css/material-wfont.min.css
dist/css/material.css
dist/css/material.min.css
less/material.less
template/material/css/material-wfont.css
template/material/css/material-wfont.min.css
template/material/css/material.css
template/material/css/material.min.css
2014-10-17 13:00:13 +02:00
FezVrasta
2a610b1cfe
added support for mobile devices to ripples.js
2014-10-13 10:50:34 +02:00
FezVrasta
84c953a1ee
organized some icons
2014-10-07 10:06:14 +02:00
FezVrasta
d35be71523
Merge remote-tracking branch 'origin/develop'
...
Conflicts:
dist/css/material-wfont.min.css
dist/css/material.min.css
template/material/css/material-wfont.min.css
template/material/css/material.min.css
2014-10-06 09:52:19 +02:00
FezVrasta
2c10288e4b
fix #88
2014-10-06 09:50:09 +02:00
Dan Dascalescu
3f96aad020
Fix *all* typos and improve the English description
2014-10-05 21:12:05 -07:00
FezVrasta
41c94a218a
refactor of the dist files
2014-10-05 09:32:48 +02:00
FezVrasta
7b8024b808
added memo
2014-10-03 13:06:04 +02:00
FezVrasta
7fc9bd45bf
fixed images
2014-10-03 11:00:58 +02:00