2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* images/grid.png 
	 images/grid.disabled.png 
	 include/styles/pandora.css: Added these images for new grid feature
	 in visual console. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5450 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-01-30 17:19:40 +00:00
parent a13ee797b7
commit d1e00045ef
4 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/grid.png
images/grid.disabled.png
include/styles/pandora.css: Added these images for new grid feature
in visual console.
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/module_manager_editor_prediction.php: Added module

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

View File

@ -305,7 +305,7 @@ input.camera, input.config, input.cancel {
padding-right: 21px;
}
input.delete_min, input.graph_min, input.percentile_min, input.binary_min,
input.camera_min, input.config_min, input.label_min, input.icon_min {
input.camera_min, input.config_min, input.label_min, input.icon_min, input.grid_min {
padding-right: 25px;
}
input.next {
@ -404,6 +404,12 @@ input.icon_min {
input.icon_min[disabled] {
background: #e5e5e5 url(../../images/photo.disabled.png) no-repeat center;
}
input.grid_min {
background: #e5e5e5 url(../../images/grid.png) no-repeat center;
}
input.grid_min[disabled] {
background: #e5e5e5 url(../../images/grid.disabled.png) no-repeat center;
}
#toolbox {
margin-top: 10px;
}