Subversion Repositories eFlore/Applications.cel

Rev

Rev 328 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
328 aurelien 1
#loading {
2
    position: absolute;
3
    left: 45%;
4
    top: 40%;
5
    padding: 2px;
6
    z-index: 20001;
7
    height: auto;
8
    border: 1px solid #ccc;
9
}
10
 
11
#loading a {
12
    color: #225588;
13
}
14
 
15
#loading .loading-indicator {
16
    background: white;
17
    color: #444;
18
    font: bold 13px tahoma, arial, helvetica;
19
    padding: 10px;
20
    margin: 0;
21
    height: auto;
22
}
23
 
24
#loading-msg {
25
    font: normal 10px arial, tahoma, sans-serif;
26
}
27
 
28
.x-portlet {
29
    margin-bottom:10px;
30
}
31
 
32
.x-portal .x-panel-dd-spacer {
33
    margin-bottom:10px;
34
}
35
 
36
/*
37
 * FF3 grid support
38
 */
39
.x-grid3 table {
40
    table-layout:fixed;
41
}
42
 
43
/*
44
 * FF3 calendar support
45
 */
46
div.x-date-picker {
47
    width:10px;
48
}
49
 
50
/*
51
 * FF2 / FF3 issue with scrolling when having an EditorGridPanel
52
 */
53
.ext-gecko .x-grid-editor {
54
	position: relative !important;
55
	float: left;
56
}