summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css
index 8b953a2..2e088ca 100644
--- a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css
+++ b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.core.css
@@ -1,8 +1,9 @@
/*!
- * jQuery UI CSS Framework 1.8.24
+ * jQuery UI CSS Framework 1.9.2
+ * http://jqueryui.com
*
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
+ * Copyright 2012 jQuery Foundation and other contributors
+ * Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
@@ -11,7 +12,7 @@
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
+.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }