Skip to content

Commit 7b91e5e

Browse files
committed
removed old manualRenderer and renamed the _rework
1 parent f498747 commit 7b91e5e

7 files changed

Lines changed: 303 additions & 848 deletions

File tree

signaturenDruck/css/manual.css

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,33 @@
1-
body {
1+
html {
2+
overflow-x: scroll !important;
3+
}
4+
html, body {
25
background-color: RGB(240, 240, 240);
36
font-family: "Arial";
47
font-size: 10pt;
8+
line-height: initial;
59
}
610

7-
#container {
8-
overflow: hidden;
9-
}
10-
#leftside {
11-
float: left;
12-
}
13-
#rightside {
14-
float: right;
15-
}
16-
17-
#inputBox {
18-
float: left;
19-
margin-top: 5px;
20-
text-align: center;
21-
}
22-
23-
#editorBox > input {
24-
margin: 1px;
25-
width: 210px;
26-
font-size: medium;
11+
p:after {
12+
content:"";
13+
display:inline-block;
14+
width:0px;
2715
}
2816

29-
#lineSelectBox {
30-
margin: 5px 15px 5px 15px;
31-
text-align: center;
32-
font-size: 15px;
17+
hr {
18+
border-width: 1px;
19+
border-style: inset;
20+
margin: 8px 0;
3321
}
3422

3523
.button {
3624
background-color: white;
3725
color: black;
38-
border: 2px solid grey;
3926
padding: 5px;
4027
margin: 2px 0px 2px 0px;
41-
text-align: center;
42-
font-weight: bold;
4328
}
4429

4530
.button:hover:enabled {
46-
background-color: grey;
4731
cursor: pointer;
4832
}
4933

@@ -52,73 +36,89 @@ body {
5236
color: grey;
5337
}
5438

39+
.noIndent > p {
40+
margin-left: 0px !important;
41+
}
42+
5543
#btn_saveAndExit, #btn_deleteAndExit {
5644
width: 100%;
5745
}
5846

59-
#btn_previous {
60-
width: 79px;
47+
#container {
48+
overflow: hidden;
6149
}
6250

63-
#editorBox {
64-
height: 156px;
51+
#counter {
52+
font-size: large;
53+
margin-top: 5px;
54+
margin-bottom: 5px;
55+
padding-top: 6px;
56+
padding-bottom: 6px;
57+
text-align: center;
6558
}
6659

67-
#previewBox {
68-
margin: 5px !important;
60+
#editorBox {
61+
height: auto;
6962
}
7063

71-
#counter {
72-
font-size: large;
64+
#editorBox > input {
65+
margin: 2px;
7366
}
7467

75-
.center > .previewLine {
76-
font-size: 15pt;
77-
margin: 0pt;
68+
#inputBox {
69+
margin-top: 5px;
7870
text-align: center;
7971
}
8072

81-
.center>p#line1 {
82-
margin-top: 30px;
73+
#previewBox {
74+
display: flex;
75+
float: none;
8376
}
84-
85-
.previewLine {
86-
white-space: pre;
87-
margin: 0px;
88-
font-size: 16pt;
89-
padding-top: 0px;
90-
padding-bottom: 0px;
77+
#rightside {
78+
margin-top: 5px;
9179
}
9280

93-
.indent > .previewLine {
94-
margin-left: 45%;
81+
#outerColumns.columns {
82+
margin-left: 4px;
83+
margin-right: 4px;
84+
margin-bottom: 5px;
9585
}
96-
97-
p#line1 {
98-
margin-top: 6px;
86+
#outerColumns.columns > .column:first-of-type {
87+
padding-right: 3px;
9988
}
100-
101-
#line1,
102-
#line2,
103-
#line3,
104-
#line6 {
105-
font-weight: bold;
89+
#outerColumns.columns > .column:last-of-type {
90+
padding-left: 2px;
10691
}
10792

108-
#previewBox {
109-
border: 1px solid black;
110-
background-color: white;
111-
margin: 5px 0px 5px 5px;
112-
border-radius: 2px;
113-
font-family: "Arial Narrow";
93+
#btn_grp_1 {
94+
margin: 3px 0;
11495
}
115-
116-
.big {
117-
width: 80mm;
118-
height: 43mm;
96+
.column.is-one-third > button {
97+
width: 100%;
98+
margin: 0px;
99+
}
100+
.column.is-one-third {
101+
padding: 0px;
102+
}
103+
.columns > .column.is-one-third:first-of-type {
104+
padding: 0px;
105+
}
106+
.columns > .column.is-one-third {
107+
padding: 0 2px;
108+
}
109+
.columns > .column.is-one-third:last-of-type {
110+
padding: 0px;
119111
}
120112

121-
.small {
122-
width: 74mm;
123-
height: 23mm;
124-
}
113+
.level {
114+
justify-content: normal;
115+
}
116+
.level-right {
117+
margin-left: 10px;
118+
}
119+
#label_format {
120+
margin-right: 85px;
121+
}
122+
#label_chkbx_removeIndent {
123+
margin-right: 23px;
124+
}

signaturenDruck/css/manual_rework.css

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)