Merge branch 'puikinsh'

This commit is contained in:
christianesperar 2016-10-20 01:39:14 +08:00
commit fda49d383e
14 changed files with 20 additions and 33 deletions

View File

@ -65,7 +65,6 @@ If `gulp` is installed, follow the steps below.
* jVectorMap * jVectorMap
* moment.js * moment.js
* Morris.js - pretty time-series line graphs * Morris.js - pretty time-series line graphs
* jquery-nicescroll plugin
* PNotify - Awesome JavaScript notifications * PNotify - Awesome JavaScript notifications
* NProgress * NProgress
* Pace * Pace

View File

@ -1,12 +1,11 @@
{ {
"name": "gentelella", "name": "gentelella",
"version": "1.3.0",
"homepage": "https://colorlib.com/polygon/gentelella/index.html", "homepage": "https://colorlib.com/polygon/gentelella/index.html",
"authors": [ "authors": [
"Aigars Silkalns", "Aigars Silkalns",
"Christian Esperar" "Christian Esperar"
], ],
"description": "Gentellela Admin is a free to use Bootstrap admin template", "description": "Gentelella Admin is a free to use Bootstrap admin template",
"keywords": [ "keywords": [
"css", "css",
"js", "js",
@ -25,7 +24,7 @@
], ],
"devDependencies": { "devDependencies": {
"jquery": "^2.2.3", "jquery": "^2.2.3",
"bootstrap": "^3.3.6", "bootstrap": "^3.3.7",
"font-awesome": "fontawesome#^4.6.1", "font-awesome": "fontawesome#^4.6.1",
"fastclick": "^1.0.6", "fastclick": "^1.0.6",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",

View File

@ -394,10 +394,6 @@
<td>Auto resize textarea</td> <td>Auto resize textarea</td>
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td> <td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
</tr> </tr>
<tr>
<td>Nice scroll</td>
<td><a href="http://areaaperta.com/nicescroll/">http://areaaperta.com/nicescroll/</a></td>
</tr>
<tr> <tr>
<td>C3 charts</td> <td>C3 charts</td>
<td><a href="http://c3js.org/">http://c3js.org/</a></td> <td><a href="http://c3js.org/">http://c3js.org/</a></td>

View File

@ -472,10 +472,6 @@
<td>Auto resize textarea</td> <td>Auto resize textarea</td>
<td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td> <td><a href="http://www.jacklmoore.com/autosize/">http://www.jacklmoore.com/autosize/</a></td>
</tr> </tr>
<tr>
<td>Nice scroll</td>
<td><a href="http://areaaperta.com/nicescroll/">http://areaaperta.com/nicescroll/</a></td>
</tr>
<tr> <tr>
<td>C3 charts</td> <td>C3 charts</td>
<td><a href="http://c3js.org/">http://c3js.org/</a></td> <td><a href="http://c3js.org/">http://c3js.org/</a></td>
@ -593,4 +589,4 @@
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
</body></html> </body></html>

View File

@ -16,7 +16,7 @@
<!-- NProgress --> <!-- NProgress -->
<link href="../vendors/nprogress/nprogress.css" rel="stylesheet"> <link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- Animate.css --> <!-- Animate.css -->
<link href="https://colorlib.com/polygon/gentelella/css/animate.min.css" rel="stylesheet"> <link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
<!-- Custom Theme Style --> <!-- Custom Theme Style -->
<link href="../build/css/custom.min.css" rel="stylesheet"> <link href="../build/css/custom.min.css" rel="stylesheet">
@ -100,4 +100,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -4,7 +4,7 @@
* and open the template in the editor. * and open the template in the editor.
*/ */
var CURRENT_URL = window.location.href.split('?')[0], var CURRENT_URL = window.location.href.split('#')[0].split('?')[0],
$BODY = $('body'), $BODY = $('body'),
$MENU_TOGGLE = $('#menu_toggle'), $MENU_TOGGLE = $('#menu_toggle'),
$SIDEBAR_MENU = $('#sidebar-menu'), $SIDEBAR_MENU = $('#sidebar-menu'),
@ -241,4 +241,4 @@ if (typeof NProgress != 'undefined') {
$(window).load(function () { $(window).load(function () {
NProgress.done(); NProgress.done();
}); });
} }

View File

@ -1,6 +1,6 @@
/*! /*!
* Bootstrap v3.3.6 (http://getbootstrap.com) * Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
.btn-default, .btn-default,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* Bootstrap v3.3.6 (http://getbootstrap.com) * Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc. * Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@ -1106,7 +1106,6 @@ a:focus {
text-decoration: underline; text-decoration: underline;
} }
a:focus { a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
@ -2537,7 +2536,6 @@ select[size] {
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
@ -3029,7 +3027,6 @@ select[multiple].input-lg {
.btn.focus, .btn.focus,
.btn:active.focus, .btn:active.focus,
.btn.active.focus { .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long