X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/58ba604b1c414d5484d8165c38662050809655aa..a49547b7a4bef633bb92bee9cf97fdcfe67c76aa:/src/editor/views/dialog/templates/checkbox.html diff --git a/src/editor/views/dialog/templates/checkbox.html b/src/editor/views/dialog/templates/checkbox.html index 3c14092..a6ad457 100644 --- a/src/editor/views/dialog/templates/checkbox.html +++ b/src/editor/views/dialog/templates/checkbox.html @@ -1,5 +1,5 @@ -<p> +<div> <div style="float: left; width:100px;"><%= label %>:</div> <input type="checkbox" name="<%= name %>"/> <span class="description"><%= description %></span> -</p> \ No newline at end of file +</div> \ No newline at end of file