diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 20559c7c2b..fc42a9f609 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-12-05 Dario Rodriguez + + * mobile/include/style/main.css: Added CSS style for + "no data to show graph". + 2013-12-05 Dario Rodriguez * mobile/operation/module_graph.php: Fixed a problem with diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 480b5d4f1c..079465c209 100644 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -739,3 +739,27 @@ span.nobold * { #list_Modules *, #list_agents *, #list_alerts *, #list_networkmaps * { color: #222; } + +DIV.legend>DIV { + width: 100% !important; + opacity: 0.65 !important; +} + +DIV.nodata_text { + padding: 5px 12px 0px 68px; + font-weight: bold; + color: #C1C1C1; + text-transform: uppercase; + display: table-cell; + vertical-align: middle; + text-align: left; +} + +DIV.nodata_container { + width:150px; + height:100px; + background-repeat:no-repeat; + background-position: center; + margin: auto auto; + display: table; +}