73 lines
No EOL
1.7 KiB
CSS
73 lines
No EOL
1.7 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
|
|
*/
|
|
#grid-example .x-grid-col-1 {
|
|
text-align: right;
|
|
}
|
|
#grid-example .x-grid-col-2{
|
|
text-align: right;
|
|
}
|
|
#grid-example .x-grid-col-3 {
|
|
text-align: right;
|
|
}
|
|
#grid-example .x-grid-col-4 {
|
|
text-align: right;
|
|
}
|
|
#grid-example.x-grid-mso{
|
|
border: 1px solid #6593cf;
|
|
}
|
|
#grid-example.x-grid-vista{
|
|
border: 1px solid #b3bcc0;
|
|
}
|
|
#xml-grid-example{
|
|
border: 1px solid #cbc7b8;
|
|
left: 0;
|
|
position: relative;
|
|
top: 0;
|
|
}
|
|
#editor-grid .x-grid-col-2{
|
|
text-align:right;
|
|
}
|
|
.x-grid3-td-topic b {
|
|
font-family:tahoma, verdana;
|
|
display:block;
|
|
}
|
|
.x-grid3-td-topic b i {
|
|
font-weight:normal;
|
|
font-style: normal;
|
|
color:#000;
|
|
}
|
|
.x-grid3-td-topic .x-grid3-cell-inner {
|
|
white-space:normal;
|
|
}
|
|
.x-grid3-td-topic a {
|
|
color: #385F95;
|
|
text-decoration:none;
|
|
}
|
|
.x-grid3-td-topic a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
.details .x-btn-text {
|
|
background-image: url(details.gif);
|
|
}
|
|
.x-resizable-pinned .x-resizable-handle-south{
|
|
background:url(../../resources/images/default/sizer/s-handle-dark.gif);
|
|
background-position: top;
|
|
} |