forked from CGM_Public/pretix_original
PDF editor: Allow to easily change the page size
This commit is contained in:
@@ -466,3 +466,6 @@ table td > .checkbox input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
|
||||
.help-inline {
|
||||
color: lighten($text-color, 25%); // lighten the text some for contrast
|
||||
}
|
||||
|
||||
@@ -61,3 +61,7 @@ body {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
.pdf-info .help-inline p {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user