Subversion Repositories eFlore/Applications.del

Rev

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

Rev 142 Rev 143
Line 55... Line 55...
55
/** Set ids using widget.getElement().setId("idOfElement") */
55
/** Set ids using widget.getElement().setId("idOfElement") */
56
#closeButton {
56
#closeButton {
57
  margin: 15px 6px 6px;
57
  margin: 15px 6px 6px;
58
}
58
}
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
#titre {background:url(/img/identiplante.png) no-repeat center -1px; padding-top:80px}
60
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
61
 
61
 
Line 62... Line -...
62
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
-
 
63
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
-
 
64
 
62
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
-
 
63
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
-
 
64
 
-
 
65
.titre{font-size:20px; font-weight:bold}
-
 
66
.sousTitre{font-size:15px; font-weight:bold}
-
 
67
.petit {font-size:11px; color:#888}
-
 
68
.gras {font-weight:bold}
-
 
69
.plein {width:100%;}
-
 
70
.tiers {width:30%}
-
 
71
 
-
 
72
.actif {background:#8EB533}
-
 
73
.inactif {background:white}
-
 
74
 
65
.titre{font-size:15px; font-weight:bold}
75
.gauche { float:left}