You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
477 B
32 lines
477 B
.TableLine_body { |
|
border: 2px solid black; |
|
background-color: lightgrey; |
|
height:80px; |
|
} |
|
|
|
.TableLine_thumb { |
|
height: inherit; |
|
} |
|
|
|
.TableLine_field { |
|
border: 2px solid black; |
|
float: left; |
|
height: inherit; |
|
} |
|
|
|
.TableLine_textsubfield { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
height: inherit; |
|
} |
|
|
|
.TableLine_textsubsubfield { |
|
margin: 8px; |
|
border: 0 solid black; |
|
} |
|
|
|
a { |
|
height: inherit; |
|
display: block; |
|
} |