installed plugin Protect Uploads version 0.3

This commit is contained in:
150954cc22a2
2026-07-21 04:24:27 +00:00
committed by Gitium
parent 8668957e2a
commit 16c383dae3
23 changed files with 1922 additions and 0 deletions

View File

@ -0,0 +1,23 @@
.protect-uploads-error {
border: 2px solid #dc3232;
display: inline-block;
padding: 10px;
}
.protect-uploads-success {
border: 1px solid #46b450;
}
/* container left and right */
.protect-uploads .protect-uploads-main-container {
float: left;
width: 66%;
}
.protect-uploads .protect-uploads-sidebar {
float: left;
width: 31%;
margin-left: 2%;
}
.protect-uploads-disabled {
opacity: 0.75 !important;
}