diff --git a/resources/character/profile-stat.css b/resources/character/profile-stat.css index 883d7619..b046e10f 100644 --- a/resources/character/profile-stat.css +++ b/resources/character/profile-stat.css @@ -117,6 +117,7 @@ } .cont .item-name { text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, 0.8); + text-align: center; } .cont .item-name.star4 { color: #dfbeff; @@ -155,6 +156,9 @@ width: 150px; padding-left: 8px; } +.cont .tr .td-name .item-name { + width: 50px; +} .cont .tr .td-name .char-icon { width: 30px; height: 30px; @@ -200,6 +204,9 @@ .cont .tr .td-weapon .cons { border-radius: 0 3px 3px 0; } +.cont .tr .td-weapon .item-name { + width: 70px; +} .cont .tr .weapon-icon { width: 25px; height: 22px; diff --git a/resources/character/profile-stat.less b/resources/character/profile-stat.less index a8154234..fb92a3a8 100644 --- a/resources/character/profile-stat.less +++ b/resources/character/profile-stat.less @@ -102,6 +102,7 @@ .item-name { text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, .8); + text-align: center; &.star4 { color: #dfbeff; @@ -153,6 +154,10 @@ width: 150px; padding-left: 8px; + .item-name { + width: 50px; + } + .char-icon { width: 30px; @@ -208,6 +213,10 @@ .cons { border-radius: 0 3px 3px 0; } + + .item-name { + width: 70px; + } } .weapon-icon {