Showing
4 changed files
with
8 additions
and
7 deletions
1 | header { | 1 | header { |
2 | background-color: rgba(255, 255, 255, 1); | 2 | background-color: rgba(255, 255, 255, 1); |
3 | display: flex; | 3 | display: flex; |
4 | - margin-bottom: 12px; | 4 | + padding-bottom: 8px; |
5 | justify-content: space-between; | 5 | justify-content: space-between; |
6 | align-items: center; | 6 | align-items: center; |
7 | + border-bottom: solid thin lightgrey; | ||
7 | } | 8 | } |
8 | 9 | ||
9 | .hl { | 10 | .hl { | ... | ... |
... | @@ -17,9 +17,9 @@ | ... | @@ -17,9 +17,9 @@ |
17 | } | 17 | } |
18 | 18 | ||
19 | .GridHeadItem { | 19 | .GridHeadItem { |
20 | - height: 30px; | 20 | + height: 20px; |
21 | text-align: center; | 21 | text-align: center; |
22 | - line-height: 30px; | 22 | + line-height: 20px; |
23 | padding: 10px 5px 10px 5px; | 23 | padding: 10px 5px 10px 5px; |
24 | } | 24 | } |
25 | 25 | ||
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | display: grid; | 35 | display: grid; |
36 | grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; | 36 | grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; |
37 | overflow-y: auto; | 37 | overflow-y: auto; |
38 | - height: calc(100vh - 85px - 50px); | 38 | + height: calc(100vh - 115px); |
39 | border: solid thin gray; | 39 | border: solid thin gray; |
40 | } | 40 | } |
41 | 41 | ... | ... |
1 | aside { | 1 | aside { |
2 | - width: 250px; | 2 | + width: 220px; |
3 | margin-right: 8px; | 3 | margin-right: 8px; |
4 | padding-top: 50px; | 4 | padding-top: 50px; |
5 | } | 5 | } |
6 | 6 | ||
7 | .SideSubject { | 7 | .SideSubject { |
8 | height: 25px; | 8 | height: 25px; |
9 | - padding: 5px; | 9 | + padding: 5px 0px 5px 0px; |
10 | display: flex; | 10 | display: flex; |
11 | } | 11 | } |
12 | 12 | ... | ... |
-
Please register or login to post a comment