mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
idots: fix for IE8 Compatibility; resources select box was not shown in calendar sidebox
This commit is contained in:
parent
5e47dcd0da
commit
78862a1335
@ -29,6 +29,7 @@
|
||||
|
||||
.textSidebox {
|
||||
border-top: 1px solid #d3d3d3;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.divSidebox table {
|
||||
|
@ -210,6 +210,7 @@ a.textSidebox
|
||||
{
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
padding-left: 2px;
|
||||
border-top: solid #aaaaaa 1px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user