Add portrait & landscape print icons

This commit is contained in:
nathangray 2019-05-02 10:54:50 -06:00
parent e38755594b
commit 4be3764780
3 changed files with 52 additions and 0 deletions

View File

@ -562,6 +562,15 @@ which caused click on free space infront of a tag stops nm row selection*/
display: table-row;
}
/*
Nextmatch print dialog
*/
#nm_print_dialog-xet .slideSwitch_container .on {
background-image: url('images/portrait.svg')
}
#nm_print_dialog-xet .slideSwitch_container .off {
background-image: url('images/landscape.svg')
}
/*
These are set via javascript before printing to help tame nextmatch's layout
for printing

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<path fill="#62686A" d="M22.162,19.391c0,0.548-0.708,0.992-1.581,0.992H5.992c-0.873,0-1.58-0.444-1.58-0.992l0,0
c0-0.548,0.707-0.991,1.58-0.991h14.589C21.454,18.399,22.162,18.843,22.162,19.391L22.162,19.391z"/>
<path fill="#62686A" d="M22.162,22.956c0,0.547-0.708,0.992-1.581,0.992H5.992c-0.873,0-1.58-0.445-1.58-0.992l0,0
c0-0.549,0.707-0.992,1.58-0.992h14.589C21.454,21.964,22.162,22.407,22.162,22.956L22.162,22.956z"/>
<path fill="#62686A" d="M22.162,26.521c0,0.548-0.708,0.992-1.581,0.992H5.992c-0.873,0-1.58-0.444-1.58-0.992l0,0
c0-0.548,0.707-0.992,1.58-0.992h14.589C21.454,25.528,22.162,25.973,22.162,26.521L22.162,26.521z"/>
<g>
<g>
<polygon fill="#62686A" points="31.4,17.125 24.344,17.125 24.344,10.027 "/>
</g>
<g>
<path fill="#62686A" d="M25.488,11.5l4.355,4.356V29.75H2.156V11.5H25.488 M26.316,9.5H0.156v22.25h31.688V15.027L26.316,9.5
L26.316,9.5z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<path fill="#62686A" d="M22.438,16.007c0,0.52-0.523,0.939-1.169,0.939H10.481c-0.646,0-1.169-0.42-1.169-0.939l0,0
c0-0.519,0.523-0.938,1.169-0.938h10.787C21.914,15.068,22.438,15.488,22.438,16.007L22.438,16.007z"/>
<path fill="#62686A" d="M22.438,19.382c0,0.518-0.523,0.939-1.169,0.939H10.481c-0.646,0-1.169-0.422-1.169-0.939l0,0
c0-0.52,0.523-0.939,1.169-0.939h10.787C21.914,18.442,22.438,18.862,22.438,19.382L22.438,19.382z"/>
<path fill="#62686A" d="M22.438,22.756c0,0.519-0.523,0.939-1.169,0.939H10.481c-0.646,0-1.169-0.421-1.169-0.939l0,0
c0-0.519,0.523-0.939,1.169-0.939h10.787C21.914,21.816,22.438,22.237,22.438,22.756L22.438,22.756z"/>
<path fill="#62686A" d="M22.438,26.13c0,0.519-0.523,0.939-1.169,0.939H10.481c-0.646,0-1.169-0.421-1.169-0.939l0,0
c0-0.519,0.523-0.938,1.169-0.938h10.787C21.914,25.191,22.438,25.611,22.438,26.13L22.438,26.13z"/>
<g>
<g>
<polygon fill="#62686A" points="19.375,0.443 19.375,7.5 26.473,7.5 "/>
</g>
<g>
<path fill="#62686A" d="M20.645,2L25,6.355v23.332H6.75V2H20.645 M21.473,0H4.75v31.688H27V5.527L21.473,0L21.473,0z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB