Commit 91dc88ff authored by Nicolas Delaby's avatar Nicolas Delaby

Enable horizontal field alignment in formbox

thanks to css class horizontal_align_form_box, sub fields will be displayed horizontally

increment version for 22baeab9c43113428ccf9472798732dc212d305f
parent 44e0b22f
......@@ -1412,7 +1412,22 @@ div.pdf-preview-navigation img.next{\n
div.pdf-preview-navigation img.last{\n
background-image:url("images/2rightarrowb.png");\n
}\n
\n
.horizontal_align_form_box > div.input {\n
float: right;\n
width: 70%; /* because label width is 30%*/\n
}\n
\n
.horizontal_align_form_box > div.input > div.field {\n
clear: none;\n
float: left;\n
width: auto;\n
}\n
\n
.horizontal_align_form_box > div.input > div.field > label {\n
width: auto;\n
padding-top: 2px;\n
}
]]></string> </value>
</item>
......
1074
\ No newline at end of file
1075
\ 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