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.
34 lines
799 B
34 lines
799 B
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-window-dlg .ext-mb-text,
|
|
.x-window-dlg .x-window-header-text {
|
|
font-size:12px;
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-textarea {
|
|
font:normal 12px tahoma,arial,helvetica,sans-serif;
|
|
}
|
|
|
|
.x-window-dlg .x-msg-box-wait {
|
|
background-image:url(../images/default/grid/loading.gif);
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-info {
|
|
background-image:url(../images/gray/window/icon-info.gif);
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-warning {
|
|
background-image:url(../images/gray/window/icon-warning.gif);
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-question {
|
|
background-image:url(../images/gray/window/icon-question.gif);
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-error {
|
|
background-image:url(../images/gray/window/icon-error.gif);
|
|
}
|