
Changed the colors of the network graph to match the color of the differents houses (the color will probably be in the database in the future). Reactivate the panel swipe (there are still some problems but it's better to keep the swipe for the user). Added various comments and fixed the missing logo in the about page when using the phone app.
48 lines
785 B
CSS
48 lines
785 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;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.logo {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
h1.about, h2.about, h3.about {
|
|
color: #1f3487;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.item-media > img {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.item-checkbox > .item-inner {
|
|
margin-left: -10px !important;
|
|
} |