installed plugin Protect Uploads version 0.3

This commit is contained in:
150954cc22a2
2026-07-22 07:52:59 +00:00
committed by Gitium
parent 16c383dae3
commit 6fe9035625
24 changed files with 2187 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;
}