summaryrefslogtreecommitdiff
path: root/print/resources/style.css
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2018-10-31 01:06:31 +0100
committerLex Neva <lexelby@users.noreply.github.com>2018-10-30 18:06:31 -0600
commit98612eeae37ac5dee611f4607244da7c613c08e9 (patch)
treec72bdabe31a5b17e5c994f854266a7165675352f /print/resources/style.css
parentbe833f898ff4912b4f1e54be37e6b8ff3c3f2c42 (diff)
Print Estimated Time (#341)
Diffstat (limited to 'print/resources/style.css')
-rw-r--r--print/resources/style.css16
1 files changed, 13 insertions, 3 deletions
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;