1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 18:56:29 +02:00
Commit Graph

92 Commits

Author SHA1 Message Date
André Jaenisch
66fe84871e Link <label for> to <input id>. Fixes #137 2020-06-09 19:03:27 +02:00
Hugo Locurcio
7a62f48186 Fix several typos
Found using `codespell -wi3 **/*`.
2020-04-03 11:27:13 +02:00
Phuoc Nguyen
8af4debb53 The details page supports smaller screens 2020-02-04 11:55:49 +07:00
Phuoc Nguyen
ab06f4a8de Add Triangle buttons pattern 2020-01-21 10:38:52 +07:00
Phuoc Nguyen
342a5943c1 Add arrow buttons pattern 2020-01-21 10:00:37 +07:00
Phuoc Nguyen
40dc5c30ff Add full background pattern 2020-01-18 15:41:16 +07:00
Phuoc Nguyen
254db1ab99 Add watermark pattern 2020-01-18 15:11:29 +07:00
Phuoc Nguyen
64b5f5bd93 Add lined paper pattern 2020-01-17 11:32:46 +07:00
Phuoc Nguyen
28c1ab975e Add Curved background pattern 2020-01-17 09:57:07 +07:00
Phuoc Nguyen
165cd523e1 Add stamp border pattern 2020-01-16 09:05:24 +07:00
Phuoc Nguyen
2a17e0b789 Use class attribute in raw sample code 2020-01-14 00:06:46 +07:00
Phuoc Nguyen
02d9818c56 Add nested dropdowns pattern 2020-01-13 23:59:14 +07:00
Phuoc Nguyen
e42cc8eed5 Add status light pattern 2020-01-12 10:02:59 +07:00
hchiam
3bb33bbf82 make it display correctly in firefox 72.0.1 and chrome 79.0 to address issue #107 2020-01-10 11:09:05 -05:00
Phuoc Nguyen
2f18e84964 Add fading long section pattern 2020-01-10 13:30:40 +07:00
Phuoc Nguyen
854ef77194 Add statistic pattern 2019-12-30 22:57:12 +07:00
Phuoc Nguyen
300a11c816 Update headers and clean up imports 2019-12-30 22:32:06 +07:00
Phuoc Nguyen
2096dce5bc Add teardrop pattern 2019-12-30 21:55:58 +07:00
Phuoc Nguyen
b00956d92d Add mega menu 2019-12-29 17:51:40 +07:00
Phuoc Nguyen
313c9e35cc Add sticky table column 2019-12-29 08:25:50 +07:00
Phuoc Nguyen
01ee4d040a Fix tslint issues 2019-12-29 07:33:37 +07:00
Vladimir Kochenov
801b09171a Add check of isNaN 2019-12-28 12:07:04 +03:00
Phuoc Nguyen
e8b09d8a14 Add sticky table headers 2019-12-26 21:24:51 +07:00
Phuoc Nguyen
57606e9b00 Add stacked cards 2019-12-25 19:10:34 +07:00
Phuoc Nguyen
00674cef04 Add card layout 2019-12-25 18:14:06 +07:00
Phuoc Nguyen
d7bb4fca4c Add Diagonal section 2019-12-25 17:05:43 +07:00
Phuoc Nguyen
c3f5ac9069 Add keywords and description tags to all pages 2019-12-23 22:22:12 +07:00
Phuoc Nguyen
cdeb9d9841 Add fixed at side pattern 2019-12-21 16:03:12 +07:00
Phuoc Nguyen
0d0ee616bd Add chip pattern 2019-12-21 11:37:59 +07:00
Phuoc Nguyen
3a4bf0d6d1 Add sticky sections 2019-12-19 20:53:10 +07:00
Phuoc Nguyen
d716b70ef9 Add tooltip pattern 2019-12-18 21:22:22 +07:00
Phuoc Nguyen
b7d4090c5f Add video background pattern 2019-12-16 22:13:24 +07:00
Phuoc Nguyen
9e893fd26f Add keyboard shortcut pattern 2019-12-16 21:19:07 +07:00
Phuoc Nguyen
a0b6eb28e4 Add drawer navigation 2019-12-13 09:18:17 +07:00
Phuoc Nguyen
e2d8ff1f3a Add timeline pattern 2019-12-12 21:36:14 +07:00
Phuoc Nguyen
f81388b133 Add validation icon pattern 2019-12-12 20:16:59 +07:00
Phuoc Nguyen
848909587c Cleanup 2019-12-12 20:16:44 +07:00
everdimension
a80aa493a5 Sidebar pattern update
`overflow: auto` is usually a better choice than `overflow: scroll` when you want to make component scrollable. The only difference is that with `auto` you do not see the scrollbar when there's nothing to scroll.
2019-12-12 13:01:59 +03:00
Phuoc Nguyen
b170a518a7 Add Feature comparison pattern 2019-12-11 20:53:08 +07:00
Phuoc Nguyen
885e706294 Link to close button page from modal and notification patterns 2019-12-11 20:00:58 +07:00
Phuoc Nguyen
28597802bf Add close button 2019-12-11 19:55:21 +07:00
Phuoc Nguyen
b2c7900017 Add resizable element pattern 2019-12-10 21:16:12 +07:00
Marko Antolić
e21d6ab0d0 Fix typo for border-bottom declaration 2019-12-06 13:20:08 +01:00
Phuoc Nguyen
9b6ee7a468 Add accordion 2019-12-04 22:34:20 +07:00
Phuoc Nguyen
5b73a64e4d Optimize the Questions and answer 2019-12-04 22:33:53 +07:00
Phuoc Nguyen
261d97f172 Add avatar 2019-12-04 21:45:23 +07:00
Phuoc Nguyen
e5122a95c8 Add initial avatar 2019-12-04 21:08:22 +07:00
Phuoc Nguyen
5757fe5208 Add popover arrow 2019-12-03 22:21:07 +07:00
Rusco
12caf34579 Fix Breadcrumb html
Line 44 of Breadcumb html should be :     <div style="margin: 0 8px;">/</div> ?
2019-12-03 10:33:28 +00:00
Phuoc Nguyen
0c66e2da32 Add radio button group 2019-12-01 21:40:07 +07:00