Skip to content

Commit

Permalink
Added files after Hacker News and Reddit Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-paduraru committed Sep 9, 2015
1 parent 1ac7e4f commit b57489f
Show file tree
Hide file tree
Showing 46 changed files with 19,260 additions and 0 deletions.
Binary file added Creative Tim License.pdf
Binary file not shown.
22 changes: 22 additions & 0 deletions README.md
@@ -1,2 +1,24 @@
# light-bootstrap-dashboard

Live preview - http://demos.creative-tim.com/light-bootstrap-dashboard

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3 and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.

The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard contains multiple handpicked and optimised plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customisation of this product.

It comes with 6 filter colors for the sidebar (“black”, “azure”,”green”,”orange”,”red”,”purple”) and an option to have a background image.

Special thanks go to:
Robert McIntosh for the notification system
Chartist for the wonderful charts
We are very excited to share this dashboard with you and we look forward to hearing your feedback!

V1.0 - 20 August 2015 initial release
V1.1 - 08 September 2015 - bug fixing [current version]
- added company name/logo inside the sidebar for small screens
- fixed bug for notification with close button on small screens
- fix live preview bug for download on small screens
- fix table responsive for small screens
- added new labels for chartist on small screens
6 changes: 6 additions & 0 deletions assets/css/animate.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions assets/css/demo.css
@@ -0,0 +1,46 @@
@media (min-width: 992px){
.typo-line{
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}

.typo-line .category{
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}

.all-icons [class*="pe-"]{
font-size: 40px;
}
.all-icons input{
border: 0;
}
.all-icons .font-icon-detail{
text-align: center;
padding: 45px 0px 30px;
border: 1px solid #e5e5e5;
border-radius: 6px;
margin: 15px 0;
}
.all-icons .font-icon-detail input{
margin: 25px auto 0;
width: 100%;
text-align: center;
display: block;
color: #aaa;
font-size: 13px;
}

#map{
position:relative;
width:100%;
height: calc(100% - 60px);
}

.places-buttons .btn{
margin-bottom: 30px
}

0 comments on commit b57489f

Please sign in to comment.