Skip to content

Commit

Permalink
more style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 5, 2022
1 parent 8c7b3af commit 4790dbc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<i wicket:id="help" style="float: left; margin-top: 7px;"/>
<div class="search-item-field" wicket:id="searchItemField" style="float: left;" />
<div class="search-item-field" wicket:id="checkDisable" style="float: left; margin-top: 4px;" />
<a wicket:id="removeButton" class="btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-remove"/>
<a wicket:id="removeButton" class="my-1 btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-times"/>
</a>
</div>
</wicket:panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="search-item-label" wicket:id="searchItemField" style="width: auto !important; float: left;" />
<div class="search-item-label" wicket:id="searchItemLabel" style="padding-left: 0px !important; width: auto !important; float: left;" />
<i wicket:id="help" style="float: left; margin-top: 7px;"/>
<a wicket:id="removeButton" class="btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-remove"/>
<a wicket:id="removeButton" class="my-1 btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-times"/>
</a>
</div>
</wicket:panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="search-item-label" wicket:id="searchItemLabel" style="width: auto !important; float: left;" />
<i wicket:id="help" style="float: left; margin-top: 7px;"/>
<div class="search-item-field" wicket:id="searchItemField" style="float: left;" />
<a wicket:id="removeButton" class="btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-remove"/>
<a wicket:id="removeButton" class="my-1 btn btn-xs btn-default search-item-remove-button" style="float: left;">
<i class="fa fa-times"/>
</a>
</div>
</wicket:panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="search-item-label" wicket:id="clickableName" style="width: auto !important; float: left;" />
<div class="search-item-label" wicket:id="searchItemLabel" style="padding-left: 0px !important; width: auto !important; float: left;" />
<i wicket:id="help" style="float: left; margin-top: 7px;"/>
<a wicket:id="removeButton" class="btn btn-sm px-1">
<i class="fa fa-remove"/>
<a wicket:id="removeButton" class="my-1 btn btn-sm px-1">
<i class="fa fa-times"/>
</a>
</div>
</wicket:panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h3 class="box-title"><wicket:message key="SchemaListPanel.objectClasses"/></h3>
wicket:message="placeholder:SchemaListPanel.objectClass"/>

<span class="input-group-append">
<a class="btn btn-danger btn-sm" wicket:id="clearSearch"
<a class="my-1 btn btn-danger btn-sm" wicket:id="clearSearch"
wicket:message="title:PageBase.button.tooltip.clearSearch">
<i class="fa fa-remove"/>
<i class="fa fa-times"/>
</a>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<div wicket:id="state"/>
</div>
<span class="btn-group">
<a class="btn btn-danger btn-sm" wicket:message="title:PageBase.button.tooltip.clearSearch"
<a class="my-1 btn btn-danger btn-sm" wicket:message="title:PageBase.button.tooltip.clearSearch"
wicket:id="searchClear">
<i class="fa fa-remove"/>
<i class="fa fa-times"/>
</a>
</span>
</form>
Expand Down

0 comments on commit 4790dbc

Please sign in to comment.