Skip to content

Commit

Permalink
Max size for images in list
Browse files Browse the repository at this point in the history
  • Loading branch information
pperidont committed Jan 6, 2016
1 parent 9c2e005 commit 1252b97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ div#menu ul.sheets li.active {
white-space : nowrap;
cursor : pointer;
}
.castle td.t_list img {
max-height : 32px;
max-width : 32px;
}
.castle td.t_enum {
padding-left : 5px;
}
Expand Down
6 changes: 5 additions & 1 deletion bin/style.hss
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ div#menu {
td.t_list {
white-space: nowrap;
cursor : pointer;
img {
max-height: 32px;
max-width: 32px;
}
}

td.t_enum {
Expand Down Expand Up @@ -824,4 +828,4 @@ div#menu {
color : #888;
}
color : #444;
}
}

0 comments on commit 1252b97

Please sign in to comment.