Positionnement des champs

This commit is contained in:
Michael RICOIS 2012-01-06 13:26:55 +00:00
parent 85899d2711
commit e663ed73a5

View File

@ -1,4 +1,3 @@
.range {background-color:transparent;}
body {
background: url("/themes/default/images/bg-home-tile.jpg") repeat-x scroll 50% 0 #005596;
color: #000000;
@ -6,10 +5,6 @@ body {
margin: 0;
padding: 0;
}
.slider-range
{
width:150px;
}
#global {
position: relative;
@ -281,12 +276,13 @@ table.ciblage td {
.fieldgrp label {
font-weight: bold;
width: 300px;
width: 350px;
clear: both;
line-height: 22px;
_padding-top: 3px;
float: left;
display: block;
font-size:0.9em;
}
.field {
@ -314,10 +310,17 @@ table.ciblage td {
}
.field input,.field select {
font-size: 110%;
font-size: 0.9em;
margin: 2px 0;
}
.field input[type="radio"] {
margin: 0 5px 0 5px;
}
}
.slider-range
{
width:150px;
}
.range {background-color:transparent;}