Commit f99c6d3b authored by Romain Courteaud's avatar Romain Courteaud

Improve web page rendering.

parent c08020c9
master alain-message amarisoft cleanup cli_request_parameters_file cliff-cleanup cln-fixes cygwin-link-local dev/buildout_rebase_experiments feat/cli_request_file feat/improve_testcase feat/ipv6_range feat/ipv6_range_and_tun feat/ipv6_range_custom_prefixshift feat/node-secrets feat/openapi feat/rewrite-slapformat feat/slap-connection-include-shared-parts feat/slapgrid_report_stalled feat/slapos-service-list-limit feat/standalone-service feat/testcase_upgrade_test feature/cgroups feature/format-crumbled feature/manager-cpuset fix-invoicing fix/instance-python-executable-inspection fix/ipv6_tap_netmask fix/promise_preexec_fn_deadlock fix/proxy-output fix/request_without_timeout fix/revert_slappopen_threading fix/slapformat_after_ipv6_range_and_tun fix/slapos-ansible fix/slappopen_pipes_and_timeout fix/slappopen_test_timeouts fix/standalone-all fix_promise_logging fix_promise_logging_again fix_slapformat_python3 fix_standalone_format forward_state_propagation hosting_daily_invoice improve_proxy_root_path improve_slapos_cli instance_python_promises instance_state_propagation master-dev message-box nicolas-improve-attention-point promises_with_instance_python proxy-child-instance-name-collisions proxy_relative_urls proxy_root_path_migrate refactor/format slapformat_in_standalone slapgrid_no_supervisord slapos-override-env slapproxy-connection-parameter slapproxy_frontend slapproxy_hatoeas standalone/increase_slapos_error_log_tail_size standalone_node_auto standalone_proxy_path standalone_slapformat_on_no_supervisord standalone_with_hateoas tests tomo_fix_slapos_configurator transparent_json_in_xml 1.6.14 1.6.13 1.6.12 1.6.11 1.6.10 1.6.9 1.6.8 1.6.7 1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.12 1.5.11 1.5.10 1.5.9 1.5.8 1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.28 1.4.27 1.4.26 1.4.25 1.4.24 1.4.23 1.4.22 1.4.21 1.4.20 1.4.19 1.4.17 1.4.16 1.4.15 1.4.14 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.18 1.3.17 1.3.16 1.3.15 1.3.14 1.3.13 1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.6.3 1.3.6.2 1.3.6.1 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.4.1 1.2.4 1.2.3.1 1.2.3 1.2.2 1.2.1 1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 1.0.0rc6 1.0.0rc5 1.0.0rc4 1.0.0rc3 1.0.0-rc1 master-20180917
No related merge requests found
...@@ -202,6 +202,45 @@ background:url(<tal:block tal:replace="images_path"/>user.png) no-repeat scroll ...@@ -202,6 +202,45 @@ background:url(<tal:block tal:replace="images_path"/>user.png) no-repeat scroll
\tcolor:#e1fbff;font-size:15px;background:url(<tal:block tal:replace="images_path"/>foot.png) repeat-x center center}\n \tcolor:#e1fbff;font-size:15px;background:url(<tal:block tal:replace="images_path"/>foot.png) repeat-x center center}\n
#footer a{text-decoration:none;color:#e1fbff}\n #footer a{text-decoration:none;color:#e1fbff}\n
\n \n
/**********************/\n
/* Web Page view */\n
/**********************/\n
div#WebPage_viewAsWeb {\n
text-align:left;\n
}\n
\n
div#WebPage_viewAsWeb .center, div#WebPage_viewAsWeb .bottom {\n
text-align:left;\n
color: #5D5E5E;\n
font-weight: normal;\n
}\n
\n
div#WebPage_viewAsWeb p {\n
text-align: justify;\n
}\n
\n
div#WebPage_viewAsWeb h1, div#WebPage_viewAsWeb h2, div#WebPage_viewAsWeb h3, div#WebPage_viewAsWeb h4 {\n
text-align:left;\n
color: #3E95A5;\n
margin: 30px 10px 10px 0;\n
font-size: 1.1em;\n
}\n
div#WebPage_viewAsWeb h1 {\n
font-size: 2em;\n
}\n
div#WebPage_viewAsWeb h2 {\n
font-size: 1.5em;\n
}\n
div#WebPage_viewAsWeb h3 {\n
font-size: 1.3em;\n
}\n
div#WebPage_viewAsWeb ul {\n
list-style: square outside none;\n
padding-left: 35px;\n
}\n
div#WebPage_viewAsWeb .section {\n
border: 0;\n
}\n
</tal:block> </tal:block>
]]></unicode> </value> ]]></unicode> </value>
......
44 45
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment