Mise à jour des styles

This commit is contained in:
Michael RICOIS 2012-01-06 12:49:24 +00:00
parent c48243d49c
commit 2bbd3f66cd

View File

@ -9,7 +9,6 @@ body {
.slider-range
{
width:150px;
float:right;
}
#global {
@ -277,3 +276,61 @@ table.ciblage td {
margin:5px 0;
}
.fieldgrp {
clear: both;
width: 100%;
margin-bottom: .5em;
overflow: hidden;
}
.fieldgrp:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.fieldgrp label {
font-weight: bold;
width: 300px;
clear: both;
line-height: 22px;
_padding-top: 3px;
float: left;
display: block;
}
.field {
width: 300px;
float: left;
padding: 0 10px 0 0;
line-height: 22px;
_padding-top: 3px;
}
.field .longfield {
width: 215px;
}
.field .longfield-select {
width: 220px;
}
.field .smallfield {
width: 95px;
}
.field .medfield {
width: 110px;
}
.field input,.field select {
font-size: 110%;
margin: 2px 0;
}
.field input[type="radio"] {
margin: 0 5px 0 5px;
}