[DE PE SSE] Fix search styles
This commit is contained in:
parent
4e91fb42a3
commit
f35f86c5bf
|
@ -17,16 +17,16 @@
|
||||||
<label id="search-adv-results-number" style="display: inline-block;">
|
<label id="search-adv-results-number" style="display: inline-block;">
|
||||||
<%= scope.textSearchResults %>
|
<%= scope.textSearchResults %>
|
||||||
</label>
|
</label>
|
||||||
<div class="search-nav-btns" style="display: inline-block; float: right;">
|
<div class="search-nav-btns">
|
||||||
<div id="search-adv-back" style="display: inline-block; margin-right: 4px;"></div>
|
<div id="search-adv-back"></div>
|
||||||
<div id="search-adv-next" style="display: inline-block;"></div>
|
<div id="search-adv-next"></div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="edit-setting">
|
<tr class="edit-setting">
|
||||||
<td class="padding-large">
|
<td class="padding-large">
|
||||||
<button type="button" class="btn btn-text-default" id="search-adv-replace" style="display: inline-block; min-width: 62px;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textReplace %></button>
|
<button type="button" class="btn btn-text-default" id="search-adv-replace" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textReplace %></button>
|
||||||
<button type="button" class="btn btn-text-default" id="search-adv-replace-all" style="display: inline-block; min-width: 78px;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textReplaceAll %></button>
|
<button type="button" class="btn btn-text-default" id="search-adv-replace-all" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textReplaceAll %></button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="search-options-block">
|
<tr class="search-options-block">
|
||||||
|
|
|
@ -160,6 +160,30 @@
|
||||||
color: @text-secondary-ie;
|
color: @text-secondary-ie;
|
||||||
color: @text-secondary;
|
color: @text-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-nav-btns {
|
||||||
|
display: inline-block;
|
||||||
|
float: right;
|
||||||
|
div {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
#search-adv-back {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-text-default {
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-adv-replace {
|
||||||
|
min-width: 62px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-adv-replace-all {
|
||||||
|
min-width: 78px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-options-block {
|
.search-options-block {
|
||||||
|
|
Loading…
Reference in a new issue