4fff948910
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.
14 lines
345 B
CSS
14 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;
|
|
}
|