
The pages display the graph at the top instead at the bottom. Also added some css to improve the look of the UI
23 lines
439 B
CSS
23 lines
439 B
CSS
.no-select {
|
|
-webkit-user-select: none; /* safari */
|
|
-ms-user-select: none; /* IE 10+ and Edge */
|
|
user-select: none; /* standard syntax */
|
|
}
|
|
|
|
.img-character {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|
|
|
|
#table-classes-content > tr > td {
|
|
text-align: center;
|
|
display: block !important;
|
|
padding-top: 3.7%;
|
|
}
|
|
|
|
.data-table-title {
|
|
text-align: center;
|
|
} |