# 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/luna/template.css +++ components/com_comprofiler/plugin/templates/luna/template.css @@ -904,3 +904,9 @@ ul#fieldValuesList li { height: 2em; line-height: 1.0em; background-image:url(images/mini-icons/icon-18-sort_up_down.png); background-position:right center; background-repeat:no-repeat; margin-left: 20px; margin-bottom: 4px; cursor: move; } ul#fieldValuesList li input { cursor: text; } .fieldValuesList-selected { height: 2em; line-height: 1.0em; background-color: #E6F7D4; background-image:none !important; } + +table.adminform table.paramlist tr td input, +table.adminform table.paramlist tr td label { + float: none; + display: inline; +} \ No newline at end of file