Initial commit
This commit is contained in:
34
assets/js/ext/resources/css/visual/dialog.css
Normal file
34
assets/js/ext/resources/css/visual/dialog.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/*!
|
||||
* Ext JS Library 3.3.1
|
||||
* Copyright(c) 2006-2010 Sencha Inc.
|
||||
* licensing@sencha.com
|
||||
* http://www.sencha.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/default/window/icon-info.gif);
|
||||
}
|
||||
|
||||
.x-window-dlg .ext-mb-warning {
|
||||
background-image:url(../images/default/window/icon-warning.gif);
|
||||
}
|
||||
|
||||
.x-window-dlg .ext-mb-question {
|
||||
background-image:url(../images/default/window/icon-question.gif);
|
||||
}
|
||||
|
||||
.x-window-dlg .ext-mb-error {
|
||||
background-image:url(../images/default/window/icon-error.gif);
|
||||
}
|
||||
Reference in New Issue
Block a user