1
0
Fork 0
forked from 0x2620/oxjs

allow for max width in menus

This commit is contained in:
rlx 2011-11-02 18:21:49 +00:00
commit 16556c0604
4 changed files with 11 additions and 0 deletions

View file

@ -1173,6 +1173,7 @@ Lists
white-space: nowrap;
}
.OxTextList .OxHead .OxTitle img {
display: block;
width: 10px;
height: 10px;
margin: 1px 0 0 -1px;
@ -1248,6 +1249,7 @@ Lists
padding: 0;
}
.OxTextList .OxItem .OxCell > img {
display: block;
width: 16px;
height: 16px;
margin: -1px 0 0 -4px;
@ -1528,6 +1530,8 @@ Menus
}
.OxMenu .OxItem .OxCell.OxTitle {
padding-left: 4px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.OxMenu .OxItem .OxCell.OxModifiers {