Unusage code ejected

This commit is contained in:
Burak Civan 2021-06-01 15:20:17 +03:00
parent f9ad078c08
commit 3dfb9c23e8
2 changed files with 2 additions and 16 deletions

14
public/css/custom.css vendored
View File

@ -1629,20 +1629,6 @@ table .align-items-center td span.badge {
} }
/* Select Tag Fixed Content Finish */ /* Select Tag Fixed Content Finish */
@-moz-document url-prefix() {
.row-tax-clear {
max-width: 40px !important;
}
.row-tax-value {
width: 167px !important;
}
.row-tax-input {
width: 224px !important;
}
}
.row-tax-clear { .row-tax-clear {
max-width: 40px !important; max-width: 40px !important;
} }

View File

@ -258,7 +258,7 @@
</tr> </tr>
<tr v-if="row.add_tax"> <tr v-if="row.add_tax">
<td class="pl-0 border-0 row-tax-input" style="width: 244px;"> <td class="pl-0 border-0 row-tax-input" style="width: 234px;">
<div> <div>
<div style="float: left; margin-top: 15px; margin-right:2px;"> <div style="float: left; margin-top: 15px; margin-right:2px;">
{{ trans_choice('general.taxes', 1) }} {{ trans_choice('general.taxes', 1) }}
@ -308,7 +308,7 @@
</div> </div>
</td> </td>
<td class="border-0 text-right long-texts align-middle row-tax-value" style="width: 243px;"> <td class="border-0 text-right long-texts align-middle row-tax-value" style="width: 233px;">
<div> <div>
__ __
</div> </div>