MediaWiki:Common.css/src/page/Paintings.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* [[Paintings]] *********/
.Paintings-table td:last-child, .Paintings-table td:nth-last-child(2) {
	text-align: left;
}

.Paintings-table td:nth-last-child(2) {
	white-space: nowrap;
}

#Painter-sell-table td:nth-last-child(2) {
	white-space: normal;
}

#Painter-sell-table td:nth-last-child(3) {
	text-align: left;
	white-space: nowrap;
}

#Paintings-chance-list li {
	line-height: 3em;
}

#Paintings-chance-list li > span:last-child {
	display: inline-block;
	width: 50px;
	text-align: right;
}

#Paintings-chance-list .i {
	display: inline-block;
	width: 270px;
}