Installer tweaks and a pypo bugfix
* Moved all the remaining DEB requirements into the requirements files * The installer should now be distro agnostic (unless you ask it to install third-party deps for you) * Fixed pypo not being able to find replaygainupdater * Tweaked a bunch of styling for the installer
This commit is contained in:
parent
861bb42f3f
commit
d46f4a52eb
11 changed files with 218 additions and 130 deletions
|
@ -3,13 +3,11 @@
|
|||
}
|
||||
|
||||
.table {
|
||||
padding: 0;
|
||||
padding: 5px;
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
|
||||
.checklist {
|
||||
overflow: auto;
|
||||
height: 50%;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
|
@ -22,8 +20,12 @@
|
|||
width: 20%;
|
||||
}
|
||||
|
||||
.description, .solution {
|
||||
width: 40%;
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.description {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.check {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue