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
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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments