Redisgned Dashboard

This commit is contained in:
almasaeed2010 2014-07-24 16:35:20 -04:00
parent 5a659ff5d6
commit b8291ce83c
583 changed files with 523 additions and 359 deletions

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
ajax/dashboard-boxrefresh-demo.php Normal file → Executable file
View file

150
css/AdminLTE.css Normal file → Executable file
View file

@ -1,5 +1,4 @@
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);
/*!
* AdminLTE v1.2
@ -241,6 +240,9 @@ img {
.text-blue {
color: #0073b7 !important;
}
.text-black {
color: #222222 !important;
}
.text-light-blue {
color: #3c8dbc !important;
}
@ -316,17 +318,141 @@ img {
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f3f4f5;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
text-align: center;
}
.table.align th {
text-align: left;
}
.table.align td {
text-align: right;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
font-weight: 700;
}
.border-radius-none {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
/* _fix for sparkline tooltip */
.jqstooltip {
padding: 5px!important;
width: auto!important;
height: auto!important;
}
/*
Gradient Background colors
*/
.bg-teal-gradient {
background: #39cccc !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
background: -o-linear-gradient(#7adddd, #39cccc) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
color: #fff;
}
.bg-light-blue-gradient {
background: #3c8dbc !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
color: #fff;
}
.bg-blue-gradient {
background: #0073b7 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
background: -o-linear-gradient(#0089db, #0073b7) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
color: #fff;
}
.bg-aqua-gradient {
background: #00c0ef !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
color: #fff;
}
.bg-yellow-gradient {
background: #f39c12 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
background: -o-linear-gradient(#f7bc60, #f39c12) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
color: #fff;
}
.bg-purple-gradient {
background: #932ab6 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #932ab6), color-stop(1, #b959d9)) !important;
background: -ms-linear-gradient(bottom, #932ab6, #b959d9) !important;
background: -moz-linear-gradient(center bottom, #932ab6 0%, #b959d9 100%) !important;
background: -o-linear-gradient(#b959d9, #932ab6) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b959d9', endColorstr='#932ab6', GradientType=0) !important;
color: #fff;
}
.bg-green-gradient {
background: #00a65a !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
background: -o-linear-gradient(#00ca6d, #00a65a) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
color: #fff;
}
.bg-red-gradient {
background: #f56954 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f56954), color-stop(1, #f89384)) !important;
background: -ms-linear-gradient(bottom, #f56954, #f89384) !important;
background: -moz-linear-gradient(center bottom, #f56954 0%, #f89384 100%) !important;
background: -o-linear-gradient(#f89384, #f56954) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89384', endColorstr='#f56954', GradientType=0) !important;
color: #fff;
}
.bg-black-gradient {
background: #222222 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #3c3c3c)) !important;
background: -ms-linear-gradient(bottom, #222222, #3c3c3c) !important;
background: -moz-linear-gradient(center bottom, #222222 0%, #3c3c3c 100%) !important;
background: -o-linear-gradient(#3c3c3c, #222222) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#222222', GradientType=0) !important;
color: #fff;
}
.bg-maroon-gradient {
background: #85144b !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #85144b), color-stop(1, #b11b64)) !important;
background: -ms-linear-gradient(bottom, #85144b, #b11b64) !important;
background: -moz-linear-gradient(center bottom, #85144b 0%, #b11b64 100%) !important;
background: -o-linear-gradient(#b11b64, #85144b) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b11b64', endColorstr='#85144b', GradientType=0) !important;
color: #fff;
}
.connectedSortable {
min-height: 100px;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
/*
Components: navbar, logo and content header
-------------------------------------------------
@ -741,7 +867,6 @@ body > .header .logo .icon {
display: block;
white-space: nowrap;
/* Prevent text from breaking */
border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
@ -763,11 +888,9 @@ body > .header .logo .icon {
padding: 15px 0px;
margin-right: 5px;
/* Default background and font colors */
background: #00c0ef;
color: #f9f9f9;
/* Fallback for browsers that doesn't support rgba */
color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
@ -1297,7 +1420,6 @@ body > .header .logo .icon {
border-bottom-left-radius: 0;
border-bottom: 0px solid #f4f4f4;
color: #444;
padding-bottom: 10px;
}
.box .box-header:before,
.box .box-header:after {
@ -1312,14 +1434,14 @@ body > .header .logo .icon {
.box .box-header > .ion,
.box .box-header .box-title {
display: inline-block;
padding: 10px 0px 10px 10px;
padding: 10px 10px 10px 10px;
margin: 0;
font-size: 20px;
font-weight: 400;
float: left;
cursor: default;
}
.box .box-header a:not(.btn) {
.box .box-header a {
color: #444;
}
.box .box-header > .box-tools {
@ -1464,7 +1586,7 @@ body > .header .logo .icon {
.box.box-solid.box-success > .box-header a {
color: #444;
}
.box.box-solid > .box-header > .box-tools > .btn {
.box.box-solid > .box-header > .box-tools .btn {
border: 0;
box-shadow: none;
}
@ -1649,6 +1771,7 @@ Component: timeline
--------------------
*/
.timeline {
position: relative;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
@ -1660,7 +1783,7 @@ Component: timeline
bottom: 0;
width: 5px;
background: #ddd;
left: 45px;
left: 30px;
border: 1px solid #eee;
margin: 0;
-webkit-border-radius: 2px;
@ -2104,6 +2227,13 @@ Component: timeline
background: #fff;
padding: 10px;
}
/* Nav tabs bottom */
.tabs-bottom.nav-3 li a {
width: 3333.33333333% !important;
}
.tabs-bottom li a {
border: 0;
}
/* PAGINATION */
.pagination > li > a {
background: #fafafa;

0
css/bootstrap-slider/slider.css Normal file → Executable file
View file

0
css/bootstrap-wysihtml5/bootstrap3-wysihtml5.css vendored Normal file → Executable file
View file

0
css/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css vendored Normal file → Executable file
View file

0
css/bootstrap.css vendored Normal file → Executable file
View file

0
css/bootstrap.min.css vendored Normal file → Executable file
View file

0
css/colorpicker/bootstrap-colorpicker.css vendored Normal file → Executable file
View file

0
css/colorpicker/bootstrap-colorpicker.min.css vendored Normal file → Executable file
View file

0
css/datatables/dataTables.bootstrap.css Normal file → Executable file
View file

0
css/datatables/images/sort_asc.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/datatables/images/sort_asc_disabled.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

0
css/datatables/images/sort_both.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/datatables/images/sort_desc.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/datatables/images/sort_desc_disabled.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

0
css/daterangepicker/daterangepicker-bs3.css Normal file → Executable file
View file

0
css/font-awesome.css vendored Normal file → Executable file
View file

0
css/font-awesome.min.css vendored Normal file → Executable file
View file

0
css/fullcalendar/fullcalendar.css Normal file → Executable file
View file

0
css/fullcalendar/fullcalendar.print.css Normal file → Executable file
View file

0
css/iCheck/all.css Normal file → Executable file
View file

0
css/iCheck/flat/_all.css Normal file → Executable file
View file

0
css/iCheck/flat/aero.css Normal file → Executable file
View file

0
css/iCheck/flat/aero.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/aero@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/blue.css Normal file → Executable file
View file

0
css/iCheck/flat/blue.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/blue@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/flat.css Normal file → Executable file
View file

0
css/iCheck/flat/flat.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/flat@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/green.css Normal file → Executable file
View file

0
css/iCheck/flat/green.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/flat/green@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 3 KiB

0
css/iCheck/flat/grey.css Normal file → Executable file
View file

0
css/iCheck/flat/grey.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/grey@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/orange.css Normal file → Executable file
View file

0
css/iCheck/flat/orange.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/orange@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
css/iCheck/flat/pink.css Normal file → Executable file
View file

0
css/iCheck/flat/pink.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/pink@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/purple.css Normal file → Executable file
View file

0
css/iCheck/flat/purple.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/purple@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/flat/red.css Normal file → Executable file
View file

0
css/iCheck/flat/red.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/red@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
css/iCheck/flat/yellow.css Normal file → Executable file
View file

0
css/iCheck/flat/yellow.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
css/iCheck/flat/yellow@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

0
css/iCheck/futurico/futurico.css Normal file → Executable file
View file

0
css/iCheck/futurico/futurico.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
css/iCheck/futurico/futurico@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

0
css/iCheck/line/_all.css Normal file → Executable file
View file

0
css/iCheck/line/aero.css Normal file → Executable file
View file

0
css/iCheck/line/blue.css Normal file → Executable file
View file

0
css/iCheck/line/green.css Normal file → Executable file
View file

0
css/iCheck/line/grey.css Normal file → Executable file
View file

0
css/iCheck/line/line.css Normal file → Executable file
View file

0
css/iCheck/line/line.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 588 B

0
css/iCheck/line/line@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

0
css/iCheck/line/orange.css Normal file → Executable file
View file

0
css/iCheck/line/pink.css Normal file → Executable file
View file

0
css/iCheck/line/purple.css Normal file → Executable file
View file

0
css/iCheck/line/red.css Normal file → Executable file
View file

0
css/iCheck/line/yellow.css Normal file → Executable file
View file

0
css/iCheck/minimal/_all.css Normal file → Executable file
View file

0
css/iCheck/minimal/aero.css Normal file → Executable file
View file

0
css/iCheck/minimal/aero.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/aero@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/blue.css Normal file → Executable file
View file

0
css/iCheck/minimal/blue.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/blue@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/green.css Normal file → Executable file
View file

0
css/iCheck/minimal/green.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/green@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/grey.css Normal file → Executable file
View file

0
css/iCheck/minimal/grey.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/grey@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/minimal.css Normal file → Executable file
View file

0
css/iCheck/minimal/minimal.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/minimal@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/orange.css Normal file → Executable file
View file

0
css/iCheck/minimal/orange.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/orange@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/pink.css Normal file → Executable file
View file

0
css/iCheck/minimal/pink.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/pink@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/purple.css Normal file → Executable file
View file

0
css/iCheck/minimal/purple.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/purple@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/red.css Normal file → Executable file
View file

0
css/iCheck/minimal/red.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
css/iCheck/minimal/red@2x.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
css/iCheck/minimal/yellow.css Normal file → Executable file
View file

0
css/iCheck/minimal/yellow.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show more