mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
Enlarged the form filter buttons.
This commit is contained in:
parent
ab00577ac2
commit
5ae5719806
4 changed files with 17 additions and 15 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue