odea/public/themes/default/styles/entreprise.css
2012-02-15 10:58:53 +00:00

61 lines
798 B
CSS

#entreprise
{
font-size:13px;
text-shadow: 1px 1px 1px white;
}
#entreprise select {
width:70%;
}
#entreprise li {
height:20px;
padding:5px;
border:1px solid silver;
margin-top:2px;
background-image:url('/themes/default/images/stripe.png');
background-repeat: repeat-x;
}
#entreprise li:hover {
background-image:url('/themes/default/images/stripe-hover.png');
background-repeat: repeat-x;
}
#entreprise li input {
width:125px;
}
#link
{
text-align:right;
margin-top:20px;
font-size:13px;
}
#entreprise .interval input[type=text]
{
width:100px;
}
#entreprise select.intervalSelect
{
width:102px;
}
#entreprise select
{
width:265px;
}
.resetFamille
{
cursor:pointer;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
text-shadow: 1px 1px 1px #615F5F;
}