Subversion Repositories eFlore/Applications.coel

Rev

Rev 10 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 49
Line 1... Line 1...
1
/** Add css rules here for your application. */
1
/** Les CSS de l'application COEL */
Line -... Line 2...
-
 
2
 
-
 
3
* {
-
 
4
  margin: 0px;
-
 
5
  padding: 0px;
-
 
6
}
-
 
7
 
-
 
8
#loading {
-
 
9
  position: absolute;
-
 
10
  left: 45%;
-
 
11
  top: 40%;
-
 
12
  margin-left: -45px;
-
 
13
  padding: 2px;
-
 
14
  z-index: 20001;
-
 
15
  height: auto;
-
 
16
  border: 1px solid #ccc;
Line 2... Line -...
2
 
-
 
3
 
17
}
4
/** Example rules used by the template application (remove for your app) */
18
 
5
.pc-template-btn {
-
 
6
  display: block;
19
#loading a {
Line 7... Line 20...
7
  font-size: 16pt
20
  color: #225588;
-
 
21
}
-
 
22
 
-
 
23
#loading .loading-indicator {
-
 
24
  background: white;
8
}
25
  color: #444;
-
 
26
  font: bold 13px tahoma, arial, helvetica;
9
 
27
  padding: 10px;
-
 
28
  margin: 0;
-
 
29
  height: auto;
-
 
30
}
-
 
31
 
-
 
32
#loading .loading-indicator img {
-
 
33
  margin-right:8px;
-
 
34
  float:left;
-
 
35
  vertical-align:top;
-
 
36
}
-
 
37
 
10
#pc-template-img {
38
#loading-msg {