add wux.css

This commit is contained in:
marcos 2019-10-22 10:23:53 +02:00
parent 2ea20c1605
commit 79a1a1b2a3
2 changed files with 10 additions and 7 deletions

View File

@ -5888,10 +5888,3 @@ table.table_modal_alternate tr td:first-child {
.fullwidth { .fullwidth {
width: 100%; width: 100%;
} }
.wux_execution_result_transaction {
width: auto;
height: auto;
float: right;
margin-right: 200px;
}

View File

@ -0,0 +1,10 @@
/*
* Wux style
*/
.wux_execution_result_transaction {
width: auto;
height: auto;
float: right;
margin-right: 200px;
}