MDL-49329 admin: Improve the UI for installing dependencies

This commit is contained in:
David Mudrák 2015-10-03 23:58:35 +02:00
parent 2f29cf6e63
commit 9137a89a1a
7 changed files with 118 additions and 22 deletions

View file

@ -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