PDF editor: Allow to easily change the page size

This commit is contained in:
Raphael Michel
2019-09-03 11:21:48 +02:00
parent daa5383b89
commit 1a25138bef
5 changed files with 80 additions and 6 deletions

View File

@@ -466,3 +466,6 @@ table td > .checkbox input[type="checkbox"] {
}
}
.help-inline {
color: lighten($text-color, 25%); // lighten the text some for contrast
}

View File

@@ -61,3 +61,7 @@ body {
width: 100%;
height: 250px;
}
.pdf-info .help-inline p {
margin-top: 10px;
margin-bottom: 0;
}