Commit Graph

108 Commits

Author SHA1 Message Date
filipkappa
4585fd308e update to bootstrap 5 2020-12-17 09:06:16 +01:00
Federico Zivolo
0a0e78d563 docs: add rel=sponsored to links 2019-11-11 10:23:29 +01:00
Federico Zivolo
009fafa293 docs: 4.1.1 2018-01-23 17:58:33 +01:00
Federico Zivolo
a79d949ea5 docs: Remove bower reference 2018-01-23 13:42:42 +01:00
Federico Zivolo
363c5746db docs: Released 4.1.0 2018-01-23 13:39:09 +01:00
Federico Zivolo
33bb0e5ed6 chore: Bump version to 4.0.0 (stable!) 2018-01-23 13:32:38 +01:00
Federico Zivolo
a64a239515 docs: updated banner 2017-12-21 10:31:14 +01:00
Federico Zivolo
869ab342fe docs: better partner tracking 2017-09-23 18:15:01 +02:00
Federico Zivolo
457de9f273 docs: Fixed wording 2017-09-22 18:55:12 +02:00
Federico Zivolo
bcffe0a159 docs: Experiment new partner (A/B testing) 2017-09-22 18:43:15 +02:00
Federico Zivolo
94853fd2b2 docs: add fonts URL into homepage as well 2017-09-11 13:09:04 +02:00
FezVrasta
f5deec0124 docs: improvements 2017-08-11 19:03:31 +02:00
FezVrasta
750ba9b897 The big leap 🚀💨 2017-08-11 16:59:31 +02:00
Kevin Ross
6e59be5f96 #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -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