mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00

Most of the functionality provided by this tool (typically the validation and actual deployment of the plugin package) has been moved to the core level. So this is becoming just a thin wrapper and user interface for installing new plugins via the administration UI. Also fixes MDL-49600 as we no longer keep the unzipped contents of the packages in the persistent temp directories.
13 lines
345 B
CSS
13 lines
345 B
CSS
#page-admin-tool-installaddon-index #installfromrepobox {
|
|
text-align: center;
|
|
padding-top: 2em;
|
|
padding-bottom: 2em;
|
|
}
|
|
|
|
#page-admin-tool-installaddon-index #installfromrepobox .singlebutton {
|
|
display: inline-block;
|
|
}
|
|
|
|
#page-admin-tool-installaddon-index #installfromrepobox .singlebutton input[type=submit] {
|
|
padding: 1em;
|
|
}
|