Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
[moodle.git] / lib / yui / 3.5.0 / build / widget-htmlparser / assets / widget-base-core.css
blob5ad0f0847a32f06ce9eee49651843cd25aea9f1d
1 /*
2 YUI 3.5.0 (build 5089)
3 Copyright 2012 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
7 .yui3-widget-hidden {
8 display:none;
11 .yui3-widget-content {
12 overflow:hidden;
15 .yui3-widget-content-expanded {
16 -moz-box-sizing: border-box;
17 -webkit-box-sizing: border-box;
18 -ms-box-sizing: border-box;
19 box-sizing:border-box;
20 height:100%;
23 /* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
24 .yui3-widget-tmp-forcesize {
25 overflow:hidden !important;