Option to display photos in player list close #28

This commit is contained in:
Brian Miyaji
2014-08-14 23:03:30 +10:00
parent c3776b4838
commit 5bcd97a5d2
4 changed files with 42 additions and 2 deletions

View File

@@ -109,6 +109,25 @@
max-height: 2em;
}
/* Player List */
.sp-player-list td {
line-height: 2em;
}
.sp-player-list .data-name .player-photo {
width: 2em;
height: 2em;
margin-right: 0.25em;
display: block;
float: left;
text-align: center;
}
.sp-player-list .data-name .player-photo img {
width: auto;
height: auto;
max-width: 2em;
max-height: 2em;
}
/* Button */
.sp-button {
border: none;