REJack
c089bc9796
added DirectChat & TodoList JS (+ TodoList CSS fixes)
5 years ago
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
5 years ago
REJack
f8f0d8fc8e
added custom tab content class & demo in pages/UI/navbar
5 years ago
REJack
2804a35d13
added bootstrap-duallist plugin & demo
5 years ago
REJack
f1f98ba2d8
removed input focus box-shadow & fixed custom-range active/focus style
5 years ago
Raphael Jackstadt
7a28ca5ac2
Merge pull request #2180 from Leviasan/v3-dev
...
Changing module to work with the file system. Remove 'ncp'.
5 years ago
Aleksandr Rogozin
377d2718de
Changing module to work with the file system.
5 years ago
Max McMahon
7745078a45
Fix Select2 heights
5 years ago
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`
5 years ago
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
5 years ago
REJack
54653bbb1e
fixed brand-link width while focused sidebar but not hovered
5 years ago
REJack
02c398e707
fixed zindex's to avoid overlapping & fixed brand-link transitions while switching between collapsed & open
5 years ago
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
5 years ago
REJack
042e05989a
fixed brand-link collapsed width with .layout-fixed
5 years ago
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
5 years ago
REJack
91ef7e7bbd
changed previous fix from .fixed its .layout-fixed
5 years ago
REJack
bc362337a1
fixed sidebar margin-top if .fixed not set
5 years ago
Raphael Jackstadt
7c959812ef
Merge branch 'v3-dev' into v3-dev
5 years ago
REJack
164df59d01
updated build/scss/AdminLTE-raw
5 years ago
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
5 years ago
REJack
dd08a3911a
added option to use two different logo images in sidebar (small & large) #2159
5 years ago
Aleksandr Rogozin
0dfa558aef
Change "js-compile" script. Moving settings files to one place.
5 years ago
REJack
aec10766cb
added flag-icon-css package
5 years ago
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
5 years ago
REJack
22e2587dc4
added back to top style & demo inside widget
5 years ago
REJack
57309870f6
added text scaling for info-box & small-box based on col size
5 years ago
REJack
0e9bc9bca4
fixed doubled offcanvas menu in boxed layout
5 years ago
REJack
3b8df1a62b
added jsGrid & updated DataTables demo
...
- updated DataTables typo in demo files
- added jsGrid to package,json & npm/Plugins.js
- added jsgrid demo
5 years ago
REJack
e40b8c5171
added project add & project edit demo
...
- created project_add & project_edit
- updated project_detail
- added menu link to all demo files
- added a line break in _colors.scss
5 years ago
REJack
4a05cb5e99
added ribbon style & some little changes
...
- added !important to elevation-* & text-sm, text-xs, text-lg & text-xl
- added variables for ribbon
- added ribbon style code in scss/_miscellaneous
5 years ago
REJack
04b90fdd55
added contacts demo & some little scss changes
...
- created contacts demo page
- removed unnecessary scss classes (.hide, .no-border, .no-shadow, .flat & .list-unstyled)
- updated demo files to use bootstrap's class instead of old unnecessary class
- moved color scss lines in a seperate scss file (_colors)
- moved old plugin fixes in a new scss file (plugins/_miscellaneous)
5 years ago
REJack
f6dcb64c05
enhanced SCSS style & added projects example
...
- fixed scss code style & headers
- moved pages scss to seperate folder
- added pages/_projects scss
- added pages/examples/projects demo
5 years ago
REJack
33a3044d54
added first page example (without demo menu changes)
...
- added text color variations in scss/_text
- added demo product images
- created scss/pages/_e_commerce
- created pages/examples/e_commerce.html
6 years ago
REJack
132d00da32
added support for fixed Table Header (thead th)
...
- rebuild table scss code to a correct scss/sass code (nesting)
- added .table-head-fixed code for default table & dark table
- removed unnecessary spaces in Layout.js
6 years ago
REJack
e5db7c30ac
added support for vertical nav tabs
...
- updated _navs.scss with tabs override css
- added pages/UI/navbar demo with navbar color examples & vertical tabs example
- added navbar & tabs sidebar entry in demo files with sidebar
6 years ago
REJack
e60faca74a
enhanced input type="range"
...
- added color variations for .custom-range with .custom-range-*
- updated pages/forms/general demo to display range slider
6 years ago
REJack
e9163d3688
added support for focus to expand functionality in main-sidebar
...
- enhanced Layout.js to add .main-sidebar .sidebar-focused
- added focus style same as hover style in sidebar nav links etc
- added sidebar-focused in sidebar-mini collapsed state
6 years ago
REJack
c99806c497
added overlay for small-box & info-box
...
- moved overlay code to _miscellaneous to save lines & centralize it since its not only for card
- changed code to flex center instead of position absolute
- changed icon color & modified the color for dark
- removed icon font size to use fa-lg, fa-2x, ...
- updated widgets demo
6 years ago
REJack
a80f1bd38c
prep version to 3.0.0-beta.2
6 years ago
REJack
459146487c
fixed sidebar overflow while collapse
6 years ago
REJack
d31d3f0dfc
fixed unable to click on hamburger button ( #2137 )
6 years ago
REJack
4350df0686
fixed sidebar child indent to indent even level 2+ entries
6 years ago
REJack
2c5cf85ee0
fixed infobox gradient color
6 years ago
REJack
8fe10a9963
some little changes with gradients
...
- removed default gradients
- renamed bg-*-gradient to bg-gradient-* to follow bootstrap's default gradients
- added btn related gradient hover & active changes
- updated related demo files (index.html, pages/widgets.html & pages/UI/buttons.html)
- rebuild dist files
6 years ago
REJack
66f15c4f3d
added notification plugins aka toasts (sweetalert2 & toastr)
...
- added sweetalert2 & toastr to package.json & build/npm/Plugins.js
- added plugin related scss fixes and created files per plugin
- updated "Modals" demo page to "Modals & Alerts" & renamed link on all demo files
- rebuild dist files
6 years ago
REJack
0b96c5ca71
changed navbar child indent to optional via `.nav-child-indent`
6 years ago
REJack
0ab4842315
added sidebar nav-treeview intending
6 years ago
REJack
db9c190e5c
fixed unable to expand sidebar in with navbar-fixed & footer-fixed width
6 years ago
REJack
d852f4ba34
enhanced card & widget with expand/compress (fullscreen) and some little fixes
...
- updated Widget.js
- updated _cards.scss
- enabled gradients in _bootstrap-variables.scss
- fixed old bg-*-gradient (theme colors)
- added bg-*-gradient (colors)
- updated cards demo section in pages/widgets.html
6 years ago
REJack
f70483a806
plugins updates part 2
...
- added .editorconfig
- updated package.json & build/npm/Plugins.js according to the following changes
- updated dev dependencies to clear audits
- updated daterangepicker
- updated overlayScrollbars
- moved flot (0.8.2) to flot-old for plugins
- updated flot
- updated fullcalendar
- replaced icheck with icheck-bootstrap & updated demo files
- added icheck-bootstrap color overrides
- updated inputmask
- updated ion-rangeslider
- updated jquery-ui
- updated bootstrap-slider tweaks & demo files
- replaced jvectormap with jqvmap & updated demo files
- added jquery-mapael & replaced in index2 jvectormap
- updated jquery-knob
- replaced pace with pace-progress
- updated select2 & demo files
- replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
6 years ago
REJack
91434f4215
added legacy user menu
...
- added scss lines form @BruceHill
- created pages/examples/legacy-user-menu.html as single page demo with html code from @BruceHill but with some modifications ;)
- updated demo files, added legacy user menu link in Extras after Starter Page
- rebuild dist files
6 years ago
REJack
b8ffeb2d5d
fixed sidebar collapse bug after autoCollapse feature
6 years ago
REJack
9b03b865ad
updated plugins part 1
...
- updated package.json plugins (fontawesome)
- updated npm/Plugins
- removed bootstrap css files
- replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
- updated bootstrap-slider to latest version & updated demo
- replaced old chartjs demos with new chartjs
- updated bootstrap-colorpicker & updated forms/advanced demo file
- removed ckeditor in order to respect licenses
- replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
6 years ago
REJack
9ffff7df6f
modal overlay
...
- update color darken/lighten for custom-switch's
- added .overlay in .modal-dialog/.modal-content
- created demo modal in modals.html
- rebuild css dist files
6 years ago
REJack
7ad0bae031
enhanced custom-switch
...
- updated forms/general demo page
- added custom-switch off/on color variants
- rebuild css files
6 years ago
REJack
cc8a2d7e51
added js option for content height fixed
6 years ago
REJack
5e05228f3c
removed console.log() from PushMenu
6 years ago
REJack
9c640e0f6f
added ability for auto collapse sidebar option
6 years ago
REJack
42568b9b8d
Road to v3.0.0-beta.1
...
- replaced slimScroll to overlayScrollbars
- added new layout types (fixed, navbar-fixed & footer-fixed)
- changed old default layout from "fixed" to non-fixed
- enhanced PushMenu.js to load options via data
- enhanced Layout.js new layout calcs, options via data for scrollbar
- fixed forms fontawesome icons
- added warning-feedback (without icon)
- added sidebar-mini-md
- updated index to use layout-fixed
- updated index2 to use layout-fixed, layout-navbar-fixed & layout-footer-fixed
6 years ago
REJack
ce032ed76f
updated AdminLTE css
...
- fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
- added calc for `.content-wrapper` min-height
- added layouts: top-nav, boxed & sidebar collapsed
- fixed mailbox attachment size
- added bg-*, navbar-*
- updated demo.js
- updated sidebar in demo files (added layout options)
- added autoprefixer to fix browser specific css changes
- added css sourcemap for adminlte.min.css
6 years ago
REJack
d753e8cef9
updated fontawesome to fontawesome-free 5.8.2
...
- updated all demo pages
- updated fontawesome entries in build/npm/Plugins
- updated package.json & package-lock.json
- replaced fontawesome files in plugins/
6 years ago
REJack
64aaa1d3cf
fixed same text-color as background for nav-item:hover dropdown ( Closes #1893 )
6 years ago
REJack
a873327611
added modals & changed zindex's
...
- added Modals Demo Page
- added Link to Modals in any other Demo Page
- added Modal Color Variation fixes
- updated zindex values `header` from 1000 to 900 `sidebar` from 1100 to 950 (below bootstrap 4 defaults to work with dropdown, modal, popover & tooltip)
- removed tooltip zindex overide
6 years ago
REJack
210ee93972
added tooltip fix for tooltips in sidebar (incl. rebuild)
6 years ago
REJack
eab9a2dc00
added fix for cutted nav-link in sidebar collapsed state (incl. rebuild)
6 years ago
REJack
fd7bda276f
added `color: inherit` to .table, incl. rebuild
6 years ago
Jorge Vilaça
61f3ef7a91
minor formatting
6 years ago
Jorge Vilaça
8a7de1cc56
clean debug code
6 years ago
Jorge Vilaça
654f5b169d
slimscroll implementation o v3
6 years ago
Liu Xinyu
7e09433c4d
fix($login-and-register): input border breaks when focus and with validation class ( #2026 )
6 years ago
Eric Enns
163e2d4976
Fix Layout content height to consider footer-height when setting min-height ( #1945 )
6 years ago
hendimarcos
ab9715fd6a
same text-color as background for nav-item:hover dropdown ( #1939 )
...
* fix(scss): same text-color as background for nav-item:hover dropdown
https://github.com/almasaeed2010/AdminLTE/issues/1893
* fix(scss): same text-color as background for nav-item:hover dropdown
https://github.com/almasaeed2010/AdminLTE/issues/1893
6 years ago
hendimarcos
261c5c714e
fix(js): AdminLTE 3 collapse button ( #1938 )
...
https://github.com/almasaeed2010/AdminLTE/issues/1910
6 years ago
Abdullah Almsaeed
a8ed14c146
Update bootstrap and fix #1902
6 years ago
heemza
dfd2677a6d
Fix #1881 ( #1898 )
6 years ago
Abdullah Almsaeed
49fdbb2873
Fix #1689
7 years ago
Abdullah Almsaeed
0ba5f1c3ad
Add demo functions
7 years ago
Abdullah Almsaeed
910f4e5186
Add control sidebar
7 years ago
Abdullah Almsaeed
c33e313723
Add ckeditor5 and fix shadow in form control
7 years ago
Abdullah Almsaeed
53a7c75964
Dev release
7 years ago
Abdullah Almsaeed
f390ddcc1f
Add webpack
7 years ago
Abdullah Almsaeed
cfe8c644f4
Create site wide search bar
8 years ago
Abdullah Almsaeed
b2a83e147f
Remove app.js and enable the Layout module by default
8 years ago
Abdullah Almsaeed
e47cc06a9e
Update search to remove headers and keep parent menus open if a search match is found
8 years ago
Abdullah Almsaeed
41f6f8d55a
Create Search plugin
8 years ago
Abdullah Almsaeed
e8507e21d7
Reformat code style
8 years ago
Abdullah Almsaeed
8781ae4854
Add Search plugin to babel compiler and reformat code style
8 years ago
Abdullah Almsaeed
97dfbaa79f
Update adminlte version
8 years ago
Abdullah Almsaeed
64443ee54f
Replace labels with tags according to BS4 implementation
8 years ago
Abdullah Almsaeed
f27bb32c4a
Add Control Sidebar Plugin
8 years ago
Abdullah Almsaeed
547428c8c9
Add more css features
8 years ago
Abdullah Almsaeed
92775041a4
Add notify to grunt
8 years ago
Abdullah Almsaeed
7041e65d3f
Update JS files
8 years ago
Abdullah Almsaeed
71c560ec27
Fix layout height computation
8 years ago
Abdullah Almsaeed
3f47e43650
Add bower_components to gitignore
8 years ago
Abdullah Almsaeed
f6c69f1d12
Update sidebar
9 years ago
Abdullah Almsaeed
6841615631
Update Layout manager to work with regular layout for now
9 years ago
Abdullah Almsaeed
7861601c7e
Add tether to bower
9 years ago
Abdullah Almsaeed
97df6065b1
Move grunt-tasks to the build folder
9 years ago
Abdullah Almsaeed
545a862c1d
Dev setup
9 years ago
Abdullah Almsaeed
c4ac73688b
Create PushMenu.js
9 years ago
Abdullah Almsaeed
f5f78f415b
Add AdminLTE.css to css folder
9 years ago
Abdullah Almsaeed
6237a4cf8e
Change header markup
9 years ago
Abdullah Almsaeed
846cee1b4d
Add Fix header height issue
9 years ago
Abdullah Almsaeed
17dce579b0
Add new js build folder
9 years ago
Abdullah Almsaeed
c6667c6bca
Adjusted skins and main-header to function with BS4
9 years ago
Abdullah Almsaeed
7b67b58db6
Deleted LESS files
9 years ago
Abdullah Almsaeed
1acadbe382
Convert LESS to SASS
9 years ago
Abdullah Almsaeed
1ee281b3b9
Increment version number
9 years ago
Abdullah Almsaeed
57e10bc372
Fix issue #752
9 years ago
Sullivan SENECHAL
4a83dc18ce
Do not use absolute position for .pull-right on sidebar
9 years ago
Abdullah Almsaeed
4cd707a49e
Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE
9 years ago
Abdullah Almsaeed
8a7a7ae527
Add new map and implementation reference
9 years ago
Gwenael Gallon
226ba4f4ed
Update Bootstrap less files to 3.3.5
9 years ago
Abdullah Almsaeed
0748343f22
Update version
9 years ago
Abdullah Almsaeed
86712ae424
Fix issue #676
9 years ago
Abdullah Almsaeed
ee1782c007
Reformat code
9 years ago
Dennis Neufeld
91f47a8b7a
Formatting
9 years ago
Abdullah Almsaeed
cba5477a46
Reduce text-elipsis rules
9 years ago
Abdullah Almsaeed
fc9554f866
Merge pull request #640 from devmark/patch-1
...
navs add different color
9 years ago
Mark
f7dc1429e2
navs add different color
...
https://github.com/almasaeed2010/AdminLTE/issues/429
9 years ago
Dennis Neufeld
81e784af15
Formatting and stuff
9 years ago
Abdullah Almsaeed
f25c90f598
Fixed csslint error
9 years ago
Abdullah Almsaeed
dde604023b
Fix issue #430
9 years ago
Abdullah Almsaeed
6ab5a66fa2
Fix issue #578
9 years ago
Abdullah Almsaeed
a335278aa1
Fix issue #579
9 years ago
Abdullah Almsaeed
3faad543cb
Update version
9 years ago
Abdullah Almsaeed
36f31d1448
Fixed typo attachemnt to attachment
9 years ago
Abdullah Almsaeed
1555830bc6
Add activity tab to profile
9 years ago
Abdullah Almsaeed
2f390152bc
Created and updated the profile page
9 years ago
Abdullah Almsaeed
e7653c8655
Add box-comment feature
9 years ago
Abdullah Almsaeed
af4deafa7c
Add social widgets
9 years ago
Emin Şen
a7158e5ab8
remove multiple selection height property
9 years ago
Abdullah Almsaeed
30e6e1f034
Conform to CSSLINT rules
9 years ago
Abdullah Almsaeed
0943d33ff3
compressed images
9 years ago
Abdullah Almsaeed
12996b0242
Compressed images
9 years ago
Abdullah Almsaeed
6676c7d068
formatted core.less
9 years ago
Abdullah Almsaeed
2296534d36
Fixed issue with active nav-stacked background
9 years ago
Abdullah Almsaeed
6bf4e63c44
Fixed issue with user menu on small screens
9 years ago
Abdullah Almsaeed
8f1173b340
Fixed issue #590
9 years ago
Abdullah Almsaeed
a8406b4102
Removed unnecessary \!important
9 years ago
Dennis Neufeld
3f81b24501
Format less files
10 years ago
Abdullah Almsaeed
1e21624ddd
Merge pull request #543 from danielsum/patch-1
...
Update Bootstrap-social.less
10 years ago
Daniel Sum
4e9daad75e
Update Bootstrap Less
...
Hi Abdullah,
I've seen that bootstrap-social.less is not up to date as Pinterest for instance was not in the list... May I suggest to use the import from bower package to keep up to date this little stylesheet or use a little script to update this vendor package :
````bash
#!/usr/bin/env bash
curl -o build/less/bootstrap-social.less https://raw.githubusercontent.com/lipis/bootstrap-social/gh-pages/bootstrap-social.less
````
PS: I've just discovered your package and make a little donation, great work !
10 years ago
Florian Schaeffer
17fbe16151
enable font awesome in form controls
...
the form controls are preconfigured to use glyhicons but lack the support for FA icons
10 years ago
Abdullah Almsaeed
e5771daaf5
Added posibility to add image to info-box instead of icon #522
10 years ago
Abdullah Almsaeed
f19c8f619e
Fix sidebar-mini with Safari issue #410
10 years ago
Abdullah Almsaeed
ad68d5e466
Added support for Select2
10 years ago
Abdullah Almsaeed
406de4e708
pull from master
10 years ago
Abdullah Almsaeed
586db744f7
Milestone 2.1.2
10 years ago
Abdullah Almsaeed
8ae58fe1f6
Merge pull request #483 from masteradhoc/masteradhoc-patch-typo
...
Patch - Typo waring -> warning
10 years ago
Brian
381d380797
Fixed typo (waring -> warning)
...
This fixes a typo in multiple files.
See #482
This shouldn affect the website, cause the typo got fixed in .css and
.html files.
10 years ago
Abdullah Almsaeed
13ec90f533
Fix typo in core.less
10 years ago
Abdullah Almsaeed
bfb9370dad
Fixed issue #414
10 years ago
Abdullah Almsaeed
6d981a4315
Referenced Bootstrap LESS resources
10 years ago
Abdullah Almsaeed
2401235e98
Fixed issue #403
10 years ago
Abdullah Almsaeed
7bfbc542cc
Removed extra css
10 years ago
Abdullah Almsaeed
c46d8723f7
Updated hover color for navs
10 years ago
Abdullah Almsaeed
66f6c40b47
added overlay feature as suggested in issue #355
10 years ago
Abdullah Almsaeed
e35f602533
Removed trailing white space
10 years ago
Abdullah Almsaeed
416583c0e0
Removed depricated tabs bottom
10 years ago
Abdullah Almsaeed
f2c3bd47aa
Fixed custom tabs issue #378
10 years ago
Abdullah Almsaeed
9adf789426
Fixed Safari & sidebar mini issue #370
10 years ago
Abdullah Almsaeed
4780c4ad61
Fixed Safari control sidebar issue #377
10 years ago
Abdullah Almsaeed
25f3628be8
#386
10 years ago
Abdullah Almsaeed
01c0071459
Updates
10 years ago
iae SAUDI
89bc33ce4c
Fix Animation on Safari
...
Fix Animation issue in the LESS file :)
10 years ago
Dmitri Suvorov
6d1efe98c7
Fix typos
10 years ago
Abdullah Almsaeed
22926e6792
removed unwanted margining
10 years ago
Abdullah Almsaeed
c1caa414f4
Updated boxshadow
10 years ago
Abdullah Almsaeed
bc4c3fca69
Updated box shoadow for navbar dropdown menus
10 years ago
Abdullah Almsaeed
4476517642
Fix for sidebar mini logo overflow
10 years ago
Abdullah Almsaeed
69235fee35
Updated Bootstrap.css
10 years ago
Abdullah Almsaeed
ed56daaf97
Merge pull request #337 from gabel/bootstrap-3.3.4
...
Updated bootstrap to 3.3.4
10 years ago
Abdullah Almsaeed
94e52710d5
updated
10 years ago
Abdullah Almsaeed
d5c8cb8ab2
Added ability to make item clickable as suggested in issue #323
10 years ago
Abdullah Almsaeed
436856b1c3
Removed unused mixins
10 years ago
Martin Fischer
64096856cc
Updated bootstrap to 3.3.4
10 years ago
Abdullah Almsaeed
e0bd7ba438
Created light skin for control sidebar
10 years ago
Abdullah Almsaeed
cd4c9aecba
Fixed issue #325
10 years ago
Abdullah Almsaeed
0d48b12fc0
Fixed sidebar mini transition issue
10 years ago
Abdullah Almsaeed
340be0df61
Updates to v2.1 alpha
10 years ago
Abdullah Almsaeed
0fc9439050
Updated light skin logos
10 years ago
Abdullah Almsaeed
0e7def36bb
Adjusted contacts pane position in direct chat
10 years ago
Abdullah Almsaeed
1ef5178a6c
Adjusted box overlay zindex
10 years ago
Abdullah Almsaeed
ac534fd60c
Added path variable to boxed layout bg img
10 years ago
Abdullah Almsaeed
a056fbf5b2
Merge pull request #320 from Elbandi/master
...
Allow configure image path for boxed-bg.jpg
10 years ago
Abdullah Almsaeed
85b64ef0e7
Updated top layout
10 years ago
Abdullah Almsaeed
95fe7c218e
moved chart class to miscellaneous.less
10 years ago
Abdullah Almsaeed
fb77d2171c
Force control sidebar to slide over content on small screens
10 years ago
Abdullah Almsaeed
46c31acf01
Added clearfix to box elements
10 years ago
Abdullah Almsaeed
5a2dd478fb
Fixed sidebar-mini image issue
10 years ago
Abdullah Almsaeed
a00ab59882
Updated control sidebar to get rid of the need for javascript to keep up with its height
10 years ago
Andras Elso
0b5d6e55ed
Allow configure image path for boxed-bg.jpg
10 years ago
Abdullah Almsaeed
5e888faa31
Updates to control sidebar
10 years ago
Abdullah Almsaeed
bfb25a6ee8
Updated control sidebar
10 years ago
Abdullah Almsaeed
7cc7d81ad9
Created light sidebar and added new skin mixins
10 years ago
Abdullah Almsaeed
ca3f112980
Updated build
10 years ago
Abdullah Almsaeed
c2158b1138
don't remember
10 years ago
Abdullah Almsaeed
d373b16699
Removed unwanted height restriction on sidebar
10 years ago
Abdullah Almsaeed
e9b5020cc1
removed deprecated mailbox
10 years ago
Abdullah Almsaeed
b4cde82b74
Sidebar mini is here
10 years ago
Abdullah Almsaeed
a771ce89ea
Removed weird margin
10 years ago
Abdullah Almsaeed
cb5ab444d5
Prepared skins to be compatible with sidebar mini
10 years ago
Abdullah Almsaeed
7c7cc5768a
Added comments
10 years ago
Abdullah Almsaeed
2b2b706438
Added transition support to sidebar mini
10 years ago
Abdullah Almsaeed
776aa33cb8
Removed extra transition function
10 years ago
Abdullah Almsaeed
09b425e63e
Updated version info
10 years ago
Abdullah Almsaeed
3e3fedd4f5
Fix bower.json issue #227
10 years ago
Abdullah Almsaeed
0391457ff5
Removed execution permissions from all files
10 years ago
Abdullah Almsaeed
1b54f8946d
Updated versions in JS and CSS files
10 years ago
Abdullah Almsaeed
9197cb613f
Fixed sidebar issue
10 years ago
Abdullah Almsaeed
cdb3d56c38
Updated version in css
10 years ago
Abdullah Almsaeed
fdb97e3d5d
Created separated print.less files
10 years ago
Abdullah Almsaeed
d9aae29254
Fixed user menu bottom border radius inconsistency
10 years ago
Abdullah Almsaeed
b200298e2c
Made text in info boxes default to uppercase letters
10 years ago
Abdullah Almsaeed
26fc4f6a53
Corrected versioning issues
10 years ago
Abdullah Almsaeed
970ba215ad
Merge pull request #248 from alekstrust/master
...
make entire breadcrumb item clickable
10 years ago
Abdullah Almsaeed
59fbae2aee
Fixed margin issue with box loding state
10 years ago
Abdullah Almsaeed
57fb76966b
Added arrow to select boxes
10 years ago
Abdullah Almsaeed
d6e65c12d9
Updated version numbers
10 years ago
Abdullah Almsaeed
b95e38d6b0
Updated version in AdminLTE.less
10 years ago
Abdullah Almsaeed
653a929d06
Increased box shadow alpha value
10 years ago
Javier Távara
1d9d946f88
make entire breadcrumb item clickable
10 years ago
Abdullah Almsaeed
0223d7b34a
Discard
10 years ago
Abdullah Almsaeed
ae6d7a4844
Updated info-box
10 years ago
Abdullah Almsaeed
ffb2731764
Cleaned code
10 years ago
Abdullah Almsaeed
8e3453382d
Updated skins
10 years ago
Abdullah Almsaeed
e1fd521e38
Fixed dropdown links in navbar on small screens issue
10 years ago
Abdullah Almsaeed
cab4b05331
Modified skin black
10 years ago
Abdullah Almsaeed
c9025c7143
Fixed dashboard v1 calendar style issue
10 years ago
Abdullah Almsaeed
e22fbd6a15
Modified default label style
10 years ago
Abdullah Almsaeed
28664a1551
Removed trailing spaces
10 years ago
Abdullah Almsaeed
09aaa0ac2d
Added deprecated mailbox notice
10 years ago
Abdullah Almsaeed
cd239fb930
Updated labels and collapsed box
10 years ago
Abdullah Almsaeed
3996c72e66
Fixed issue with unselectable form items in dashboard v1
10 years ago
Abdullah Almsaeed
5f18b60e56
Updated color palette
10 years ago
Abdullah Almsaeed
279ad811ee
Updated dropdown hover effects to be more readable
10 years ago
Abdullah Almsaeed
afc7053354
Added -webkit- support for transform transitions
10 years ago
Abdullah Almsaeed
2370bd873e
Modifed layout-top-nav to have a better look
10 years ago
Abdullah Almsaeed
3efb12b93f
Updated the style of Timeline to match the rest of the template
10 years ago
Abdullah Almsaeed
09a8ac4573
Added new mailbox/inbox/read/compose
10 years ago
Abdullah Almsaeed
3c0552ab73
Removed unused selectors from prepare layout function
10 years ago
Abdullah Almsaeed
79e8c7395a
fixed transition issues
10 years ago
Abdullah Almsaeed
acbb2f4020
Added fastclick.js to deal with touch screen click lag time
10 years ago
Abdullah Almsaeed
10bde1cf79
Added links to layout options
10 years ago
Abdullah Almsaeed
eccd2b521d
Changed notification menu style
10 years ago
Abdullah Almsaeed
18529ffaef
Added layout pages
10 years ago
Abdullah Almsaeed
f73abda0f3
Added icheck to login & register pages
10 years ago
Abdullah Almsaeed
fd947242ac
Fixed jumpy footer
10 years ago