Skip to content

Commit

Permalink
Label_Woes
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed May 27, 2020
1 parent ed23505 commit e97cf01
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions resources/views/hardware/labels.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
?>

<style>
body {
font-family: arial, helvetica, sans-serif;
width: {{ $settings->labels_pagewidth }}in;
height: {{ $settings->labels_pageheight }}in;
margin: {{ $settings->labels_pmargin_top }}in {{ $settings->labels_pmargin_right }}in {{ $settings->labels_pmargin_bottom }}in {{ $settings->labels_pmargin_left }}in;
font-size: {{ $settings->labels_fontsize }}pt;
}
.label {
width: {{ $settings->labels_width }}in;
height: {{ $settings->labels_height }}in;
Expand All @@ -35,7 +33,6 @@
display: inline-block;
overflow: hidden;
}
.page-break {
page-break-after:always;
}
Expand Down Expand Up @@ -85,9 +82,6 @@
.next-padding {
margin: {{ $settings->labels_pmargin_top }}in {{ $settings->labels_pmargin_right }}in {{ $settings->labels_pmargin_bottom }}in {{ $settings->labels_pmargin_left }}in;
}
@media print {
.noprint {
display: none !important;
Expand All @@ -97,7 +91,6 @@
font-size: 0;
}
}
@media screen {
.label {
outline: .02in black solid; /* outline doesn't occupy space like border does */
Expand All @@ -107,11 +100,9 @@
padding-bottom: 15px;
}
}
@if ($snipeSettings->custom_css)
{{ $snipeSettings->show_custom_css() }}
@endif
</style>

@foreach ($assets as $asset)
Expand Down

0 comments on commit e97cf01

Please sign in to comment.