-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from MiczFlor/develop
Upgrading to version 1.1.0
- Loading branch information
Showing
32 changed files
with
1,200 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
htdocs/_assets/MaterialDesign-Webfont-master/css/materialdesignicons.min.css
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
htdocs/_assets/MaterialDesign-Webfont-master/css/materialdesignicons.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+15.4 KB
(100%)
htdocs/_assets/MaterialDesign-Webfont-master/fonts/materialdesignicons-webfont.eot
100755 → 100644
Binary file not shown.
341 changes: 319 additions & 22 deletions
341
htdocs/_assets/MaterialDesign-Webfont-master/fonts/materialdesignicons-webfont.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+15.4 KB
(100%)
htdocs/_assets/MaterialDesign-Webfont-master/fonts/materialdesignicons-webfont.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
+7.48 KB
(100%)
htdocs/_assets/MaterialDesign-Webfont-master/fonts/materialdesignicons-webfont.woff
100755 → 100644
Binary file not shown.
Binary file modified
BIN
+5.39 KB
(100%)
htdocs/_assets/MaterialDesign-Webfont-master/fonts/materialdesignicons-webfont.woff2
100755 → 100644
Binary file not shown.
Empty file.
57 changes: 57 additions & 0 deletions
57
htdocs/_assets/jQuery-File-Upload-9.22.0/css/jquery.fileupload-ui.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
@charset "UTF-8"; | ||
/* | ||
* jQuery File Upload UI Plugin CSS | ||
* https://github.com/blueimp/jQuery-File-Upload | ||
* | ||
* Copyright 2010, Sebastian Tschan | ||
* https://blueimp.net | ||
* | ||
* Licensed under the MIT license: | ||
* https://opensource.org/licenses/MIT | ||
*/ | ||
|
||
.fileupload-buttonbar .btn, | ||
.fileupload-buttonbar .toggle { | ||
margin-bottom: 5px; | ||
} | ||
.progress-animated .progress-bar, | ||
.progress-animated .bar { | ||
background: url("../img/progressbar.gif") !important; | ||
filter: none; | ||
} | ||
.fileupload-process { | ||
float: right; | ||
display: none; | ||
} | ||
.fileupload-processing .fileupload-process, | ||
.files .processing .preview { | ||
display: block; | ||
width: 32px; | ||
height: 32px; | ||
background: url("../img/loading.gif") center no-repeat; | ||
background-size: contain; | ||
} | ||
.files audio, | ||
.files video { | ||
max-width: 300px; | ||
} | ||
|
||
@media (max-width: 767px) { | ||
.fileupload-buttonbar .toggle, | ||
.files .toggle, | ||
.files .btn span { | ||
display: none; | ||
} | ||
.files .name { | ||
width: 80px; | ||
word-wrap: break-word; | ||
} | ||
.files audio, | ||
.files video { | ||
max-width: 80px; | ||
} | ||
.files img, | ||
.files canvas { | ||
max-width: 100%; | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
htdocs/_assets/jQuery-File-Upload-9.22.0/css/jquery.fileupload.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@charset "UTF-8"; | ||
/* | ||
* jQuery File Upload Plugin CSS | ||
* https://github.com/blueimp/jQuery-File-Upload | ||
* | ||
* Copyright 2013, Sebastian Tschan | ||
* https://blueimp.net | ||
* | ||
* Licensed under the MIT license: | ||
* https://opensource.org/licenses/MIT | ||
*/ | ||
|
||
.fileinput-button { | ||
position: relative; | ||
overflow: hidden; | ||
display: inline-block; | ||
} | ||
.fileinput-button input { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
margin: 0; | ||
opacity: 0; | ||
-ms-filter: 'alpha(opacity=0)'; | ||
font-size: 200px !important; | ||
direction: ltr; | ||
cursor: pointer; | ||
} | ||
|
||
/* Fixes for IE < 8 */ | ||
@media screen\9 { | ||
.fileinput-button input { | ||
filter: alpha(opacity=0); | ||
font-size: 100%; | ||
height: 100%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.