Subversion Repositories eFlore/Applications.del

Rev

Rev 76 | Rev 118 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 82
1
/** Add css rules here for your application. */
1
/** Add css rules here for your application. */
2
 
2
 
3
 
3
 
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 70px;
10
  text-align: center;
10
  text-align: center;
11
}
11
}
12
 
12
 
13
.sendButton {
13
.sendButton {
14
  display: block;
14
  display: block;
15
  font-size: 16pt;
15
  font-size: 16pt;
16
}
16
}
17
 
17
 
18
/** Most GWT widgets already have a style name defined */
18
/** Most GWT widgets already have a style name defined */
19
.gwt-DialogBox {
19
.gwt-DialogBox {
20
  width: 400px;
20
  width: 400px;
21
}
21
}
22
 
22
 
23
.dialogVPanel {
23
.dialogVPanel {
24
  margin: 5px;
24
  margin: 5px;
25
}
25
}
26
 
26
 
27
.serverResponseLabelError {
27
.serverResponseLabelError {
28
  color: red;
28
  color: red;
29
}
29
}
30
 
30
 
31
/** Set ids using widget.getElement().setId("idOfElement") */
31
/** Set ids using widget.getElement().setId("idOfElement") */
32
#closeButton {
32
#closeButton {
33
  margin: 15px 6px 6px;
33
  margin: 15px 6px 6px;
34
}
34
}
35
 
35
 
36
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("/img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
36
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
37
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("/img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
37
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}