1
0
Fork 0
forked from 0x2620/oxjs

support fixed-ratio icon lists

This commit is contained in:
rlx 2011-08-07 02:33:26 +00:00
commit 6dfa732636
4 changed files with 64 additions and 44 deletions

View file

@ -918,7 +918,11 @@ Lists
//left: -2px;
}
.OxIconList .OxItem > .OxIcon img {
.OxIconList .OxItem > .OxIcon {
overflow: hidden;
}
.OxIconList .OxItem > .OxIcon > img {
position: absolute;
left: 0;
right: 0;