Code Monkey home page Code Monkey logo

bootstrap-admin-theme's Introduction

Bootstrap Admin Theme Build Status

If you are looking for the Admin theme designed for Bootstrap 3 please Click Here

A 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.

bootstrap-admin-theme's People

Contributors

gsouf avatar kyledef avatar vinceg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-admin-theme's Issues

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:

<!-- Multiple Checkboxes -->
  <div class="controls">
    <label class="radio" for="flag_tahap1">
      <input type="radio" name="flag_tahap1" id="flag_tahap1" value="0" checked >
      Tidak Digunakan
    </label>
    <label class="radio" for="flag_tahap1">
      <input type="radio" name="flag_tahap1" id="flag_tahap1" value="1"   >
      Pencairan Tahap 2
    </label>
    <label class="radio" for="flag_tahap2">
      <input type="radio" name="flag_tahap1" id="flag_tahap1" value="2"   >
      Pencairan Tahap 3 (sbg Revisi Tahap 1)
    </label>
    <label class="radio" for="flag_tahap3">
      <input type="radio" name="flag_tahap1" id="flag_tahap1" value="3"   >
      Pencairan Tahap 1 tahun 2013 (sbg Revisi Tahap 1)
    </label>
    </div>   

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.

Element stacks

I had a problem using group buttons in table. Like this picture.

dropdown-button

I'm trying to add z-index:-1 to .block-content class, but it's not working. :(
How to solve this problem?

Thank you.

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 ?

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"

still contribute?

I noticed that the project is a long time without contributions if answer is because it still accepts.

Submit validate form

Hi, I´m new in this, i use your template to create a form, but it validates but it desn´t submit, please help

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

Upgrade to bootstrap 3.0

The current lay-out seems not be compatible with the the latest version of bootstrap. It is still in RC2 but maybe good to already have a look at it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.