Initial commit

This commit is contained in:
Eike Foken
2011-04-16 13:57:38 +02:00
parent cd3750db95
commit b570685ae8
924 changed files with 172926 additions and 0 deletions

View 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/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);
}