Click Here
If you are looking for the Admin theme designed for Bootstrap 3 pleaseA generic admin theme built with Bootstrap free for both personal and commercial use.
This is still a work in progress.
Pages:
- Login
- Admin Dashboard (Tables, Statistics, Chart, Media Gallery)
- Full Calendar (Viewing calendar, adding events, dragging events)
- Statistics & Charts (Multiple examples of Pie, Bar, Line charts using Morris.js, knob.js, jquery flot, easypiechart)
- Buttons & Icons
- WYSIWYG & HTML 5 Editors
- Forms & Wizard
- Tables & Bootstrap dataTables
- UI & Interface Elements (Modals, Popovers, Tooltips, Alerts, Notifications, Labels, Progress Bars)
Demo:
http://vinceg.github.com/Bootstrap-Admin-Theme
© Vadim Vincent Gabriel Follow @gabrielva 2012
License
The MIT License (MIT)
Copyright (c) 2013 - Vincent Gabriel
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Is that compatible to bootstrap v3
hello, I wanna to know that is your project compatible to the boorstrap v3 ? If I change the bootstrap 2.3.3 to the the latest version of the bootstrap, would the project has some problem ?
Consider removing repo?
Since this is for Bootstrap 2, and new projects would either consider the Bootstrap 3 version, or one of the actively maintained templates, e.g.
Element stacks
I had a problem using group buttons in table. Like this picture.
I'm trying to add z-index:-1 to .block-content class, but it's not working. :( How to solve this problem?
Thank you.
Updated Library dependencies
Updated the version of the various libraries of the project:
Modified the sidemenu to be a bit more responsive rather than the overlap that was previous used. Lost the fix position will consider how to re-enable it subsequently
Suggest GH Pages Demo
I've made one here: http://faceleg.github.com/Bootstrap-Admin-Theme/
I am unable to create a pull request as the
gh-pages
branch doesn't exist on your side.To replicate the Github pages page I made, you could either follow this guide: https://help.github.com/articles/creating-project-pages-manually or create a
gh-pages
branch, after which I can open a pull request.Clarify 2.x vs 3.x
Thank you for a great theme, and for making it open source!
This may sound like a stupid suggestion, but two people in our organization thought that this version was the Bootstrap 3.x version. The link in the readme looks like a heading, not like a link to another project.
I recommend changing the text to not look like a heading, and changing the wording to something like: "The Bootstrap 3.x version can be found here"
Dropdown menu on mobile
I do not see the dropdown menu right of the search on my mobile (Android, Galaxy Note 3).
The search is displayed.
Where I can change this? I looked into css/ and bootstrap/css/ but did not found anything.
Radio Buttons can't be clicked in FF, works well in Chrome
Is there anyone experience the same thing? Only radio with value="1" cant be clicked, while the others work well.
Here is my code:
chart-bottom-heading not correctly centered!
hi! im using this awesome Admin-Theme, and just found that the easypiechart canvas is not correctly centered on the parent div. a solution for that is to modify this file: Admin-Theme>Vendors>easypiechart>jquery.easy-pie-chart.css
and add to the class: .easyPieChart {} this line: margin: 0px auto;
and then to center the chart-bottom-heading go to: Admin-Theme>Assets>styles.css
and replace the class .chart-bottom-heading with: .chart-bottom-heading { margin-top: 5px; text-align: center; }
Thank you very much, and sorry for bothering! Cheers