Compare commits

...

26 Commits
1.2 ... 1.3

Author SHA1 Message Date
Abdullah Almsaeed
0e6963e04d Update README.md 2014-07-24 17:07:03 -04:00
Abdullah Almsaeed
9d04e5fe1a Update README.md 2014-07-24 17:04:22 -04:00
almasaeed2010
b8291ce83c Redisgned Dashboard 2014-07-24 16:35:20 -04:00
Abdullah Almsaeed
5a659ff5d6 Merge pull request #73 from joey-di-nardo/patch-1
Fix issue #71
2014-07-21 08:34:53 -04:00
Abdullah Almsaeed
c1c379d0f9 Merge pull request #75 from cdodd/master
Remove .DS_Store files and add to gitignore
2014-07-21 08:34:41 -04:00
Craig Dodd
4fb173d0a5 Remove .DS_Store files and add to gitignore 2014-07-21 10:08:50 +01:00
joey-di-nardo
91bec2dd52 Fix issue #71 2014-07-20 12:04:42 -04:00
Abdullah Almsaeed
465f581a94 Update README.md 2014-07-18 09:12:30 -04:00
Abdullah
ac69a861ee Fixed demo.js link errors 2014-07-03 12:05:05 -04:00
Abdullah Almsaeed
cfa254e96f Update app.js
Removed demo functions
2014-07-03 11:46:35 -04:00
Abdullah Almsaeed
2715d7b111 Update demo.js
Added missing functions
2014-07-03 11:46:12 -04:00
Abdullah Almsaeed
6e4a3aeea0 Merge pull request #62 from seven1m/footer
Account for (optional) footer in wrapper height calc.
2014-07-03 11:42:14 -04:00
Abdullah Almsaeed
5ad2be7757 Merge pull request #61 from seven1m/master
Don't apply iCheck plugin to checkboxes with 'simple' css class.
2014-07-03 11:41:32 -04:00
Tim Morgan
d8ac55d6a3 Don't apply iCheck plugin to checkboxes with 'simple' css class. 2014-07-02 14:10:39 -05:00
Tim Morgan
1d900be948 Account for (optional) footer in wrapper height calc. 2014-07-02 14:04:41 -05:00
Abdullah Almsaeed
35ba9268b6 Merge pull request #46 from seven1m/master
Fix timeline bug where vertical line covers elements in same .row
2014-06-26 23:15:10 -04:00
Abdullah Almsaeed
bdf6cd6fd4 Update AdminLTE.css 2014-06-22 19:14:57 -04:00
Abdullah Almsaeed
7737015bdc Update core.less 2014-06-22 19:14:13 -04:00
Tim Morgan
eb15ebc9d5 Fix timeline bug where vertical line covers elements in same .row 2014-05-25 22:46:24 -05:00
Abdullah Almsaeed
f31f32b317 Merge pull request #33 from toooni/patch-1
prevent wrong link button font color
2014-05-05 09:14:08 -04:00
Abdullah Almsaeed
e12d021779 Merge pull request #36 from jakubsacha/master
Split demo functions to different javascript file
2014-05-04 22:25:58 -04:00
activ
3a999f72ce split demo functions to different javascript file 2014-05-03 16:37:02 +02:00
toooni
841ef63f20 prevent wrong link button font color
prevents link buttons to be always in a dark color when in a box header
2014-04-22 12:55:27 +02:00
Abdullah Almsaeed
3395b8b18b Merge pull request #27 from rdutra/master
using relative paths when importing fonts from google
2014-04-17 12:47:04 -04:00
rdutra
ce062a3533 using relative paths when importing fonts from google 2014-04-17 13:39:18 -03:00
Abdullah Almsaeed
4dc1189fa1 Update README.md 2014-04-05 20:18:35 -04:00
590 changed files with 832 additions and 622 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
*.DS_Store

0
LICENSE Normal file → Executable file
View File

6
README.md Normal file → Executable file
View File

@@ -12,13 +12,14 @@ Want More?
**Almsaeed studio just opened a new premium templates page. Hand picked to insure the best quality and the most affordable prices. Visit http://almsaeedstudio.com/premium for more information.**
![preview image](http://almsaeedstudio.com/adminlte.png "AdminLTE Presentation")
!["AdminLTE Presentation"](http://almsaeedstudio.com/adminlte.png "AdminLTE Presentation")
**AdminLTE** has been carefully coded with clear comments in all of its JS, LESS and HTML files. LESS has been used to increase code customizability.
Announcements:
--------------
- Check the change log at the bottom
- Check out the new updated dashboard!
- Thanks to **[@hason](https://github.com/hason)** for the great contribution, we now have a bower branch that supports Bower.js
Special Features:
-----------------
@@ -63,6 +64,7 @@ Featured Plugins:
- jVector Map
- Slim Scroll
- Pace
- [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social")
Browser Support:
----------------

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

BIN
css/.DS_Store vendored

Binary file not shown.

151
css/AdminLTE.css Normal file → Executable file
View File

@@ -1,6 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
@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
* Author: AlmsaeedStudio.com
@@ -113,6 +112,7 @@ body.fixed .wrapper {
.content {
padding: 20px 15px;
background: #f9f9f9;
overflow: auto;
}
/* Utility */
/* H1 - H6 font */
@@ -240,6 +240,9 @@ img {
.text-blue {
color: #0073b7 !important;
}
.text-black {
color: #222222 !important;
}
.text-light-blue {
color: #3c8dbc !important;
}
@@ -315,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
-------------------------------------------------
@@ -740,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,
@@ -762,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,
@@ -1296,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 {
@@ -1311,7 +1434,7 @@ 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;
@@ -1463,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;
}
@@ -1648,6 +1771,7 @@ Component: timeline
--------------------
*/
.timeline {
position: relative;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
@@ -1659,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;
@@ -2103,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.0 KiB

After

Width:  |  Height:  |  Size: 1.0 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.0 KiB

After

Width:  |  Height:  |  Size: 1.0 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

BIN
css/iCheck/.DS_Store vendored

Binary file not shown.

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.0 KiB

After

Width:  |  Height:  |  Size: 3.0 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.0 KiB

After

Width:  |  Height:  |  Size: 1.0 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

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