Private GIT

Skip to content
Snippets Groups Projects
Commit 94337c95 authored by Laurent Pinsivy's avatar Laurent Pinsivy Committed by Kev
Browse files

#5534 - remove padding to align field with others (#5553)

parent 2b90c55f
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<tr class="list_one"> <tr class="list_one">
<td class="FormRowField"><img class="helpTooltip" name="tip_data_source_name">{$form.ds_name.label}</td> <td class="FormRowField"><img class="helpTooltip" name="tip_data_source_name">{$form.ds_name.label}</td>
<td id="td_ds"><table id="table_ds" border="0"><tr> <td id="td_ds"><table id="table_ds" border="0"><tr>
<td id="td_ds_html" class="FormRowValue" style="padding: 0px; border-width: 0px;">{$form.ds_name.html}</td> <td id="td_ds_html" class="FormRowValue">{$form.ds_name.html}</td>
{if $o == "a" || $o == "c"} {if $o == "a" || $o == "c"}
<td id="td_list_metrics" style="padding: 0px; border-width: 0px;"> <td id="td_list_metrics" style="padding: 0px; border-width: 0px;">
&nbsp;<img src="./img/icons/arrow-left.png" class="ico-14" onclick="insertValueQuery()" />&nbsp; &nbsp;<img src="./img/icons/arrow-left.png" class="ico-14" onclick="insertValueQuery()" />&nbsp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment