diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ba3753c2fd..27b3094027 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5888,10 +5888,3 @@ table.table_modal_alternate tr td:first-child { .fullwidth { width: 100%; } - -.wux_execution_result_transaction { - width: auto; - height: auto; - float: right; - margin-right: 200px; -} diff --git a/pandora_console/include/styles/wux.css b/pandora_console/include/styles/wux.css new file mode 100644 index 0000000000..cd9e3f61e2 --- /dev/null +++ b/pandora_console/include/styles/wux.css @@ -0,0 +1,10 @@ +/* + * Wux style + */ + +.wux_execution_result_transaction { + width: auto; + height: auto; + float: right; + margin-right: 200px; +}