Modification du CSS pour les intervales

This commit is contained in:
Damien LASSERRE 2012-01-16 13:50:07 +00:00
parent bd0903538e
commit 6d4ff6fe65

View File

@ -311,6 +311,12 @@ table.ciblage td {
_padding-top: 3px;
}
.field a
{
font-size:10px;
color:blue;
}
.field .longfield {
width: 215px;
}
@ -343,4 +349,8 @@ table.ciblage td {
width:100%;
}
.range {background-color:transparent;}
.range {background-color:transparent;}
.interval input[type=text] {
width:100px;
}