| 1 |
aurelien |
1 |
/** Add css rules here for your application. */
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
/** Example rules used by the template application (remove for your app) */
|
|
|
5 |
h1 {
|
|
|
6 |
font-size: 2em;
|
|
|
7 |
font-weight: bold;
|
|
|
8 |
color: #777777;
|
| 118 |
gduche |
9 |
margin: 40px 0px 0px;
|
| 1 |
aurelien |
10 |
text-align: center;
|
|
|
11 |
}
|
|
|
12 |
|
| 118 |
gduche |
13 |
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
|
|
|
14 |
|
| 1 |
aurelien |
15 |
.sendButton {
|
|
|
16 |
display: block;
|
|
|
17 |
font-size: 16pt;
|
|
|
18 |
}
|
|
|
19 |
|
|
|
20 |
/** Most GWT widgets already have a style name defined */
|
|
|
21 |
.gwt-DialogBox {
|
|
|
22 |
width: 400px;
|
|
|
23 |
}
|
|
|
24 |
|
|
|
25 |
.dialogVPanel {
|
|
|
26 |
margin: 5px;
|
|
|
27 |
}
|
|
|
28 |
|
|
|
29 |
.serverResponseLabelError {
|
|
|
30 |
color: red;
|
|
|
31 |
}
|
|
|
32 |
|
|
|
33 |
/** Set ids using widget.getElement().setId("idOfElement") */
|
|
|
34 |
#closeButton {
|
|
|
35 |
margin: 15px 6px 6px;
|
|
|
36 |
}
|
| 53 |
gduche |
37 |
|
| 118 |
gduche |
38 |
#titre {background:url(/img/identiplante.png) no-repeat center -1px; padding-top:80px}
|
|
|
39 |
|
| 82 |
benjamin |
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;}
|
| 118 |
gduche |
42 |
|
|
|
43 |
.titre{font-size:15px; font-weight:bold}
|
|
|
44 |
.petit {font-size:11px; color:#AAA}
|