diff options
author | thomascube <thomas@roundcube.net> | 2011-01-29 14:55:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-29 14:55:12 +0000 |
commit | 98cb0f179206843ceaa87df6bfb3d1da045ed8ad (patch) | |
tree | ade6196094997c24b48e8a432383bd2da9f6bc5c /skins/default/ie6hacks.css | |
parent | a32679e69f7d6c265f85015677743272740dcc8e (diff) |
Apply bug fixes and localization updated from trunk for release 0.5.1
Diffstat (limited to 'skins/default/ie6hacks.css')
-rw-r--r-- | skins/default/ie6hacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/ie6hacks.css b/skins/default/ie6hacks.css index 1b8135dfe..aef4f17fb 100644 --- a/skins/default/ie6hacks.css +++ b/skins/default/ie6hacks.css @@ -116,7 +116,7 @@ ul.toolbarmenu li.separator_below height: expression((parseInt(this.parentNode.offsetHeight)-23-parseInt(this.style.top?this.style.top:21))+'px'); } -#directorylistbox +#directorylistbox, #folder-manager { height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); } |