Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
1c4f412a
Unverified
Commit
1c4f412a
authored
Feb 06, 2019
by
Nicolas Widart
Committed by
GitHub
Feb 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #662 from mikemand/feature/upgrade-to-font-awesome-5
Upgrade to Font Awesome 5
parents
9c2b374c
82513bef
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
AdminLTE.css
...es/Adminlte/assets/vendor/admin-lte/dist/css/AdminLTE.css
+0
-2
top-nav.blade.php
Themes/Adminlte/views/partials/top-nav.blade.php
+1
-3
core.php
config/asgard/core/core.php
+4
-2
AdminLTE.css
...ic/themes/adminlte/vendor/admin-lte/dist/css/AdminLTE.css
+0
-2
No files found.
Themes/Adminlte/assets/vendor/admin-lte/dist/css/AdminLTE.css
View file @
1c4f412a
...
...
@@ -545,9 +545,7 @@ a:focus {
.sidebar-menu
li
>
a
>
.fa-angle-left
,
.sidebar-menu
li
>
a
>
.pull-right-container
>
.fa-angle-left
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin-right
:
10px
;
-webkit-transition
:
transform
0.5s
ease
;
-o-transition
:
transform
0.5s
ease
;
transition
:
transform
0.5s
ease
;
...
...
Themes/Adminlte/views/partials/top-nav.blade.php
View file @
1c4f412a
...
...
@@ -3,9 +3,7 @@
<!-- Sidebar toggle button-->
<a
href=
"#"
class=
"navbar-btn sidebar-toggle"
data-toggle=
"push-menu"
role=
"button"
style=
"margin: 0;"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<i
class=
"fa fa-bars"
title=
"Toggle navigation"
></i>
</a>
<div
class=
"navbar-custom-menu"
>
...
...
config/asgard/core/core.php
View file @
1c4f412a
...
...
@@ -82,7 +82,6 @@ return [
'admin-assets'
=>
[
// Css
'bootstrap.css'
=>
[
'theme'
=>
'vendor/bootstrap/dist/css/bootstrap.min.css'
],
'font-awesome.css'
=>
[
'cdn'
=>
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
],
'alertify.core.css'
=>
[
'theme'
=>
'css/vendor/alertify/alertify.core.css'
],
'alertify.default.css'
=>
[
'theme'
=>
'css/vendor/alertify/alertify.default.css'
],
'dataTables.bootstrap.css'
=>
[
'theme'
=>
'vendor/datatables.net-bs/css/dataTables.bootstrap.min.css'
],
...
...
@@ -100,6 +99,8 @@ return [
'simplemde.css'
=>
[
'theme'
=>
'vendor/simplemde/dist/simplemde.min.css'
],
// Javascript
'bootstrap.js'
=>
[
'theme'
=>
'vendor/bootstrap/dist/js/bootstrap.min.js'
],
'font-awesome.js'
=>
[
'cdn'
=>
'https://use.fontawesome.com/releases/v5.7.1/js/all.js'
],
'font-awesome-v4-shims.js'
=>
[
'cdn'
=>
'https://use.fontawesome.com/releases/v5.7.1/js/v4-shims.js'
],
'mousetrap.js'
=>
[
'theme'
=>
'js/vendor/mousetrap.min.js'
],
'alertify.js'
=>
[
'theme'
=>
'js/vendor/alertify/alertify.js'
],
'icheck.js'
=>
[
'theme'
=>
'vendor/iCheck/icheck.min.js'
],
...
...
@@ -136,7 +137,6 @@ return [
'admin-required-assets'
=>
[
'css'
=>
[
'bootstrap.css'
,
'font-awesome.css'
,
'dataTables.bootstrap.css'
,
'icheck.blue.css'
,
'AdminLTE.css'
,
...
...
@@ -148,6 +148,8 @@ return [
],
'js'
=>
[
'bootstrap.js'
,
'font-awesome.js'
,
'font-awesome-v4-shims.js'
,
'mousetrap.js'
,
'icheck.js'
,
'jquery.dataTables.js'
,
...
...
public/themes/adminlte/vendor/admin-lte/dist/css/AdminLTE.css
View file @
1c4f412a
...
...
@@ -545,9 +545,7 @@ a:focus {
.sidebar-menu
li
>
a
>
.fa-angle-left
,
.sidebar-menu
li
>
a
>
.pull-right-container
>
.fa-angle-left
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin-right
:
10px
;
-webkit-transition
:
transform
0.5s
ease
;
-o-transition
:
transform
0.5s
ease
;
transition
:
transform
0.5s
ease
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment