diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9d7deb64db..f40076a34e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4167,6 +4167,14 @@ div#footer_help{ padding: 4px; } +.service_node_odd { + transform: translateY(-50px); +} + +.service_text_odd { + transform: translateY(100px); +} + /*styles graph conteiner*/ .graph_conteiner_inside > .parent_graph{ width: 100% !important; @@ -4186,4 +4194,5 @@ div#footer_help{ .graph_conteiner_inside > div > .nodata_container{ background-size: 120px 80px !important; +>>>>>>> pandora_console/include/styles/pandora.css } \ No newline at end of file