idots: fix for IE8 Compatibility; resources select box was not shown in calendar sidebox

This commit is contained in:
Klaus Leithoff 2010-09-06 15:17:53 +00:00
parent 5e47dcd0da
commit 78862a1335
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
.textSidebox {
border-top: 1px solid #d3d3d3;
padding-left: 2px;
}
.divSidebox table {

View File

@ -210,6 +210,7 @@ a.textSidebox
{
padding-top:3px;
padding-bottom:3px;
padding-left: 2px;
border-top: solid #aaaaaa 1px;
overflow: auto;
}