Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
suggested ux improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecristiani committed Mar 20, 2018
1 parent 96e6dee commit 4ba98e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $url = $obj->getUrl('pagseguro/adminhtml_conciliation');
<th width="20%"><?php echo $helper->__('ID Magento'); ?></th>
<th width="35%"><?php echo $helper->__('ID PagSeguro'); ?></th>
<th width="12%"><?php echo $helper->__('Ambiente'); ?></th>
<th width="12%"><?php echo $helper->__('Status'); ?></th>
<th width="12%"><?php echo $helper->__('Status PagSeguro'); ?></th>
<th width="15%"><?php echo $helper->__('Ação'); ?></th>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ limitations under the License.
.pagseguro-table tbody td i { margin: 0 0.4em; font-size: 0.9em; }
.pagseguro-table thead .input-search { vertical-align: middle; }
.pagseguro-table thead tr th .input-date { margin-top: 5px !important; }
#transaction-table thead tr:nth-child(2) th:nth-child(3) input { width: 255px; }

/* DataTable Sorting */
.dataTable .sorting { background-image: url("../images/dataTable/sort_both.png"); cursor:pointer; }
Expand Down

0 comments on commit 4ba98e6

Please sign in to comment.