diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index 195bf52b4..934fb50cb 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -664,3 +664,7 @@ img.delete_icon { color: #AAA; } } + +.print_only { + display: none; +} diff --git a/share/tools/web_config/fishconfig_print.css b/share/tools/web_config/fishconfig_print.css new file mode 100644 index 000000000..ec2e3386e --- /dev/null +++ b/share/tools/web_config/fishconfig_print.css @@ -0,0 +1,30 @@ +body { + background: white; + font-size: 8pt; +} + +.tab, .print_hidden { + display: none; +} + +.tab.selected_tab { + background: white; + display: block; + font-size: 22pt; + font-weight: bold; + padding-left: 14pt; + text-align: left; +} + +.print_only { + display: initial; +} + +.data_table_cell { + border-bottom: #dbdbdb 1pt solid; +} + +#ancestor { + width: 100%; + box-shadow: none; +} diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html index 64169c83b..affb61032 100644 --- a/share/tools/web_config/index.html +++ b/share/tools/web_config/index.html @@ -6,6 +6,7 @@