# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/templates/default/template.css +++ components/com_comprofiler/plugin/templates/default/template.css @@ -100,7 +100,7 @@ */ /* For tableless forms */ -form.cb_form , .cb_tab_content { width: 100%; margin: 0px; padding: 0px; border-width: 0px; } +form.cb_form { width: 100%; margin: 0px; padding: 0px; border-width: 0px; } form.cb_form .cb_form_instructions , .cb_tab_content .cb_form_instructions { width: 98%; text-align: left; clear: both; padding:8px 3px 8px 6px; } form.cb_form .cb_form_line , .cb_tab_content .cb_form_line { width: 98%; text-align: left; clear: both; padding:3px 3px 4px 6px; } form.cb_form .cb_form_line label , .cb_tab_content .cb_form_line label { display: block; float: left; width: 28%; font-weight:bold; vertical-align: top; }