REJack
87b8078d9b
prep version
2020-04-01 15:20:05 +02:00
REJack
ae68ffc134
fixed docs generation for local docs
2020-04-01 15:09:49 +02:00
REJack
b9460ae8ea
rebuild dist files
2020-04-01 14:29:28 +02:00
REJack
c6b1b4f586
fixed sidebar overlapping toolbar on mobile safari
2020-04-01 14:27:14 +02:00
REJack
67174b5c6b
fixed footer gap with .text-sm on .main-footer
2020-04-01 14:12:33 +02:00
REJack
683f7bfccf
Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE
2020-04-01 13:50:00 +02:00
REJack
ed6ae4dbb2
replaced fake spaces with real spaces
2020-04-01 13:49:55 +02:00
Anderson Carpi
129475db78
Overlay for tab-panels ( #2612 )
...
* Overlay for tab-panels
Don't know if i did it right, double check plz...
There's a way to avoid the use of a overlay-wrapper? i'm not good in css....
* Update navbar.html
2020-03-23 20:08:57 +01:00
Anderson Carpi
b6e1529f3d
NavBar Example had duplicated ids ( #2613 )
...
Fixed duplicated ids on NavBar Example page
2020-03-23 18:35:24 +01:00
REJack
0643791d8d
fixed card remove icon in pages/forms/advanced
2020-03-13 18:13:26 +01:00
REJack
bc3123cb08
fixed select2 single input focus without opened menu
2020-03-13 17:41:13 +01:00
REJack
14719bdd88
added panelAutoHeight option to Layout.js
2020-03-10 09:28:26 +01:00
cyoung
21641f7c7c
Fix incorrect choice of words in README. ( #2590 )
2020-03-09 21:02:39 +01:00
lostship
76854a2634
Fixed typo in docs ( #2586 )
...
* Fixed error in cards.md
card tools:
data-widget -> data-card-widget
* Fixed typo in card-widget.md
collapseTrigger's default value:
[data-card-widget="remove"] -> [data-card-widget="collapse"]
removeTrigger's default value:
[data-card-widget="collapse"] -> [data-card-widget="remove"]
2020-03-09 00:13:10 +01:00
REJack
6934469b38
enhanced DataTables demo with responsive plugin
2020-03-04 13:29:27 +01:00
REJack
09b89135c7
updated docs/implementations.md
2020-03-03 08:49:19 +01:00
REJack
61a58cda9a
updated upgrade-guide.md with an info block for CSS/JS files
2020-03-03 08:44:10 +01:00
REJack
cafc66ae7d
fixed child indent on hover with nav-compact
2020-02-27 07:49:36 +01:00
REJack
662b51c9c0
fixed brand-link transition with navbar fixed
2020-02-26 12:55:09 +01:00
REJack
b7efadbbca
enhanced Layout.js with options for login auto height with interval ability
2020-02-25 14:25:05 +01:00
REJack
533a5917f5
enhanced register & login page min-height
2020-02-25 09:46:35 +01:00
REJack
9261d762b7
moved exclude to matrix in .travis.yml
2020-02-21 15:59:27 +01:00
REJack
f70527b620
fixed .travis.yml
2020-02-21 15:53:28 +01:00
REJack
3551ac8afb
excluded yarn on node 8 in .travis.yml
2020-02-21 15:35:09 +01:00
REJack
9baa03ed63
rebuild css after PR's
2020-02-21 15:34:47 +01:00
Tasuku Suzuki
27ba2f178e
Fix typo in Main Sidebar Component ( #2521 )
2020-02-21 15:26:48 +01:00
A Web Artisan
6934f4c541
Fix typo ( #2544 )
...
Removed commas
Co-authored-by: Raphael Jackstadt <info@rejack.de>
2020-02-21 15:26:27 +01:00
REJack
3b69d63eb4
fixed aria related role="button" on pushmenu & control-sidebar links
2020-02-21 15:17:06 +01:00
REJack
ede720e2b8
enhanced select2 text-sm support with form-control-sm
2020-02-21 15:09:02 +01:00
REJack
4ba150d509
fixed accent override for dropdown-item:active
2020-02-13 14:55:20 +01:00
REJack
187331143f
added admin-lte-dotnet link to docs/implementations.md
2020-02-13 14:50:57 +01:00
REJack
ba8f8a8bbc
fixed select2 height with text-sm
2020-02-13 14:07:05 +01:00
REJack
a3ede49485
fixed select2 focus border color
2020-02-13 13:50:38 +01:00
REJack
f9a40e3b46
fixed sidebar nav icon with text-sm
2020-02-12 15:18:56 +01:00
REJack
b1b5ce3cb5
fixed sidebar nav icon placing (without body.text-sm)
2020-02-12 10:09:02 +01:00
REJack
771a2d5530
enhanced dropdown position in navbar dropdown menus
2020-02-11 15:15:26 +01:00
REJack
4480db7f27
fixed accent link color overrides on sidebar and btn-app
2020-02-11 10:46:00 +01:00
REJack
0238015f5e
fixed layout-fixed correct sidebar height to vh instead of %
2020-02-07 10:45:11 +01:00
REJack
b1c99c8963
fixed CardRefresh doubled load if loadOnInit is true
2020-02-07 10:27:44 +01:00
REJack
4d08d4b577
enhanced nav tabs inside card-header demo
2020-02-06 08:03:00 +01:00
REJack
4b2ea27a82
enhanced fullcalendar style & demo
...
- added forgotten themeSystem option in demo
- enhanced toolbar style on mobile
2020-02-02 10:04:32 +01:00
REJack
ff41f98ea5
enhanced CardWidget & card style with nav-tabs
2020-01-28 11:25:39 +01:00
bansalshashank
3f8802e647
filename and coresponding changes done for e_commerce.html, project_add.html, project_edit.html and project_detail.html ( #2516 )
...
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-28 11:07:41 +01:00
bansalshashank
8a66185901
[Examples] Product image now changes on clicking product image thumb ( #2509 )
...
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-24 12:55:01 +01:00
REJack
63eb7d2e8d
fixed icheck-bootstrap docs link in demo
2020-01-23 07:42:07 +01:00
bansalshashank
64874f04fe
Typo in title of examples/invoice-print fixed ( #2503 )
...
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-22 14:03:30 +01:00
bansalshashank
6800a0235d
Title Changed from Project Edit to Project Add in examples/project_add.html ( #2501 )
...
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-22 13:10:29 +01:00
REJack
56ec9a3942
fixed npm audit
2020-01-22 08:55:00 +01:00
REJack
e73c7f15fa
prep pre version
2020-01-22 08:47:01 +01:00
REJack
0e48302342
prep version
2020-01-17 09:05:37 +01:00