- Replaced color picker form control with a more robust version.
This commit is contained in:
parent
6fe068e42d
commit
6e0470771e
1193 changed files with 342 additions and 223 deletions
62
www/extras/extjs/examples/grid/grid-examples.css
vendored
Normal file
62
www/extras/extjs/examples/grid/grid-examples.css
vendored
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
/*
|
||||
* Ext JS Library 1.0.1
|
||||
* Copyright(c) 2006-2007, Ext JS, LLC.
|
||||
* licensing@extjs.com
|
||||
*
|
||||
* http://www.extjs.com/license
|
||||
*/
|
||||
|
||||
#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;
|
||||
}
|
||||
#xml-grid-example.x-grid-mso{
|
||||
border: 1px solid #6593cf;
|
||||
}
|
||||
#xml-grid-example.x-grid-vista{
|
||||
border: 1px solid #b3bcc0;
|
||||
}
|
||||
#editor-grid .x-grid-col-2{
|
||||
text-align:right;
|
||||
}
|
||||
.x-grid-col-topic b {
|
||||
font-family:tahoma, verdana;
|
||||
color:#333;
|
||||
display:block;
|
||||
padding-left:18px;
|
||||
line-height:18px;
|
||||
vertical-align:middle;
|
||||
background:transparent url(topic.gif) no-repeat left 1px;
|
||||
}
|
||||
.x-grid-col-topic b i {
|
||||
font-weight:normal;
|
||||
font-style: normal;
|
||||
color:#000;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue