From 98612eeae37ac5dee611f4607244da7c613c08e9 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 31 Oct 2018 01:06:31 +0100 Subject: Print Estimated Time (#341) --- print/resources/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'print/resources/style.css') diff --git a/print/resources/style.css b/print/resources/style.css index 174b21dd..5a1ccb44 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -198,13 +198,14 @@ body { background: transparent; border: 1px solid #413232; padding: 5px; + cursor: pointer; } #settings-ui button.active { border-bottom: 1px solid white; } - #settings-ui #ui-design { + #settings-ui .ui-tab { display: none; } @@ -357,10 +358,11 @@ body { display: -ms-flexbox; /* IE 10 */ width: calc(100% - 50mm); height: 50%; + flex-grow: 1; } div.headline h1 { - font-size: 18pt; + font-size: 16pt; } div.headline p { @@ -377,6 +379,14 @@ body { font-size: 10pt; } + .client-detailedview div.job-details { + padding-top: 6mm; + } + + .operator-overview div.job-details, .client-overview div.job-details { + padding-top: 2mm; + } + div.job-details > div { flex-grow: 1; } @@ -735,7 +745,7 @@ body { display: none; } - .opd-color-block.medium span::before { + .opd-color-block.medium p > span::before { content: ' \00B7 '; line-height: 0; display: inline-block; -- cgit v1.2.3