Enlarged the form filter buttons.

This commit is contained in:
alext 2018-01-02 13:32:09 +01:00
parent ab00577ac2
commit 5ae5719806
4 changed files with 17 additions and 15 deletions

View File

@ -29,16 +29,16 @@
<div class="input-group">
<input type="text" class="key form-control">
<span class="input-group-addon">
<div class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>
</span>
</div>
</div>
</form>

View File

@ -40,10 +40,10 @@
<span class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>
@ -155,10 +155,10 @@
<span class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>

View File

@ -51,10 +51,10 @@
<span class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>
@ -347,10 +347,10 @@
<span class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>
@ -502,10 +502,10 @@
<span class="input-group-addon">
<div>
<button class="filter btn btn-default btn-sm" type="submit" title="<?= lang('filter') ?>">
<button class="filter btn btn-default" type="submit" title="<?= lang('filter') ?>">
<span class="glyphicon glyphicon-search"></span>
</button>
<button class="clear btn btn-default btn-sm" type="button" title="<?= lang('clear') ?>">
<button class="clear btn btn-default" type="button" title="<?= lang('clear') ?>">
<span class="glyphicon glyphicon-repeat"></span>
</button>
</div>

View File

@ -225,7 +225,9 @@ body legend {
}
.backend-page .filter-records form .input-group-addon {
padding-top: 2px;
padding-top: 0;
padding-right: 0;
border-top: none;
}
.backend-page .filter-records form .key {