diff options
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 333af7aa..013f567c 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -230,6 +230,10 @@ body { cursor: pointer; } + #settings-ui fieldset { + margin-bottom: 1em; + } + /* Header */ @@ -251,11 +255,30 @@ body { margin: 2.5mm; } + figure.brandlogo label { + display: block; + width: 100%; + height: 100%; + line-height: 30mm; + text-align: center; + } + figure.brandlogo img { max-width: 30mm; max-height: 30mm; + display: inline; + vertical-align: middle; } - + + /* hide the actual file picker control, since we just want them to click the + * image instead + */ + #logo-picker { + width: 0px; + height: 0px; + opacity: 0%; + } + .operator-detailedview figure.brandlogo { height: 20mm; width: 30mm; |
