Skip to content

Commit 49a5797

Browse files
authored
Merge pull request #41 from emrullahardc/visual-fixes
visual fixes
2 parents 42ba5e8 + f094069 commit 49a5797

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

resources/css/theme.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::primary_color') }} !impor
8282
margin: 8px 10px;
8383
line-height: 39px;
8484
position: relative;
85-
white-space: nowrap;
85+
/* white-space: nowrap; */
8686
color: rgba(255, 255, 255, 0.3);
8787
}
8888
#menu > ul > li > a span {
@@ -637,6 +637,12 @@ select + .select2 {
637637
}
638638
}
639639
@media (max-width: 991px) {
640+
#search .search-bar{
641+
width: 100%;
642+
}
643+
#menu,#sidebar{
644+
z-index: 1050;
645+
}
640646
#menu {
641647
top: 50px;
642648
}
@@ -3576,4 +3582,8 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
35763582
flex: 0 0 25%;
35773583
max-width: 25%;
35783584
}
3579-
}
3585+
}
3586+
3587+
.ml-5p{
3588+
margin-left: 5px;
3589+
}

resources/views/table/partials/filters.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
</div>
1919
</div>
2020
{% endfor %}
21-
<div class="col-sm-12 col-md-6 col-lg-4 px-2p position-relative">
21+
<div class="col-sm-12 col-md-6 col-lg-4 px-2p d-flex position-relative">
2222
<button type="submit" class="btn btn-success float-left">
2323
{{ icon(table.options.filters.filter_icon ?: 'filter') }}
2424
{{ trans(table.options.filters.filter_text ?: 'streams::button.filter') }}
2525
</button>
2626
<a href="{{ url_current() }}{{ request_has('view') ? '?view=' ~ request_get('view') }}"
27-
class="btn btn-inverse float-left">
27+
class="btn btn-inverse float-left ml-5p">
2828
{{ icon(table.options.filters.clear_icon ? table.options.filters.clear_icon) }}
2929
{{ trans(table.options.filters.clear_text ?: 'streams::button.clear') }}
3030
</a>

0 commit comments

Comments
 (0)