X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..f046659fbe4fd9fb752854f8ccb547918eddc5df:/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