fix resizing behavior of lists sections

This commit is contained in:
rlx 2011-01-14 03:53:18 +00:00
commit 6cf02b4e61
2 changed files with 10 additions and 2 deletions

View file

@ -143,7 +143,8 @@ Dialog
}
.OxDialog > .OxContent {
top: 24px;
position: relative;
top: 0;
bottom: 24px;
height: 100%;
//padding: 16px;
@ -816,6 +817,11 @@ Lists
overflow: hidden;
white-space: nowrap;
}
.OxTextList .OxBar .OxTitle img {
width: 16px;
height: 16px;
margin: -1px 0 0 -4px;
}
.OxTextList .OxBar .OxTitle:first-child {
padding-left: 4px;
}