diff --git a/themes/base/jquery.ui.all.css b/themes/base/jquery.ui.all.css index 96b15aa515b..7f792514616 100644 --- a/themes/base/jquery.ui.all.css +++ b/themes/base/jquery.ui.all.css @@ -9,3 +9,4 @@ */ @import "jquery.ui.base.css"; @import "jquery.ui.theme.css"; +@import "jquery.ui.ancient.css"; diff --git a/themes/base/jquery.ui.ancient.css b/themes/base/jquery.ui.ancient.css new file mode 100644 index 00000000000..a807cb2a2d2 --- /dev/null +++ b/themes/base/jquery.ui.ancient.css @@ -0,0 +1,17 @@ +/* + * jQuery UI CSS for IE6 @VERSION + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + */ + +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter: Alpha(Opacity=0); +} diff --git a/themes/base/jquery.ui.core.css b/themes/base/jquery.ui.core.css index 100584cb0ea..3424f0e2457 100644 --- a/themes/base/jquery.ui.core.css +++ b/themes/base/jquery.ui.core.css @@ -15,8 +15,11 @@ } .ui-helper-hidden-accessible { position: absolute !important; - clip: rect(1px 1px 1px 1px); - clip: rect(1px,1px,1px,1px); + left: -99999em; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; } .ui-helper-reset { margin: 0; @@ -28,6 +31,12 @@ font-size: 100%; list-style: none; } +.ui-helper-clearfix { + display: inline-block; +} +.ui-helper-clearfix { + display: block; +} .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; @@ -36,18 +45,6 @@ .ui-helper-clearfix:after { clear: both; } -.ui-helper-clearfix { - zoom: 1; -} -.ui-helper-zfix { - width: 100%; - height: 100%; - top: 0; - left: 0; - position: absolute; - opacity: 0; - filter: Alpha(Opacity=0); -} /* Interaction Cues