X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..de9d1ec272d6133634321d9005824dd9c4000331:/src/editor/views/dialog/templates/select.html diff --git a/src/editor/views/dialog/templates/select.html b/src/editor/views/dialog/templates/select.html index 4b5a1de..1e527a6 100644 --- a/src/editor/views/dialog/templates/select.html +++ b/src/editor/views/dialog/templates/select.html @@ -1,4 +1,4 @@ -<p> +<div> <div style="float: left; width:100px;"><%= label %>:</div> <select name="<%= name %>"> <% options.forEach(function(option) { %> @@ -6,4 +6,4 @@ <% }); %> </select> <span class="description"><%= description %></span> -</p> \ No newline at end of file +</div> \ No newline at end of file