]> git.mxchange.org Git - friendica.git/commitdiff
Regular-size primary buttons on compose page
authorDamian Wajer <damian@damianwajer.com>
Wed, 18 Jan 2023 21:29:14 +0000 (22:29 +0100)
committerDamian Wajer <damian@damianwajer.com>
Thu, 19 Jan 2023 18:49:22 +0000 (19:49 +0100)
view/templates/item/compose.tpl

index 5cf81a5f91df6511cad891d8be0bb0239473d480..50e21b149f3489cbaa1ddecb9c05ae72a53e0034 100644 (file)
@@ -69,8 +69,8 @@
                                        <img role="presentation" id="profile-rotator" src="images/rotator.gif" alt="{{$l10n.wait}}" title="{{$l10n.wait}}" style="display: none;" />
                                </span>
                                <span role="presentation" id="character-counter" class="grey text-info"></span>
-                               <button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}" tabindex="5"><i class="fa fa-eye"></i> {{$l10n.preview}}</button>
-                               <button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit" tabindex="4"><i class="fa fa-envelope"></i> {{$l10n.submit}}</button>
+                               <button type="button" class="btn btn-defaul" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}" tabindex="5"><i class="fa fa-eye"></i> {{$l10n.preview}}</button>
+                               <button type="submit" class="btn btn-primary" id="comment-edit-submit-{{$id}}" name="submit" tabindex="4"><i class="fa fa-envelope"></i> {{$l10n.submit}}</button>
                        </p>
 
                        <div id="comment-edit-preview-{{$id}}" class="comment-edit-preview" style="display:none;"></div>