Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-tip .x-tip-close{
|
|
background-image: url(../images/gray/qtip/close.gif);
|
|
}
|
|
|
|
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
|
|
background-image: url(../images/gray/qtip/tip-sprite.gif);
|
|
}
|
|
|
|
.x-tip .x-tip-mc {
|
|
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
|
}
|
|
.x-tip .x-tip-ml {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.x-tip .x-tip-header-text {
|
|
font: bold 11px tahoma,arial,helvetica,sans-serif;
|
|
color:#444;
|
|
}
|
|
|
|
.x-tip .x-tip-body {
|
|
font: normal 11px tahoma,arial,helvetica,sans-serif;
|
|
color:#444;
|
|
}
|
|
|
|
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
|
|
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
|
|
{
|
|
background-image: url(../images/default/form/error-tip-corners.gif);
|
|
}
|
|
|
|
.x-form-invalid-tip .x-tip-body {
|
|
background-image:url(../images/default/form/exclamation.gif);
|
|
}
|
|
|
|
.x-tip-anchor {
|
|
background-image:url(../images/gray/qtip/tip-anchor-sprite.gif);
|
|
}
|