17 lines
No EOL
329 B
CSS
17 lines
No EOL
329 B
CSS
/*
|
|
* Ext JS Library 1.0.1
|
|
* Copyright(c) 2006-2007, Ext JS, LLC.
|
|
* licensing@extjs.com
|
|
*
|
|
* http://www.extjs.com/license
|
|
*/
|
|
|
|
#container {
|
|
width:600px;
|
|
height:300px;
|
|
border:3px solid #c3daf9;
|
|
}
|
|
|
|
.calendar .x-menu-item-icon {
|
|
background-image:url(../../resources/images/default/shared/calendar.gif);
|
|
} |