Subversion Repositories Applications.reseau

Compare Revisions

Ignore whitespace Rev 80 → Rev 81

/trunk/pages/miniregen/style.css
New file
0,0 → 1,38
#corps {
padding: 20px;
}
 
#logo {
float: left;
}
 
#logo img {
height: 100px;
margin-top: 10px;
margin-right: 15px;
}
 
#zone-formulaire {
padding: 10px;
margin-top: 40px;
}
 
#ids {
width: 300px;
height: 150px;
margin-bottom: 20px;
margin-top: 10px;
}
 
#ok {
margin-right: 10px;
}
 
#succes {
color: green;
}
 
#erreur {
color: red;
}