浏览代码

clientarea

andre 8 月之前
父节点
当前提交
669868c661
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      siteBuilder_new_site.tpl

+ 3 - 3
siteBuilder_new_site.tpl

@@ -31,13 +31,13 @@
 									</div>
 								</td>
 							</tr>
-							<form style="display:flex;flex-direction:row;align-items:center;justify-content: space-between;" method="post" action="clientarea.php?action=productdetails">
+							<form style="display:flex;flex-direction:row;align-items:right;justify-content: space-between;" method="post" action="clientarea.php?action=productdetails">
 							<tr>
-								<td style="white-space: nowrap;">						
+								<td>						
 										<input type="hidden" name="id" value="{$id}" />
 										<input type="hidden" name="modop" value="custom" />
 										<input type="hidden" name="a" value="addSite" />
-										<input type="text" maxlength=256 name="d" /><b>.{$domain}</b>
+										<input style="margin-right:5px;" type="text" maxlength=256 name="d" /><b>.{$domain}</b>
 								</td>
 							</tr>
 							<tr>