1
0
Fork 0
forked from 0x2620/oxjs

fix collapse panel CSS (don't swallow long titles)

This commit is contained in:
rolux 2014-05-24 16:30:49 +02:00
commit 7ca27cf898
2 changed files with 10 additions and 3 deletions

View file

@ -2031,9 +2031,12 @@ Panels
margin: 0 0 0 0;
}
.OxCollapsePanel > .OxBar > .OxTitle {
float: left;
margin: 1px 0 0 0;
position: absolute;
margin: 1px 2px 0 2px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.OxCollapsePanel > .OxBar > .OxExtras {
float: left;