Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/* TAGS */
|
||||
|
||||
tbody, td, tfoot, th, thead, tr {
|
||||
border-color: inherit;
|
||||
border-style: unset;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* IDS */
|
||||
|
||||
#ratingLoginInfoText {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#ratingTable {
|
||||
width: fit-content;
|
||||
border-spacing: unset;
|
||||
border-collapse: separate;
|
||||
margin-left: -0.5rem !important;
|
||||
}
|
||||
|
||||
#ratingTable > thead > tr > th:not(:last-child) {
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
||||
#ratingTable > tbody > tr > td:not(:last-child) {
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* CLASSES */
|
||||
|
||||
.rating-name-text {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user