Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / menu / menus.css
1 #container {
2     width:750px;
3     height:300px;
4     border:3px solid #c3daf9;
5 }
6
7 .calendar {
8     background-image:url(../../resources/themes/images/default/shared/calendar.gif) !important;
9 }
10
11 .blist {
12     background-image: url(list-items.gif) !important;
13 }
14
15 .bmenu {
16     background-image: url(menu-show.gif) !important;
17 }
18
19 .menu-title{
20     background: #D6E3F2;
21     border-style: solid;
22     border-color:#DAE6F4 #99bbe8 #99bbe8 #DAE6F4;
23     border-width: 1px;
24     margin:-2px -2px 0;
25     color:#15428b;
26     font:bold 10px tahoma,arial,verdana,sans-serif;
27     display:block;
28     padding:3px;
29 }
30
31 .user {
32     background-image:url(../shared/icons/fam/user.gif) !important
33 }
34 .edit {
35     background-image:url(../toolbar/images/im32x32.gif) !important;
36 }
37 .add {
38     background-image:url(../button/images/add.gif) !important;
39 }