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
3834f156
Commit
3834f156
authored
Mar 31, 2015
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update font awesome
parent
53a0d5f3
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
1393 additions
and
0 deletions
+1393
-0
.npmignore
public/themes/adminlte/vendor/font-awesome/.npmignore
+42
-0
bower.json
public/themes/adminlte/vendor/font-awesome/bower.json
+23
-0
font-awesome.css.map
...mes/adminlte/vendor/font-awesome/css/font-awesome.css.map
+7
-0
fontawesome-webfont.woff2
...inlte/vendor/font-awesome/fonts/fontawesome-webfont.woff2
+0
-0
animated.less
...ic/themes/adminlte/vendor/font-awesome/less/animated.less
+34
-0
_animated.scss
...c/themes/adminlte/vendor/font-awesome/scss/_animated.scss
+34
-0
.bower.json
public/themes/adminlte/vendor/gridstack/.bower.json
+14
-0
LICENSE
public/themes/adminlte/vendor/gridstack/LICENSE
+22
-0
README.md
public/themes/adminlte/vendor/gridstack/README.md
+370
-0
gridstack.min.css
...c/themes/adminlte/vendor/gridstack/dist/gridstack.min.css
+1
-0
gridstack.min.js
...ic/themes/adminlte/vendor/gridstack/dist/gridstack.min.js
+1
-0
gridstack.css
public/themes/adminlte/vendor/gridstack/src/gridstack.css
+120
-0
gridstack.js
public/themes/adminlte/vendor/gridstack/src/gridstack.js
+725
-0
No files found.
public/themes/adminlte/vendor/font-awesome/.npmignore
0 → 100644
View file @
3834f156
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal
.coverage
.DS_Store
.installed.cfg
_gh_pages/*
.idea/*
.svn/*
src/website/static/*
src/website/media/*
bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules
src/website/settingslocal.py
stunnel.log
.ruby-version
# don't need these in the npm package.
src/
_config.yml
bower.json
component.json
composer.json
CONTRIBUTING.md
Gemfile
Gemfile.lock
public/themes/adminlte/vendor/font-awesome/bower.json
0 → 100644
View file @
3834f156
{
"name"
:
"font-awesome"
,
"description"
:
"Font Awesome"
,
"version"
:
"4.3.0"
,
"keywords"
:
[],
"homepage"
:
"http://fontawesome.io"
,
"dependencies"
:
{},
"devDependencies"
:
{},
"license"
:
[
"OFL-1.1"
,
"MIT"
,
"CC-BY-3.0"
],
"main"
:
[
"./css/font-awesome.css"
,
"./fonts/*"
],
"ignore"
:
[
"*/.*"
,
"*.json"
,
"src"
,
"*.yml"
,
"Gemfile"
,
"Gemfile.lock"
,
"*.md"
]
}
public/themes/adminlte/vendor/font-awesome/css/font-awesome.css.map
0 → 100644
View file @
3834f156
This diff is collapsed.
Click to expand it.
public/themes/adminlte/vendor/font-awesome/fonts/fontawesome-webfont.woff2
0 → 100644
View file @
3834f156
File added
public/themes/adminlte/vendor/font-awesome/less/animated.less
0 → 100644
View file @
3834f156
// Animated Icons
// --------------------------
.@{fa-css-prefix}-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.@{fa-css-prefix}-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
public/themes/adminlte/vendor/font-awesome/scss/_animated.scss
0 → 100644
View file @
3834f156
// Spinning Icons
// --------------------------
.
#{
$fa-css-prefix
}
-spin
{
-webkit-animation
:
fa-spin
2s
infinite
linear
;
animation
:
fa-spin
2s
infinite
linear
;
}
.
#{
$fa-css-prefix
}
-pulse
{
-webkit-animation
:
fa-spin
1s
infinite
steps
(
8
);
animation
:
fa-spin
1s
infinite
steps
(
8
);
}
@-webkit-keyframes
fa-spin
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
359deg
);
transform
:
rotate
(
359deg
);
}
}
@keyframes
fa-spin
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
359deg
);
transform
:
rotate
(
359deg
);
}
}
public/themes/adminlte/vendor/gridstack/.bower.json
0 → 100644
View file @
3834f156
{
"name"
:
"gridstack"
,
"homepage"
:
"https://github.com/troolee/gridstack.js"
,
"version"
:
"0.2.2"
,
"_release"
:
"0.2.2"
,
"_resolution"
:
{
"type"
:
"version"
,
"tag"
:
"v0.2.2"
,
"commit"
:
"5c7340018cad0012b731af356b910cd755b4cc24"
},
"_source"
:
"git://github.com/troolee/gridstack.js.git"
,
"_target"
:
"~0.2.2"
,
"_originalSource"
:
"gridstack"
}
\ No newline at end of file
public/themes/adminlte/vendor/gridstack/LICENSE
0 → 100644
View file @
3834f156
The MIT License (MIT)
Copyright (c) 2014 Pavel Reznikov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
public/themes/adminlte/vendor/gridstack/README.md
0 → 100644
View file @
3834f156
This diff is collapsed.
Click to expand it.
public/themes/adminlte/vendor/gridstack/dist/gridstack.min.css
0 → 100644
View file @
3834f156
.grid-stack
{
position
:
relative
}
.grid-stack-item
{
position
:
absolute
;
padding
:
0
}
.grid-stack-item
.grid-stack-item-content
,
.grid-stack-item
.placeholder-content
{
margin
:
0
;
position
:
absolute
;
top
:
0
;
left
:
10px
;
right
:
10px
;
bottom
:
0
;
width
:
auto
;
z-index
:
0
!important
;
overflow
:
auto
}
.grid-stack-placeholder
.placeholder-content
{
border
:
1px
dashed
lightgray
}
.grid-stack-item.ui-draggable-dragging
,
.grid-stack-item.ui-resizable-resizing
{
z-index
:
100
}
.grid-stack-item.ui-draggable-dragging
.grid-stack-item-content
,
.grid-stack-item.ui-resizable-resizing
.grid-stack-item-content
{
box-shadow
:
1px
4px
6px
rgba
(
0
,
0
,
0
,
0.2
);
opacity
:
.8
}
.grid-stack-item
.ui-resizable-handle
{
padding
:
3px
;
margin
:
3px
0
;
cursor
:
nwse-resize
;
color
:
gray
;
position
:
absolute
;
bottom
:
0
;
right
:
15px
;
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
text-rendering
:
auto
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
1
);
-webkit-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
transform
:
rotate
(
90deg
);
font-size
:
10px
}
.grid-stack-item
.ui-resizable-handle
::before
{
content
:
"\f065"
}
.grid-stack-item
[
data-gs-width
=
"12"
]
{
width
:
100%
}
.grid-stack-item
[
data-gs-width
=
"11"
]
{
width
:
91.66666667%
}
.grid-stack-item
[
data-gs-width
=
"10"
]
{
width
:
83.33333333%
}
.grid-stack-item
[
data-gs-width
=
"9"
]
{
width
:
75%
}
.grid-stack-item
[
data-gs-width
=
"8"
]
{
width
:
66.66666667%
}
.grid-stack-item
[
data-gs-width
=
"7"
]
{
width
:
58.33333333%
}
.grid-stack-item
[
data-gs-width
=
"6"
]
{
width
:
50%
}
.grid-stack-item
[
data-gs-width
=
"5"
]
{
width
:
41.66666667%
}
.grid-stack-item
[
data-gs-width
=
"4"
]
{
width
:
33.33333333%
}
.grid-stack-item
[
data-gs-width
=
"3"
]
{
width
:
25%
}
.grid-stack-item
[
data-gs-width
=
"2"
]
{
width
:
16.66666667%
}
.grid-stack-item
[
data-gs-width
=
"1"
]
{
width
:
8.33333333%
}
.grid-stack-item
[
data-gs-x
=
"12"
]
{
left
:
100%
}
.grid-stack-item
[
data-gs-x
=
"11"
]
{
left
:
91.66666667%
}
.grid-stack-item
[
data-gs-x
=
"10"
]
{
left
:
83.33333333%
}
.grid-stack-item
[
data-gs-x
=
"9"
]
{
left
:
75%
}
.grid-stack-item
[
data-gs-x
=
"8"
]
{
left
:
66.66666667%
}
.grid-stack-item
[
data-gs-x
=
"7"
]
{
left
:
58.33333333%
}
.grid-stack-item
[
data-gs-x
=
"6"
]
{
left
:
50%
}
.grid-stack-item
[
data-gs-x
=
"5"
]
{
left
:
41.66666667%
}
.grid-stack-item
[
data-gs-x
=
"4"
]
{
left
:
33.33333333%
}
.grid-stack-item
[
data-gs-x
=
"3"
]
{
left
:
25%
}
.grid-stack-item
[
data-gs-x
=
"2"
]
{
left
:
16.66666667%
}
.grid-stack-item
[
data-gs-x
=
"1"
]
{
left
:
8.33333333%
}
@media
(
max-width
:
768px
){
.grid-stack-item
{
position
:
relative
!important
;
width
:
auto
!important
;
left
:
0
!important
;
top
:
auto
!important
;
margin-bottom
:
20px
}
.grid-stack
{
height
:
auto
!important
}}
.grid-stack.grid-stack-animate
,
.grid-stack.grid-stack-animate
.grid-stack-item
{
-webkit-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-moz-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-o-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-ms-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
}
.grid-stack.grid-stack-animate
.grid-stack-item.ui-draggable-dragging
,
.grid-stack.grid-stack-animate
.grid-stack-item.ui-resizable-resizing
,
.grid-stack.grid-stack-animate
.grid-stack-item.grid-stack-placeholder
{
-webkit-transition
:
left
0
,
top
0
,
height
0
,
width
0
;
-moz-transition
:
left
0
,
top
0
,
height
0
,
width
0
;
-o-transition
:
left
0
,
top
0
,
height
0
,
width
0
;
transition
:
left
0
,
top
0
,
height
0
,
width
0
}
\ No newline at end of file
public/themes/adminlte/vendor/gridstack/dist/gridstack.min.js
0 → 100644
View file @
3834f156
This diff is collapsed.
Click to expand it.
public/themes/adminlte/vendor/gridstack/src/gridstack.css
0 → 100644
View file @
3834f156
.grid-stack
{
position
:
relative
;
}
.grid-stack-item
{
position
:
absolute
;
padding
:
0
;
}
.grid-stack-item
.grid-stack-item-content
,
.grid-stack-item
.placeholder-content
{
margin
:
0
;
position
:
absolute
;
top
:
0
;
left
:
10px
;
right
:
10px
;
bottom
:
0
;
width
:
auto
;
z-index
:
0
!important
;
overflow
:
auto
;
}
.grid-stack-placeholder
.placeholder-content
{
border
:
1px
dashed
lightgray
;
}
.grid-stack-item.ui-draggable-dragging
,
.grid-stack-item.ui-resizable-resizing
{
z-index
:
100
;
}
.grid-stack-item.ui-draggable-dragging
.grid-stack-item-content
,
.grid-stack-item.ui-resizable-resizing
.grid-stack-item-content
{
box-shadow
:
1px
4px
6px
rgba
(
0
,
0
,
0
,
0.2
);
opacity
:
0.8
;
}
.grid-stack-item
.ui-resizable-handle
{
padding
:
3px
;
margin
:
3px
0
;
cursor
:
nwse-resize
;
color
:
gray
;
position
:
absolute
;
bottom
:
0
;
right
:
15px
;
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
text-rendering
:
auto
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
1
);
-webkit-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
transform
:
rotate
(
90deg
);
font-size
:
10px
;
}
.grid-stack-item
.ui-resizable-handle
::before
{
content
:
"\f065"
;
}
.grid-stack-item
[
data-gs-width
=
"12"
]
{
width
:
100%
}
.grid-stack-item
[
data-gs-width
=
"11"
]
{
width
:
91.66666667%
}
.grid-stack-item
[
data-gs-width
=
"10"
]
{
width
:
83.33333333%
}
.grid-stack-item
[
data-gs-width
=
"9"
]
{
width
:
75%
}
.grid-stack-item
[
data-gs-width
=
"8"
]
{
width
:
66.66666667%
}
.grid-stack-item
[
data-gs-width
=
"7"
]
{
width
:
58.33333333%
}
.grid-stack-item
[
data-gs-width
=
"6"
]
{
width
:
50%
}
.grid-stack-item
[
data-gs-width
=
"5"
]
{
width
:
41.66666667%
}
.grid-stack-item
[
data-gs-width
=
"4"
]
{
width
:
33.33333333%
}
.grid-stack-item
[
data-gs-width
=
"3"
]
{
width
:
25%
}
.grid-stack-item
[
data-gs-width
=
"2"
]
{
width
:
16.66666667%
}
.grid-stack-item
[
data-gs-width
=
"1"
]
{
width
:
8.33333333%
}
.grid-stack-item
[
data-gs-x
=
"12"
]
{
left
:
100%
}
.grid-stack-item
[
data-gs-x
=
"11"
]
{
left
:
91.66666667%
}
.grid-stack-item
[
data-gs-x
=
"10"
]
{
left
:
83.33333333%
}
.grid-stack-item
[
data-gs-x
=
"9"
]
{
left
:
75%
}
.grid-stack-item
[
data-gs-x
=
"8"
]
{
left
:
66.66666667%
}
.grid-stack-item
[
data-gs-x
=
"7"
]
{
left
:
58.33333333%
}
.grid-stack-item
[
data-gs-x
=
"6"
]
{
left
:
50%
}
.grid-stack-item
[
data-gs-x
=
"5"
]
{
left
:
41.66666667%
}
.grid-stack-item
[
data-gs-x
=
"4"
]
{
left
:
33.33333333%
}
.grid-stack-item
[
data-gs-x
=
"3"
]
{
left
:
25%
}
.grid-stack-item
[
data-gs-x
=
"2"
]
{
left
:
16.66666667%
}
.grid-stack-item
[
data-gs-x
=
"1"
]
{
left
:
8.33333333%
}
@media
(
max-width
:
768px
)
{
.grid-stack-item
{
position
:
relative
!important
;
width
:
auto
!important
;
left
:
0
!important
;
top
:
auto
!important
;
margin-bottom
:
20px
;
}
.grid-stack
{
height
:
auto
!important
;
}
}
.grid-stack.grid-stack-animate
,
.grid-stack.grid-stack-animate
.grid-stack-item
{
-webkit-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-moz-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-o-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
-ms-transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
transition
:
left
.3s
,
top
.3s
,
height
.3s
,
width
.3s
;
}
/*Don't animate the placeholder or when dragging/resizing*/
.grid-stack.grid-stack-animate
.grid-stack-item.ui-draggable-dragging
,
.grid-stack.grid-stack-animate
.grid-stack-item.ui-resizable-resizing
,
.grid-stack.grid-stack-animate
.grid-stack-item.grid-stack-placeholder
{
-webkit-transition
:
left
.0s
,
top
.0s
,
height
.0s
,
width
.0s
;
-moz-transition
:
left
.0s
,
top
.0s
,
height
.0s
,
width
.0s
;
-o-transition
:
left
.0s
,
top
.0s
,
height
.0s
,
width
.0s
;
transition
:
left
.0s
,
top
.0s
,
height
.0s
,
width
.0s
;
}
public/themes/adminlte/vendor/gridstack/src/gridstack.js
0 → 100644
View file @
3834f156
This diff is collapsed.
Click to expand it.
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