diff --git a/resources/[inventory]/pl_printer/web/index.html b/resources/[inventory]/pl_printer/web/index.html index 5cc6f2334..615c15d8d 100644 --- a/resources/[inventory]/pl_printer/web/index.html +++ b/resources/[inventory]/pl_printer/web/index.html @@ -10,75 +10,72 @@ margin: 0; padding: 0; overflow: hidden; - /* Entferne den Hintergrund, der den Schleier verursacht */ background-color: transparent; } - #image-container { + #image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%; max-height: 90%; - display: none; - } - #image { - max-width: 100%; - max-height: 100%; - } - #document-id { - position: absolute; - bottom: 10px; - left: 10px; - color: white; - background-color: rgba(0, 0, 0, 0.5); - padding: 5px; - border-radius: 3px; - font-family: Arial, sans-serif; - display: none; /* Verstecke die Dokument-ID standardmäßig */ }
-