# 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 @@ -108,7 +108,9 @@ 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; } form.cb_form .cb_form_line div label , .cb_tab_content .cb_form_line div label { display: inline;float: none; width: auto; font-weight:normal; } +form.cb_form .cbtwolinesfield label , .cb_tab_content .cbtwolinesfield label { display: block; float: none; width: 100%; font-weight:bold; vertical-align: top; } form.cb_form .cb_form_line .cb_field , .cb_tab_content .cb_form_line .cb_field { display: block; float: left; width: 70%; font-weight:normal; vertical-align: top; } +form.cb_form .cbtwolinesfield .cb_field , .cb_tab_content .cbtwolinesfield .cb_field { display: block; float: none; width: 100%; font-weight:normal; vertical-align: top; } form.cb_form .cb_form_buttons_line , .cb_tab_content .cb_form_buttons_line { width: 100%; text-align: center; padding-top: 8px; padding-bottom: 12px; } form.cb_form .cb_form_line .cb_field input, form.cb_form .cb_form_line .cb_field select , .cb_tab_content .cb_form_line .cb_field input, .cb_tab_content .cb_form_line .cb_field select { margin-top:0px;