NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / widget-base / assets / widget-base-core.css
blob96e273a9d0823faf06e93024bdc3ea093638971f
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 .yui3-widget-hidden {
9 display:none;
12 .yui3-widget-content {
13 overflow:hidden;
16 .yui3-widget-content-expanded {
17 -moz-box-sizing: border-box;
18 -webkit-box-sizing: border-box;
19 -ms-box-sizing: border-box;
20 box-sizing:border-box;
21 height:100%;
24 /* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
25 .yui3-widget-tmp-forcesize {
26 overflow:hidden !important;