Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1077 → Rev 1078

/trunk/war/del.css
4,9 → 4,13
}
/** Add css rules here for your application. */
body,html {
height: 100%
height: 100%;
}
 
body div {
font-family:arial;
}
 
/** Example rules used by the template application (remove for your app) */
h1 {
font-size: 2em;
127,6 → 131,16
color: #FD8C13;
}
 
.labelLien {
border-bottom: 1px dotted #95AE5D;
color: #598000;
cursor:pointer;
}
.labelLien:hover {
border-bottom: 1px dotted #95AE5D;
color: #FD8C13;
}
 
.lien {
color: blue;
text-decoration: underline;
474,4 → 488,5
}
.etoiles_5 {
background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
}
}