summaryrefslogtreecommitdiff
path: root/print/resources/style.css
diff options
context:
space:
mode:
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;