Explorar el Código

clientareafunctions

andre hace 3 años
padre
commit
2083c449c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cwp7_add_domain.tpl

+ 2 - 2
cwp7_add_domain.tpl

@@ -42,8 +42,8 @@
 											<input type="hidden" name="id" value="{$id}" />
 											<input type="hidden" name="modop" value="custom" />
 											<input type="hidden" name="a" value="addDomain" />
-											<input style="padding:10px;" class="form-control" type="text" size=50 maxlength=256 name="d" /> 
-											<button type="submit" class="btn btn-primary">
+											<input class="form-control" type="text" size=50 maxlength=256 name="d" /> 
+											<button style="margin-left:10px;" type="submit" class="btn btn-primary">
 												Erstellen
 											</button>
 										</form>