File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <div id =" {{ (isset ($id_divname )) ? $id_divname : ' assetsBulkEditToolbar' } }" style = " min-width : 400 px " >
1+ <div id =" {{ (isset ($id_divname )) ? $id_divname : ' assetsBulkEditToolbar' } }" >
22 <form
33 method =" POST"
44 action =" {{ route (' hardware/bulkedit' ) } }"
@@ -16,7 +16,7 @@ class="form-inline"
1616 {{ trans (' button.bulk_actions' ) } }
1717 </span >
1818 </label >
19- <select name =" bulk_actions" class =" form-control select2" aria-label =" bulk_actions" style = " min-width : 350 px ; " >
19+ <select name =" bulk_actions" class =" form-control select2" aria-label =" bulk_actions" >
2020 @if ((isset ($status )) && ($status == ' Deleted' ) )
2121 @can (' delete' , \App \Models \Asset:: class )
2222 <option value =" restore" >{{ trans (' button.restore' )} } </option >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class="form-inline"
1010 @csrf
1111 <div id =" locations-toolbar" >
1212 <label for =" bulk_actions" class =" sr-only" >{{ trans (' general.bulk_actions' ) } } </label >
13- <select name =" bulk_actions" class =" form-control select2" style = " width : 200 px ; " aria-label =" bulk_actions" >
13+ <select name =" bulk_actions" class =" form-control select2" aria-label =" bulk_actions" >
1414 <option value =" delete" >{{ trans (' general.bulk_delete' ) } } </option >
1515 </select >
1616 <button class =" btn btn-primary" id =" bulkLocationsEditButton" disabled >{{ trans (' button.go' ) } } </button >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class="form-inline"
1111 @can (' delete' , \App \Models \AssetModel:: class )
1212 <div id =" models-toolbar" >
1313 <label for =" bulk_actions" class =" sr-only" >{{ trans (' general.bulk_actions' ) } } </label >
14- <select name =" bulk_actions" class =" form-control select2" style = " width : 200 px ; " aria-label =" bulk_actions" >
14+ <select name =" bulk_actions" class =" form-control select2" aria-label =" bulk_actions" >
1515 <option value =" edit" >{{ trans (' general.bulk_edit' ) } } </option >
1616 <option value =" delete" >{{ trans (' general.bulk_delete' ) } } </option >
1717 </select >
Original file line number Diff line number Diff line change 11@can (' view' , \App \Models \User:: class )
2- <div id =" userBulkEditToolbar" class =" pull-left" style = " min-width : 500 px !important ; padding-top : 10 px ; " >
2+ <div id =" userBulkEditToolbar" class =" pull-left" >
33
44 @if (request (' status' )!= ' deleted' )
55
@@ -14,7 +14,7 @@ class="form-inline"
1414
1515 <div id =" users-toolbar" style =" width :100% !important ;" >
1616 <label for =" bulk_actions" class =" sr-only" >{{ trans (' general.bulk_actions' ) } } </label >
17- <select name =" bulk_actions" class =" form-control select2" style = " width : 50 % !important ; " aria-label =" bulk_actions" >
17+ <select name =" bulk_actions" class =" form-control select2" aria-label =" bulk_actions" >
1818
1919 @can (' update' , \App \Models \User:: class )
2020 <option value =" edit" >{{ trans (' general.bulk_edit' ) } } </option >
You can’t perform that action at this time.
0 commit comments