Sorry to bother you again, I have a css style problem.
If I knew better about css I guess I could work this out, but I don't : )
So here it is :
http://www.strada-dici.com/2010/07/test-gravity-form/
I want "Jour de Debut" and "Heure de Debut" on one line
And "Jour de Fin" and "Heure de Fin" on the next line.
As you can probably see "Heure de Debut" and "Heure de Fin" are composed of one html field and two number fields.
The problem is that "Heure de Fin" and "mm" are not at the right place.
I am using the following code :
.TwoItems_Left {clear:both; float:left; width:50%;}
.TwoItems_Right {float:left; width:50%;}
.OneItem {clear:both;}
.FirstTimeItem {float:left; width:50px;}
.SecondTimeItem {float:left; width:50px;}
li#field_1_20 div.instruction,
li#field_1_21 div.instruction {display:none}
li#field_1_23 div.instruction,
li#field_1_24 div.instruction {display:none}
with the following css aplied :
"Titre de la manifestation" => 'OneItem'
"Jour de Debut" => 'TwoItems_Left'
"Heure de Debut" => plain html
"hh"=> 'FirstTimeItem'
"mm" => 'SecondTimeItem'
"Jour de Fin" => 'Two_Items_Left'
"Description de la manifestation" => 'OneItem'
Thanks for your patience,
--
Erwan
Posted 14 years ago on Thursday October 21, 2010 |
Permalink