2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* images/skin/skin_default/include/styles/pandora.css: Added grid feature in visual console for default skin. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5451 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bd5906663e
commit
9a022c3a20
|
@ -1,3 +1,8 @@
|
|||
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/skin/skin_default/include/styles/pandora.css: Added grid
|
||||
feature in visual console for default skin.
|
||||
|
||||
2012-01-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/grid.png
|
||||
|
|
|
@ -507,7 +507,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 {
|
||||
|
@ -600,6 +600,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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue