This repository was archived by the owner on Apr 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/design/adminhtml/default/default/template/uol/pagseguro
skin/adminhtml/default/default/uol/pagseguro/css Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $url = $obj->getUrl('pagseguro/adminhtml_conciliation');
46
46
<th width="20%"><?php echo $ helper ->__ ('ID Magento ' ); ?> </th>
47
47
<th width="35%"><?php echo $ helper ->__ ('ID PagSeguro ' ); ?> </th>
48
48
<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>
50
50
<th width="15%"><?php echo $ helper ->__ ('Ação ' ); ?> </th>
51
51
</tr>
52
52
<tr>
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ limitations under the License.
106
106
.pagseguro-table tbody td i { margin : 0 0.4em ; font-size : 0.9em ; }
107
107
.pagseguro-table thead .input-search { vertical-align : middle; }
108
108
.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 ; }
109
110
110
111
/* DataTable Sorting */
111
112
.dataTable .sorting { background-image : url ("../images/dataTable/sort_both.png" ); cursor : pointer; }
You can’t perform that action at this time.
0 commit comments