X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/58ba604b1c414d5484d8165c38662050809655aa..1038a12a841bbacec60cd8a73a93ecf1658ea8a5:/src/editor/views/dialog/templates/select.html?ds=inline 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