rlm@46: /* rlm@46: * Ext JS Library 2.1 rlm@46: * Copyright(c) 2006-2008, Ext JS, LLC. rlm@46: * licensing@extjs.com rlm@46: * rlm@46: * http://extjs.com/license rlm@46: */ rlm@46: rlm@46: .x-tip{ rlm@46: position: absolute; rlm@46: top: 0; rlm@46: left:0; rlm@46: visibility: hidden; rlm@46: z-index: 20000; rlm@46: border:0 none; rlm@46: } rlm@46: .x-tip .x-tip-close{ rlm@46: background-image: url(../images/default/qtip/close.gif); rlm@46: height: 15px; rlm@46: float:right; rlm@46: width: 15px; rlm@46: margin:0 0 2px 2px; rlm@46: cursor:pointer; rlm@46: display:none; rlm@46: } rlm@46: .x-tip .x-tip-tc { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px; rlm@46: padding-top:3px; rlm@46: overflow:hidden; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-tl { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0; rlm@46: padding-left:6px; rlm@46: overflow:hidden; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-tr { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0; rlm@46: padding-right:6px; rlm@46: overflow:hidden; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-bc { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px; rlm@46: height:3px; rlm@46: overflow:hidden; rlm@46: } rlm@46: .x-tip .x-tip-bl { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px; rlm@46: padding-left:6px; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-br { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px; rlm@46: padding-right:6px; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-mc { rlm@46: border:0 none; rlm@46: font: normal 11px tahoma,arial,helvetica,sans-serif; rlm@46: } rlm@46: .x-tip .x-tip-ml { rlm@46: background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px; rlm@46: padding-left:6px; rlm@46: zoom:1; rlm@46: } rlm@46: .x-tip .x-tip-mr { rlm@46: background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px; rlm@46: padding-right:6px; rlm@46: zoom:1; rlm@46: } rlm@46: .ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc { rlm@46: font-size:0; rlm@46: line-height:0; rlm@46: } rlm@46: .x-tip .x-tip-header-text { rlm@46: font: bold 11px tahoma,arial,helvetica,sans-serif; rlm@46: padding:0; rlm@46: margin:0 0 2px 0; rlm@46: color:#444; rlm@46: } rlm@46: .x-tip .x-tip-body { rlm@46: font: normal 11px tahoma,arial,helvetica,sans-serif; rlm@46: margin:0 !important; rlm@46: line-height:14px; rlm@46: color:#444; rlm@46: padding:0; rlm@46: } rlm@46: rlm@46: .x-tip .x-tip-body .loading-indicator { rlm@46: margin:0; rlm@46: } rlm@46: rlm@46: .x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text { rlm@46: cursor:move; rlm@46: } rlm@46: rlm@46: .x-form-invalid-tip { rlm@46: } rlm@46: rlm@46: .x-form-invalid-tip .x-tip-tc { rlm@46: background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px; rlm@46: padding-top:6px; rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-tl { rlm@46: background-image: url(../images/default/form/error-tip-corners.gif); rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-tr { rlm@46: background-image: url(../images/default/form/error-tip-corners.gif); rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-bc { rlm@46: background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px; rlm@46: height:6px; rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-bl { rlm@46: background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px; rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-br { rlm@46: background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px; rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-ml { rlm@46: background-image: url(../images/default/form/error-tip-corners.gif); rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-mr { rlm@46: background-image: url(../images/default/form/error-tip-corners.gif); rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-body { rlm@46: padding:2px; rlm@46: } rlm@46: .x-form-invalid-tip .x-tip-body { rlm@46: padding-left:24px; rlm@46: background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px; rlm@46: }