Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 967 → Rev 968

/trunk/war/Coel.html
15,7 → 15,8
<!-- Any title is fine -->
<!-- -->
<title>Coel</title>
<!-- Fichier CSS spécifique à GXT -->
<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
<!-- Fichier CSS spécifique à l'application -->
<link rel="stylesheet" type="text/css" href="Coel.css" />
29,9 → 30,6
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="coel/coel.nocache.js"></script>
<!-- Fichier CSS spécifique à GXT -->
<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
</head>
 
<!-- -->
/trunk/war/Coel.css
206,4 → 206,11
/* #----------------------------------------------------------------------------------------------------------#*/
#main-button button{
font-weight:bold;
text-decoration:underline;}
text-decoration:underline;}
/* #----------------------------------------------------------------------------------------------------------#*/
/* FORMULAIRE */
/* #----------------------------------------------------------------------------------------------------------#*/
.obligatoire, .obligatoire input{
background:#FAA391;}
.obligatoire-ok, .obligatoire-ok input {
background:#B7DAAA;}