73 lines
No EOL
1.6 KiB
CSS
73 lines
No EOL
1.6 KiB
CSS
/*
|
|
This file is part of Ext JS 3.4
|
|
|
|
Copyright (c) 2011-2013 Sencha Inc
|
|
|
|
Contact: http://www.sencha.com/contact
|
|
|
|
GNU General Public License Usage
|
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|
packaging of this file.
|
|
|
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|
at http://www.sencha.com/contact.
|
|
|
|
Build date: 2013-04-03 15:07:25
|
|
*/
|
|
.x-window-dlg .x-window-body {
|
|
border:0 none !important;
|
|
padding:5px 10px;
|
|
overflow:hidden !important;
|
|
}
|
|
|
|
.x-window-dlg .x-window-mc {
|
|
border:0 none !important;
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-input {
|
|
margin-top:4px;
|
|
width:95%;
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-textarea {
|
|
margin-top:4px;
|
|
}
|
|
|
|
.x-window-dlg .x-progress-wrap {
|
|
margin-top:4px;
|
|
}
|
|
|
|
.ext-ie .x-window-dlg .x-progress-wrap {
|
|
margin-top:6px;
|
|
}
|
|
|
|
.x-window-dlg .x-msg-box-wait {
|
|
background:transparent no-repeat left;
|
|
display:block;
|
|
width:300px;
|
|
padding-left:18px;
|
|
line-height:18px;
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-icon {
|
|
float:left;
|
|
width:47px;
|
|
height:32px;
|
|
}
|
|
|
|
.x-window-dlg .x-dlg-icon .ext-mb-content{
|
|
zoom: 1;
|
|
margin-left: 47px;
|
|
}
|
|
|
|
.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
|
|
background:transparent no-repeat top left;
|
|
}
|
|
|
|
.ext-gecko2 .ext-mb-fix-cursor {
|
|
overflow:auto;
|
|
} |