From 79a1a1b2a3f62c8bb6a43f29ecaa10163096f243 Mon Sep 17 00:00:00 2001 From: marcos Date: Tue, 22 Oct 2019 10:23:53 +0200 Subject: [PATCH] add wux.css --- pandora_console/include/styles/pandora.css | 7 ------- pandora_console/include/styles/wux.css | 10 ++++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 pandora_console/include/styles/wux.css 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; +}