File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::primary_color') }} !impor
82
82
margin : 8px 10px ;
83
83
line-height : 39px ;
84
84
position : relative;
85
- white-space : nowrap;
85
+ /* white-space: nowrap; */
86
86
color : rgba (255 , 255 , 255 , 0.3 );
87
87
}
88
88
# menu > ul > li > a span {
@@ -637,6 +637,12 @@ select + .select2 {
637
637
}
638
638
}
639
639
@media (max-width : 991px ) {
640
+ # search .search-bar {
641
+ width : 100% ;
642
+ }
643
+ # menu , # sidebar {
644
+ z-index : 1050 ;
645
+ }
640
646
# menu {
641
647
top : 50px ;
642
648
}
@@ -3576,4 +3582,8 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
3576
3582
flex : 0 0 25% ;
3577
3583
max-width : 25% ;
3578
3584
}
3579
- }
3585
+ }
3586
+
3587
+ .ml-5p {
3588
+ margin-left : 5px ;
3589
+ }
Original file line number Diff line number Diff line change 18
18
</div >
19
19
</div >
20
20
{% 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" >
22
22
<button type =" submit" class =" btn btn-success float-left" >
23
23
{{ icon(table .options .filters .filter_icon ?: ' filter' ) }}
24
24
{{ trans(table .options .filters .filter_text ?: ' streams::button.filter' ) }}
25
25
</button >
26
26
<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 " >
28
28
{{ icon(table .options .filters .clear_icon ? table .options .filters .clear_icon ) }}
29
29
{{ trans(table .options .filters .clear_text ?: ' streams::button.clear' ) }}
30
30
</a >
You can’t perform that action at this time.
0 commit comments