summaryrefslogtreecommitdiffstats
path: root/js/yui3/overlay/assets/overlay-core.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/overlay/assets/overlay-core.css')
-rw-r--r--js/yui3/overlay/assets/overlay-core.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/yui3/overlay/assets/overlay-core.css b/js/yui3/overlay/assets/overlay-core.css
new file mode 100644
index 000000000..fd0e1164b
--- /dev/null
+++ b/js/yui3/overlay/assets/overlay-core.css
@@ -0,0 +1,17 @@
+/*
+YUI 3.7.3 (build 5687)
+Copyright 2012 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+.yui3-overlay {
+ position:absolute;
+}
+
+.yui3-overlay-hidden {
+ visibility:hidden
+}
+
+.yui3-widget-tmp-forcesize .yui3-overlay-content {
+ overflow:hidden !important;
+} \ No newline at end of file