- 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
51
www/extras/extjs/examples/examples.css
vendored
Normal file
51
www/extras/extjs/examples/examples.css
vendored
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
/*
|
||||
* Ext JS Library 1.0.1
|
||||
* Copyright(c) 2006-2007, Ext JS, LLC.
|
||||
* licensing@extjs.com
|
||||
*
|
||||
* http://www.extjs.com/license
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family:verdana,tahoma,helvetica;
|
||||
padding:20px;
|
||||
padding-top:32px;
|
||||
font-size:13px;
|
||||
background-color:#fff !important;
|
||||
}
|
||||
p {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
h1 {
|
||||
font-size:large;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.example-info{
|
||||
width:150px;
|
||||
border:1px solid #c3daf9;
|
||||
border-top:1px solid #DCEAFB;
|
||||
border-left:1px solid #DCEAFB;
|
||||
background:#ecf5fe url(info-bg.gif) repeat-x;
|
||||
font-size:10px;
|
||||
padding:8px;
|
||||
}
|
||||
pre.code{
|
||||
background: #F8F8F8;
|
||||
border: 1px solid #e8e8e8;
|
||||
padding:10px;
|
||||
margin:10px;
|
||||
margin-left:0px;
|
||||
border-left:5px solid #e8e8e8;
|
||||
font-size: 12px !important;
|
||||
line-height:14px !important;
|
||||
}
|
||||
.msg .x-box-mc {
|
||||
font-size:14px;
|
||||
}
|
||||
#msg-div {
|
||||
position:absolute;
|
||||
left:35%;
|
||||
top:10px;
|
||||
width:250px;
|
||||
z-index:20000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue