source: trunk/web/addons/job_monarch/lib/extjs/examples/menu/menus.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 724 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9#container {
10    width:600px;
11    height:300px;
12    border:3px solid #c3daf9;
13}
14
15.calendar {
16    background-image:url(../../resources/images/default/shared/calendar.gif) !important;
17}
18
19.blist {
20    background-image: url(list-items.gif) !important;
21}
22
23.bmenu {
24    background-image: url(menu-show.gif) !important;
25}
26
27.menu-title{
28    background: #ebeadb url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x;
29    border-bottom:1px solid #99bbe8;
30    color:#15428b;
31    font:bold 10px tahoma,arial,verdana,sans-serif;
32    display:block;
33    padding:3px;
34}
Note: See TracBrowser for help on using the repository browser.