Commit graph

286 commits

Author SHA1 Message Date
REJack c98018c880
enhanced PushMenu with sidebar state remember 2019-08-19 14:03:05 +02:00
REJack c3fffde6c0
fixed hold-transition for main-sidebar & control-sidebar 2019-08-19 14:01:05 +02:00
REJack f3eeb0bfaa
fixed nav-child-indent padding while collapse 2019-08-19 13:35:38 +02:00
REJack d6c8360f4f
added toggled event to DirectChat.js 2019-08-19 13:14:56 +02:00
REJack c471db9628
enhanced direct-chat-contacts
- updated direct-chat-contacts background to $dark
- updated contacts-list-date & contacts-list-msg to $gray-400
- added direct-chat-contacts-light style
2019-08-19 13:11:11 +02:00
REJack af21f07b3d
fixed direct-chat with bg-* 2019-08-19 13:00:46 +02:00
REJack a14df4917b
fixed zindex's for main-header / brand-link 2019-08-19 12:35:00 +02:00
REJack bc04864edf
fixed brand-link img height 2019-08-19 12:33:00 +02:00
REJack 7dd7bce535
fixed today mark in datepicker inline in card with bg-* 2019-08-19 12:09:46 +02:00
REJack e4970b6c30
added .control-sidebar-push-slide 2019-08-13 14:37:16 +02:00
REJack c4c082c4ac
some control-sidebar fixes
- removed setMargin in js
- fixed control-sidebar slide animate step
- added zindex-contro-sidebar
- added control-sidebar-push class
- updated zindex's
2019-08-13 14:26:25 +02:00
REJack 0876d0ab70
added missing expanded/collapsed event in ControlSidebar.js 2019-08-13 13:09:07 +02:00
REJack fd8183c965
renamed option slide to controlsidebarSlide and tweaked a bit the animate step 2019-08-11 14:16:27 +02:00
REJack ac6a58c118
fixed bg-gradient-* color overrides doesn't worked 2019-08-08 15:09:29 +02:00
REJack 9d55dee3ad
changed card-tools position absolute to float right
- added card-title float:left
- changed card-header & card-title padding
2019-08-08 14:52:11 +02:00
REJack 40007571f9
changed table-dark border-color 2019-08-08 14:33:01 +02:00
REJack 8685cde1b0
fixed border color with bg-dark 2019-08-08 14:32:33 +02:00
REJack 5fceda1ba8
fixed icheck-bootstrap focus 2019-08-08 13:55:09 +02:00
Raphael Jackstadt 5639e8c4eb
Merge pull request #2169 from REJack/v3-dev
docs, issues fixed & some bigger scss changes
2019-07-29 22:07:00 +02:00
REJack 14f59c34f2
conflict resolve
- added "Fix Select2 heights" #2178
- rebuild dist files & synced to docs
2019-07-29 21:37:35 +02:00
REJack fe693889dd
added collapse, expand & toggleMaximize to run via js script 2019-07-29 14:21:05 +02:00
REJack 3fed7f5897
fixed DirectChat toggle 2019-07-28 21:27:48 +02:00
REJack c089bc9796
added DirectChat & TodoList JS (+ TodoList CSS fixes) 2019-07-28 21:11:54 +02:00
REJack dd0794bab2
doc changes + a little info-box overlay bugfix
- updated assets
- added bootstrap-duallistbox in dependencies
- updated colors section in layout
- finished components/cards
- created & finished components/boxes
- added missing position relative to .info-box
2019-07-28 19:16:16 +02:00
REJack f8f0d8fc8e
added custom tab content class & demo in pages/UI/navbar 2019-07-28 14:17:36 +02:00
REJack 2804a35d13
added bootstrap-duallist plugin & demo 2019-07-28 13:50:35 +02:00
REJack f1f98ba2d8
removed input focus box-shadow & fixed custom-range active/focus style 2019-07-28 00:27:44 +02:00
Raphael Jackstadt 7a28ca5ac2
Merge pull request #2180 from Leviasan/v3-dev
Changing module to work with the file system. Remove 'ncp'.
2019-07-21 21:21:10 +02:00
Aleksandr Rogozin 377d2718de Changing module to work with the file system. 2019-07-20 11:50:19 +03:00
Max McMahon 7745078a45 Fix Select2 heights 2019-07-18 14:17:36 -04:00
REJack 6773bd1772
further scss changes
- changed /* comments to // (to avoid displaying in compiled css file)
- added .alert-primary
- removed _label.scss (due renamed to badge with BS4)
- reworked bg-*, bg-gradient-*, custom-switch-*, custom-range-* as mixin
- changed control-sidebar-light border color to main-header border
- renamed `.direct-chat-info` to `.direct-chat-infos` (not theme color, its a extra block inside direct-chat & updated demo files
- enhanced direct-chat with all colors
- added `.dropdown-menu-xl`
- reworked color-palette in pages/UI/general
- changed `Block Quotes Pulled Right` to `Secondary Block Quotes` in pages/UI/general
- removed `@-webkit-keyframes flipInX` due autoprefixer
- enhanced demo.js with additional colors for sidebar & renamed `Navbar border` to `No Navbar border`
2019-07-18 16:22:11 +02:00
REJack b313b6ab1e
little scss changes
- reworked sidebar-dark-* & sidebar-light-* to reduce lines (~1000 lines)
- changed `border-bottom: none` to `border-bottom: 0`
- added colors to $colors array
- removed box-solid-variant mixin (unused)
- removed `skin-dark-sidebar` & `skin-light-sidebar` mixin
- added `cards-variant` & `sidebar-color` mixin
2019-07-17 23:01:00 +02:00
REJack 54653bbb1e
fixed brand-link width while focused sidebar but not hovered 2019-07-16 16:24:44 +02:00
REJack 02c398e707
fixed zindex's to avoid overlapping & fixed brand-link transitions while switching between collapsed & open 2019-07-15 15:46:45 +02:00
REJack 127188bb2c
starting with the docs
- jekyllrb preset for gh-pages with AdminLTE 3 layout
- rebuild menu structure like AdminLTE v2.4 docs
- modified npm/Plugins.js to update docs assets with every production run
2019-07-15 15:32:00 +02:00
REJack 042e05989a
fixed brand-link collapsed width with .layout-fixed 2019-07-14 15:28:46 +02:00
REJack 7e2ec226e0
some little scss changes
- added .anchor for anchors with offset while fixed navbar
- fixed .main-header border
- added sidebar color variations (colors)
- added pre & blockquote style for doc usage
- fixed brand-link width with .logo-switch
2019-07-14 15:21:20 +02:00
REJack 91ef7e7bbd
changed previous fix from .fixed its .layout-fixed 2019-07-13 18:27:13 +02:00
REJack bc362337a1
fixed sidebar margin-top if .fixed not set 2019-07-13 18:09:26 +02:00
Raphael Jackstadt 7c959812ef
Merge branch 'v3-dev' into v3-dev 2019-07-13 13:04:13 +02:00
REJack 164df59d01
updated build/scss/AdminLTE-raw 2019-07-13 00:06:47 +02:00
REJack f21bf2fb4f
enhanced responsive fixed-header/-footer #2162
- removed js margin-top/-bottom generation
- added layout-navbar-not-fixed & layout-footer-not-fixed incl. responsive variants (eg. layout-*-navbar-not-fixed, layout-*-footer-not-fixed)
- added responsive variants for fixed (eg. layout-*-navbar-fixed, layout-*-footer-fixed)
- added default border-bottom to main-header navbar like main-footer
- removed .border-bottom from main-header navbar in demo pages
2019-07-12 20:00:43 +02:00
REJack dd08a3911a
added option to use two different logo images in sidebar (small & large) #2159 2019-07-12 13:19:20 +02:00
Aleksandr Rogozin 0dfa558aef Change "js-compile" script. Moving settings files to one place. 2019-07-11 15:42:43 +03:00
REJack aec10766cb
added flag-icon-css package 2019-07-10 16:33:23 +02:00
REJack 94d37b5520
reworked control-sidebar & removed overflow from wrapper and html
- added display none/block to control-sidebar to avoid sidewards scrolling
- reworked ControlSidebar.js with queue to add and remove .control-sidebar-animate from html to avoid overflow
2019-07-10 16:02:33 +02:00
REJack 22e2587dc4
added back to top style & demo inside widget 2019-07-08 18:47:57 +02:00
REJack 57309870f6
added text scaling for info-box & small-box based on col size 2019-07-08 17:19:29 +02:00
REJack 0e9bc9bca4
fixed doubled offcanvas menu in boxed layout 2019-07-08 14:16:19 +02:00
REJack 3b8df1a62b
added jsGrid & updated DataTables demo
- updated DataTables typo in demo files
- added jsGrid to package,json & npm/Plugins.js
- added jsgrid demo
2019-07-01 02:37:24 +02:00