Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 565 → Rev 566

/web/css/style_intercept.css
95,7 → 95,6
}
 
/* taille et position des logos */
 
#logo-alcasar {
position: absolute;
bottom: 25px;
111,20 → 110,15
}
 
/* placement et proportion de la boite de saisie et de l'aide */
 
#logon {
position: relative;
width: 620px;
top: 20px;
 
 
/* ombrage css3*/
 
-moz-box-shadow: 0px 0px 12px #000;
-webkit-box-shadow: 0px 0px 12px #000;
box-shadow: 0px 0px 12px #000;
}
 
#boite-logon {
background-image: url(../images/fond-bdd_grand.png);
background-repeat: repeat-x;
411,3 → 405,14
#box_info :link, #box_info :visited {
text-decoration: none;
}
#box_info UL{
text-align: left;
padding : 0 0 0 15px;
margin : 10px;
}
#box_info LI{
text-align: left;
font-size: 10px;
list-style-type : disc;
padding : 0 0 0 0;
}