odea/public/themes/default/styles/economique.css
2012-03-05 08:17:26 +00:00

66 lines
899 B
CSS

#economique
{
font-size:13px;
text-shadow: 1px 1px 1px white;
}
#economique select {
width:80px;
}
#economique li {
height:20px;
padding:5px;
border:1px solid silver;
margin-top:2px;
background-image:url('/themes/default/images/stripe.png');
background-repeat: repeat-x;
}
#economique li:hover {
background-image:url('/themes/default/images/stripe-hover.png');
background-repeat: repeat-x;
}
#link
{
text-align:right;
margin-top:20px;
font-size:13px;
}
#economique .interval input[type=text]
{
width:100px;
}
#economique select.intervalSelect
{
width:102px;
}
#economique select
{
width:265px;
}
a:hover
{
text-decoration: none;
text-shadow: 1px 1px 1px #615F5F;
}
.error {
display:block;
border:1px solid red;
height:40px;
background-color:#F8C5C5;
margin-bottom:5px;
}
.error div {
margin-top:12px;
margin-left:5px;
color:red;
text-shadow: 1px 1px white;
}