Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
 
9
.x-menu {
10
	border: 1px solid #718bb7;
11
	z-index: 15000;
12
	zoom: 1;
13
	background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
14
	padding: 2px;
15
}
16
.x-menu a {
17
    text-decoration: none !important;
18
}
19
.ext-ie .x-menu {
20
    zoom:1;
21
    overflow:hidden;
22
}
23
.x-menu-list{
24
	background:transparent;
25
	border:0 none;
26
}
27
.x-menu li{
28
	line-height:100%;
29
}
30
.x-menu li.x-menu-sep-li{
31
	font-size:1px;
32
	line-height:1px;
33
}
34
.x-menu-list-item{
35
	font:normal 11px tahoma,arial, sans-serif;
36
    white-space: nowrap;
37
    -moz-user-select: none;
38
	-khtml-user-select: none;
39
	display:block;
40
	padding:1px;
41
}
42
.x-menu-item-arrow{
43
	background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
44
}
45
.x-menu-sep {
46
	display:block;
47
	font-size:1px;
48
	line-height:1px;
49
	margin: 2px 3px;
50
    background-color:#e0e0e0;
51
	border-bottom:1px solid #fff;
52
    overflow:hidden;
53
}
54
.x-menu-focus {
55
	position:absolute;
56
	left:0;
57
	top:-5px;
58
	width:0;
59
	height:0;
60
    line-height:1px;
61
}
62
.x-menu a.x-menu-item {
63
	display:block;
64
	line-height:16px;
65
	padding:3px 21px 3px 3px;
66
	white-space: nowrap;
67
	text-decoration:none;
68
	color:#222;
69
	-moz-outline: 0 none;
70
	outline: 0 none;
71
	cursor:pointer;
72
}
73
.x-menu-item-active {
74
	background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
75
	border:1px solid #aaccf6;
76
	padding: 0;
77
}
78
.x-menu-item-active a.x-menu-item {
79
    color: #233d6d;
80
}
81
 
82
.x-menu-item-icon {
83
	border: 0 none;
84
	height: 16px;
85
	padding: 0;
86
	vertical-align: top;
87
	width: 16px;
88
	margin: 0 8px 0 0;
89
   background-position:center;
90
}
91
 
92
.x-menu-check-item .x-menu-item-icon{
93
	background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
94
}
95
 
96
.x-menu-item-checked .x-menu-item-icon{
97
	background-image:url(../images/default/menu/checked.gif);
98
}
99
.x-menu-group-item .x-menu-item-icon{
100
	background: transparent;
101
}
102
 
103
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
104
    background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
105
}
106
 
107
.x-menu-plain {
108
	background:#fff !important;
109
}
110
.x-menu-date-item{
111
	padding:0;
112
}
113
 
114
.x-menu .x-color-palette, .x-menu .x-date-picker{
115
    margin-left: 26px;
116
	 margin-right:4px;
117
}
118
.x-menu .x-date-picker{
119
    border:1px solid #a3bad9;
120
    margin-top:2px;
121
    margin-bottom:2px;
122
}
123
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
124
	 margin: 0;
125
	 border: 0 none;
126
}
127
.x-date-menu {
128
   padding:0 !important;
129
}
130
 
131
.x-cycle-menu .x-menu-item-checked {
132
    border:1px dotted #a3bae9 !important;
133
    background:#DFE8F6;
134
	padding:0;
135
}