Subversion Repositories eFlore/Applications.del

Rev

Rev 156 | Rev 164 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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
 
119 aurelien 33
/** Erreur dans un formulaire de type texte **/
34
.erreurFormTexte {
35
	background-color : red ;
36
}
37
 
142 aurelien 38
/** Style pour les barres de vote **/
162 aurelien 39
 
40
.barreRepartition, .barreRepartitionAucunVote {
142 aurelien 41
	height:20px;
162 aurelien 42
	width:200px;
142 aurelien 43
	border:1px solid black;
162 aurelien 44
}
45
 
46
.barreRepartition {
142 aurelien 47
	background-color: red;
48
}
49
 
162 aurelien 50
.barreRepartitionAucunVote {
51
	background-color: #DDDDDD;
52
}
53
 
142 aurelien 54
.elementBarreRepartition {
55
	height: 100%;
56
}
57
 
58
.voteOui {
146 aurelien 59
	background-color: green;
142 aurelien 60
	border-right: 1px solid black;
146 aurelien 61
}
142 aurelien 62
 
146 aurelien 63
.nomTaxonBarreRepartition {
64
    float: right;
65
    margin-top: -18px;
162 aurelien 66
    margin-right: 5px;
146 aurelien 67
}
68
 
1 aurelien 69
/** Set ids using widget.getElement().setId("idOfElement") */
70
#closeButton {
71
  margin: 15px 6px 6px;
72
}
53 gduche 73
 
143 gduche 74
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
118 gduche 75
 
82 benjamin 76
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
77
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
118 gduche 78
 
143 gduche 79
.titre{font-size:20px; font-weight:bold}
80
.sousTitre{font-size:15px; font-weight:bold}
81
.petit {font-size:11px; color:#888}
82
.gras {font-weight:bold}
83
.plein {width:100%;}
84
.tiers {width:30%}
85
 
86
.actif {background:#8EB533}
87
.inactif {background:white}
88
 
89
.gauche { float:left}
156 gduche 90
.droite { float:right}
91
 
92
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}