Subversion Repositories eFlore/Applications.del

Rev

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

Rev 82 Rev 118
Line 4... Line 4...
4
/** Example rules used by the template application (remove for your app) */
4
/** Example rules used by the template application (remove for your app) */
5
h1 {
5
h1 {
6
  font-size: 2em;
6
  font-size: 2em;
7
  font-weight: bold;
7
  font-weight: bold;
8
  color: #777777;
8
  color: #777777;
9
  margin: 40px 0px 70px;
9
  margin: 40px 0px 0px;
10
  text-align: center;
10
  text-align: center;
11
}
11
}
Line -... Line 12...
-
 
12
 
-
 
13
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
12
 
14
 
13
.sendButton {
15
.sendButton {
14
  display: block;
16
  display: block;
15
  font-size: 16pt;
17
  font-size: 16pt;
Line 31... Line 33...
31
/** Set ids using widget.getElement().setId("idOfElement") */
33
/** Set ids using widget.getElement().setId("idOfElement") */
32
#closeButton {
34
#closeButton {
33
  margin: 15px 6px 6px;
35
  margin: 15px 6px 6px;
34
}
36
}
Line -... Line 37...
-
 
37
 
-
 
38
#titre {background:url(/img/identiplante.png) no-repeat center -1px; padding-top:80px}
35
 
39
 
36
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
40
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
-
 
41
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
-
 
42
 
-
 
43
.titre{font-size:15px; font-weight:bold}
37
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
44
.petit {font-size:11px; color:#AAA}