Fix #287 characterprofile table design

This commit is contained in:
Znote
2019-03-17 01:38:29 +01:00
parent e8a57cbac3
commit 58e6300cf7
3 changed files with 441 additions and 508 deletions

View File

@@ -706,4 +706,30 @@ table.hide {
.auction_char .outfitColumn img {
top: -16px;
left: -20px;
}
/* Characterprofile table design */
#characterProfileTable thead th:first-of-type {
position: relative;
width: 28%;
}
#characterProfileTable thead th:nth-child(2) {
/*background-color: red;*/
}
#characterProfileTable thead h1 {
text-shadow: none;
color: white;
padding: 0;
}
#characterProfileTable .outfit {
position: absolute;
left: 0;
top: -16px;
}
#characterProfileTable .flag {
position: absolute;
right: 16px;
top: 16px;
}