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

Commit 4ba98e6

Browse files
suggested ux improvements
1 parent 96e6dee commit 4ba98e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/design/adminhtml/default/default/template/uol/pagseguro/transactions.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $url = $obj->getUrl('pagseguro/adminhtml_conciliation');
4646
<th width="20%"><?php echo $helper->__('ID Magento'); ?></th>
4747
<th width="35%"><?php echo $helper->__('ID PagSeguro'); ?></th>
4848
<th width="12%"><?php echo $helper->__('Ambiente'); ?></th>
49-
<th width="12%"><?php echo $helper->__('Status'); ?></th>
49+
<th width="12%"><?php echo $helper->__('Status PagSeguro'); ?></th>
5050
<th width="15%"><?php echo $helper->__('Ação'); ?></th>
5151
</tr>
5252
<tr>

skin/adminhtml/default/default/uol/pagseguro/css/pagseguro-module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ limitations under the License.
106106
.pagseguro-table tbody td i { margin: 0 0.4em; font-size: 0.9em; }
107107
.pagseguro-table thead .input-search { vertical-align: middle; }
108108
.pagseguro-table thead tr th .input-date { margin-top: 5px !important; }
109+
#transaction-table thead tr:nth-child(2) th:nth-child(3) input { width: 255px; }
109110

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

0 commit comments

Comments
 (0)