A simple plugin made to transform the WordPress admin GUI/UX into pure beauty by applying Twitter Bootstrap styles and JS.
- Clone the git repo into your WordPress Plugins folder -
git clone git://github.com/ndimatteo/bootstrap-wp-admin.git
- or download it - Activate!
At this initial commit, I've been able to implement the following styles:
- fixed navbar
- sidebar navigation with icons
- popover submenus
- table
- form inputs
- Alerts (non-closing version)
- badges (plugin count, comment count)
- labels (drafts, add new)
- buttons
##Browser Compatibility
Currently has only been tested on:
- Safari 5 (OS X Lion)
- Chrome 19 (OS X Lion)
- FireFox 4 (OS X Lion)
##Contribute!
Everyone is welcome to contribute, as there are plenty more elements to be laid out. The goal here is to not only theme the wp admin, but to also "enhance" the experience as well. We're not looking for drastic changes in the layout (mostly because that would require a lot of hacking), but for subtle niceties. For example, I've done the following:
- fixed the sidebar navigation
- added css3 animations for collapsing the sidebar navigation
Suggestions are welcome, as are pull-requests. Let's get this thing finished!
- Bootstrap: Apache 2.0 license
The Unlicense (aka: public domain)