Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/jquery/thickbox.css')
-rw-r--r--libs/jquery/thickbox.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/libs/jquery/thickbox.css b/libs/jquery/thickbox.css
index 4b2f5a5e7b..0cde9508ae 100644
--- a/libs/jquery/thickbox.css
+++ b/libs/jquery/thickbox.css
@@ -59,9 +59,9 @@
* html #TB_overlay { /* ie6 hack */
position: absolute;
- height: expression(document . body . scrollHeight > document . body .
+ height: expression(document . body . scrollHeight > document . body .
offsetHeight ? document . body . scrollHeight : document
- . body .
+ . body .
offsetHeight + 'px');
}
@@ -80,10 +80,10 @@
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this . offsetHeight/ 2) +
- (
- TBWindowMargin = document . documentElement && document .
+ (
+ TBWindowMargin = document . documentElement && document .
documentElement . scrollTop || document . body . scrollTop
- ) +
+ ) +
'px' );
}
@@ -156,10 +156,10 @@
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this . offsetHeight/ 2) +
- (
- TBWindowMargin = document . documentElement && document .
+ (
+ TBWindowMargin = document . documentElement && document .
documentElement . scrollTop || document . body . scrollTop
- ) +
+ ) +
'px' );
}
@@ -179,9 +179,9 @@
* html #TB_HideSelect { /* ie6 hack */
position: absolute;
- height: expression(document . body . scrollHeight > document . body .
+ height: expression(document . body . scrollHeight > document . body .
offsetHeight ? document . body . scrollHeight : document
- . body .
+ . body .
offsetHeight + 'px');
}