File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1313 </ head >
1414
1515 < body >
16- < header >
17- < h1 > ILR File Creator</ h1 >
16+ < header class ="flex-row ">
17+ < h1 class ="flex-child-grow "> ILR File Creator</ h1 >
18+ <!-- TODO: read version number from schemafile -->
19+ < p class ="flex-child-static "> 2526.1.38.0</ p >
1820 </ header >
1921
2022 < main >
@@ -47,8 +49,9 @@ <h2>Input</h2>
4749 < h2 > Output</ h2 >
4850 </ section >
4951
50- < section id ="formatErrors ">
52+ < section id ="error-log ">
5153 < h2 > Error Log</ h2 >
54+ < div id ="error-log-list "> </ div >
5255 </ section >
5356 </ main >
5457
Original file line number Diff line number Diff line change @@ -8,3 +8,23 @@ section {
88h2 {
99 margin-top : 0px ;
1010}
11+
12+ .flex-row {
13+ display : flex;
14+ flex-direction : row;
15+ justify-content : space-between;
16+ }
17+
18+ .flex-column {
19+ display : flex;
20+ flex-direction : column;
21+ justify-content : space-between;
22+ }
23+
24+ .flex-child-grow {
25+ flex : 1 0 auto;
26+ }
27+
28+ .flex-child-static {
29+ flex : 0 0 content;
30+ }
You can’t perform that action at this time.
0 commit comments