Skip to content

Commit

Permalink
moved searchbar more to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylensky committed Oct 27, 2021
1 parent f059c18 commit babe68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/templates/Nexus/wiki/widgets/search-box.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<form action='{if $PAGE_RESULT == 1}{if $WP_TYPE}{else}wiki/{/if}../{else}{/if}' method ='GET' class="eight wide column" style="margin-left: 1rem; margin-right: 1rem; width: 45%!important">
<form action='{if $PAGE_RESULT == 1}{if $WP_TYPE}{else}wiki/{/if}../{else}{/if}' method ='GET' class="eight wide column" style="margin-right: 1rem; width: 50%!important">
<div class="ui search icon input right floated" style="margin: 0; margin-bottom: 1rem">
<div class="ui mini icon input right aligned" style="margin: 0">
<input class="" type="text" name="search" id="search" value="{$SEARCH_RESULT}" placeholder="{$SEARCH_PLACEHOLDER}" style="margin: 0"> <!-- Add class prompt to make it beautifuler -->
Expand Down

0 comments on commit babe68e

Please sign in to comment.