diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-16 20:17:07 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-16 20:17:07 -0400 |
| commit | 7b0804562e4ce3b440e67de6cb001ac021326990 (patch) | |
| tree | 80704e0702ce1d65e97ee123047baefa44e33a26 /print/resources/style.css | |
| parent | f9b90d31b7730103e296b0c2509885b07000eac4 (diff) | |
add 'save as defaults' button
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 824f8dce..8be2370d 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -226,6 +226,10 @@ body { cursor: pointer; } + #settings-ui fieldset { + margin-bottom: 1em; + } + /* Header */ @@ -247,11 +251,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; |
