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:
parent
acb272a405
commit
c5dc571ab5
|
@ -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>
|
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||||
|
|
||||||
* mobile/operation/module_graph.php: Fixed a problem with
|
* mobile/operation/module_graph.php: Fixed a problem with
|
||||||
|
|
|
@ -739,3 +739,27 @@ span.nobold * {
|
||||||
#list_Modules *, #list_agents *, #list_alerts *, #list_networkmaps * {
|
#list_Modules *, #list_agents *, #list_alerts *, #list_networkmaps * {
|
||||||
color: #222;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue