mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #287 characterprofile table design
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user