forked from CGM_Public/pretix_original
PDF editor improvements (#2529)
This commit is contained in:
@@ -25,6 +25,7 @@ body {
|
||||
}
|
||||
#toolbox[data-type] .position,
|
||||
#toolbox[data-type=barcodearea] .squaresize,
|
||||
#toolbox[data-type=barcodearea] .textcontent,
|
||||
#toolbox[data-type=imagearea] .rectsize,
|
||||
#toolbox[data-type=imagearea] .imagecontent,
|
||||
#toolbox[data-type=poweredby] .poweredby,
|
||||
@@ -69,3 +70,10 @@ body {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.panel-pdf-editor .panel-body {
|
||||
padding: 0;
|
||||
}
|
||||
.panel-pdf-editor .panel-body .nav-pills {
|
||||
padding: 15px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user