]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add submit to horizontal form
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 13 Mar 2017 17:08:02 +0000 (17:08 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 15 Mar 2017 22:14:42 +0000 (22:14 +0000)
docs/documentation/elements/form.html

index d1cc78c4edf86ac5ec39aa320247cf77d84ce658..bd07d2cea006ac65a54f19746549a560659cbfbf 100644 (file)
@@ -817,6 +817,21 @@ doc-subtab: form
     </div>
   </div>
 </div>
+
+<div class="field is-horizontal">
+  <div class="field-label">
+    <!-- Left empty for spacing -->
+  </div>
+  <div class="field-body">
+    <div class="field">
+      <div class="control">
+        <button class="button is-primary">
+          Send message
+        </button>
+      </div>
+    </div>
+  </div>
+</div>
 {% endcapture %}
 {{horizontal_form_example}}
 {% highlight html %}