X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/panel/css/bubble.css?ds=sidebyside diff --git a/examples/panel/css/bubble.css b/examples/panel/css/bubble.css deleted file mode 100644 index dd4d6e19..00000000 --- a/examples/panel/css/bubble.css +++ /dev/null @@ -1,69 +0,0 @@ -/*! - * Ext JS Library 3.3.1 - * Copyright(c) 2006-2010 Sencha Inc. - * licensing@sencha.com - * http://www.sencha.com/license - */ - -.x-bubble-ml { - padding-left:4px; - background:transparent url(../images/bubble-lr.gif) repeat-y 0 0; - zoom:1; -} - -.x-bubble-mr { - padding-right:4px; - background:transparent url(../images/bubble-lr.gif) repeat-y right 0; - zoom:1; -} -.x-bubble-mc { - background:#fff; - overflow:hidden; -} - -.x-bubble-tl { - - background: #fff url(../images/bubble-cs.gif) no-repeat 0 0; - padding-left:11px; - zoom:1; -} -.x-bubble-tr { - background: transparent url(../images/bubble-cs.gif) no-repeat right top; - padding-right:11px; - zoom:1; -} -.x-bubble-tc { - height: 9px; - overflow: hidden; - padding-top: 4px; - background: #fff url(../images/bubble-tb.gif) repeat-x 0 0; -} - -.x-bubble-bl { - background: #fff url(../images/bubble-cs.gif) no-repeat 0 bottom; - padding-left:11px; - zoom:1; -} -.x-bubble-br { - background: transparent url(../images/bubble-cs.gif) no-repeat right bottom; - padding-right:11px; - zoom:1; -} -.x-bubble-bc { - height:11px; - font-size:1px; - line-height:1px; - overflow:hidden; - background: #fff url(../images/bubble-tb.gif) repeat-x 0 bottom; -} -.x-bubble-bwrap { - background: #fff url(../images/bubble-tb.gif) repeat-x 0 0; - overflow:hidden; - zoom:1; - -} -.x-bubble-body { - background: #fff; - overflow:hidden; -} -