mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-49329 admin: Improve the UI for installing dependencies
This commit is contained in:
parent
2f29cf6e63
commit
9137a89a1a
7 changed files with 118 additions and 22 deletions
|
@ -656,12 +656,40 @@ img.iconsmall {
|
|||
}
|
||||
}
|
||||
|
||||
// Available dependencies on the plugins check page.
|
||||
.plugins-check-dependencies-actions {
|
||||
> div {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.singlebutton {
|
||||
margin: 5px 0;
|
||||
padding: 0;
|
||||
input {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// List of available dependencies on the plugins check page.
|
||||
#plugins-check-available-dependencies {
|
||||
.displayname .component {
|
||||
font-size: @fontSizeSmall;
|
||||
.muted
|
||||
}
|
||||
.info .actions {
|
||||
> div {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.singlebutton {
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
padding: 0;
|
||||
input {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue