Semi-Clean ethoFS integration, Fix image file which contained HTML, clean up.

This commit is contained in:
FallenGravity
2019-10-13 03:29:16 +02:00
parent 80f5731912
commit 2f0e49f481
15 changed files with 18030 additions and 1355 deletions

View File

@@ -5917,7 +5917,8 @@ button.close {
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
/*.modal-backdrop {
position: fixed;
top: 0;
right: 0;
@@ -5933,7 +5934,8 @@ button.close {
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
}*/
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;

File diff suppressed because one or more lines are too long