Skip to content

Commit

Permalink
add more theme from Admin LTE 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Mar 9, 2015
1 parent 64514db commit 1ec5109
Show file tree
Hide file tree
Showing 24 changed files with 5,951 additions and 56 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ composer.phar
# clean up some non bower ready package
Resources/public/vendor/admin-lte/bootstrap
Resources/public/vendor/admin-lte/build
Resources/public/vendor/admin-lte/dist/css/AdminLTE.css
Resources/public/vendor/admin-lte/dist/css/skins/*
!Resources/public/vendor/admin-lte/dist/css/skins/skin-black.min.css
Resources/public/vendor/admin-lte/dist/img
Resources/public/vendor/admin-lte/dist/js/app.js
Resources/public/vendor/admin-lte/dist/js/demo.js
Expand Down
41 changes: 35 additions & 6 deletions Resources/public/vendor/admin-lte/.bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
{
"name": "admin-lte",
"homepage": "https://github.com/almasaeed2010/AdminLTE",
"version": "2.0.2",
"_release": "2.0.2",
"name": "AdminLTE",
"version": "2.0.3",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <[email protected]>"
],
"description": "Admin dashboard and control panel template",
"main": [
"index2.html",
"dist/css/AdminLTE.css",
"dist/js/AdminLTE.js",
"build/less/AdminLTE.less"
],
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
"documentaion"
],
"_release": "2.0.3",
"_resolution": {
"type": "version",
"tag": "v2.0.2",
"commit": "57fb76966bc7bba09276bffad4cddcde9a311582"
"tag": "v2.0.3",
"commit": "59e2ba0e170aa9402eb17f7fb5815bc4f6628799"
},
"_source": "git://github.com/almasaeed2010/AdminLTE.git",
"_target": "~2.0.1",
Expand Down
7 changes: 0 additions & 7 deletions Resources/public/vendor/admin-lte/.gitignore

This file was deleted.

35 changes: 31 additions & 4 deletions Resources/public/vendor/admin-lte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/YOUR_USERNAME/AdminLTE.git"
**Bower**

```
bower install git://github.com/almasaeed2010/AdminLTE.git
bower install admin-lte
```

**Composer**
Expand Down Expand Up @@ -78,13 +78,38 @@ License
AdminLTE is an open source project by [Almsaeed Studio](http://almsaeedstudio.com) that is licensed under [MIT](http://opensource.org/licenses/MIT). Almsaeed Studio
reserves the right to change the license of future releases.

Todo List
---------
- Light sidebar colors
- Right sidebar
- Minified main-sidebar
- Right to left support
- Custom pace style

Legacy Realeases
----------------
AdminLTE 1.x can be easily upgraded to 2.x using [this guide](http://almsaeedstudio.com/themes/AdminLTE/documentation/index.html#browsers), but if you intend to keep using AdminLTE 1.x, you can download the latest release from the [releases](https://github.com/almasaeed2010/AdminLTE/releases) section above.

Change log
----------
**v2.0:**
**v2.0.3**
- Bug fixes
- Fixed extra page when printing issue #264
- Updated documentation and fixed links scrolling issue
- Created print.less file (this makes it easier if you want to create a seperate CSS file for printing)
- Fixed sidebar stretching issue #275
- Fixed checkbox out of bounds issue in WYISHTML5 editor.

**v2.0.2:**
- Solved issue with hidden arrow in select inputs.

**v2.0.1:**
- Updated README.md
- Fixed versioning issue in CSS, LESS, and JS
- Updated box-shadow for boxes
- Updated docs

**v2.0.0:**

- Major layout bug fixes
- Change in layout mark up
Expand Down Expand Up @@ -117,13 +142,13 @@ Change log
- Bootstrap & jQuery are now hosted locally
- Created documentation.

**ver 1.2:**
**ver 1.2.0:**

- Fixed the sidebar scroll issue when using the fixed layout.
- Added [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social") plugin.
- Fixed RequireJS bug. Thanks to [StaticSphere](https://github.com/StaticSphere "github user").

**ver 1.1:**
**ver 1.1.0:**

- Added new skin. class: .skin-black
- Added [pace](http://github.hubspot.com/pace/docs/welcome/ "pace") plugin.
Expand All @@ -138,6 +163,8 @@ Image Credits

[Unsplash](https://unsplash.com/)

[Uifaces](http://uifaces.com/)

Donations
---------
Donations are **greatly appreciated!**
Expand Down
34 changes: 34 additions & 0 deletions Resources/public/vendor/admin-lte/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "AdminLTE",
"version": "2.0.2",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <[email protected]>"
],
"description": "Admin dashboard and control panel template",
"main": [
"index2.html",
"dist/css/AdminLTE.css",
"dist/js/AdminLTE.js",
"build/less/AdminLTE.less"
],
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
"documentaion"
]
}
18 changes: 17 additions & 1 deletion Resources/public/vendor/admin-lte/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGE LOG:
v2.0.3:
- Bug fixes
- Fixed extra page when printing issue #264
- Updated documentation and fixed links scrolling issue
- Created print.less file (this makes it easier if you want to create a seperate CSS file for printing)
- Fixed sidebar stretching issue #275
- Fixed checkbox out of bounds issue in WYISHTML5 editor.

v2.0
v2.0.2:
- Solved issue with hidden arrow in select inputs.

v2.0.1:
- Updated README.md
- Fixed versioning issue in CSS, LESS, and JS
- Updated box-shadow for boxes
- Updated docs

v2.0.0
- Major layout bug fixes
- Change in layout mark up
- Added transitions to the sidebar
Expand Down
26 changes: 0 additions & 26 deletions Resources/public/vendor/admin-lte/composer.json

This file was deleted.

Loading

0 comments on commit 1ec5109

Please sign in to comment.