2013-12-05 Dario Rodriguez <dario@artica.es>

* mobile/include/style/main.css: Added CSS style for 
        "no data to show graph".



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9173 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2013-12-05 14:45:39 +00:00
parent acb272a405
commit c5dc571ab5
2 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/include/style/main.css: Added CSS style for
"no data to show graph".
2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/module_graph.php: Fixed a problem with

View File

@ -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;
}