Commit db24a3e6 authored by Nicolas Delaby's avatar Nicolas Delaby

Follow recent modification on formbox rendering

parent 6b3f85bf
...@@ -1423,13 +1423,13 @@ div.pdf-preview-navigation img.last{\n ...@@ -1423,13 +1423,13 @@ div.pdf-preview-navigation img.last{\n
width: 70%; /* because label width is 30%*/\n width: 70%; /* because label width is 30%*/\n
}\n }\n
\n \n
.horizontal_align_form_box > div.input > div.field {\n .horizontal_align_form_box > div.input > fieldset > div.field {\n
clear: none;\n clear: none;\n
float: left;\n float: left;\n
width: auto;\n width: auto;\n
}\n }\n
\n \n
.horizontal_align_form_box > div.input > div.field > label {\n .horizontal_align_form_box > div.input > fieldset > div.field > label {\n
width: auto;\n width: auto;\n
padding-top: 2px;\n padding-top: 2px;\n
} }
......
1077 1078
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment