2011-05-13 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css: Added new input button styles with gear icons git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4351 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e4825c92a6
commit
4f53bff96c
|
@ -1,3 +1,8 @@
|
|||
2011-05-13 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/pandora.css: Added new input button styles
|
||||
with gear icons
|
||||
|
||||
2011-05-13 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/estado_agente.php: fixed ACL when the user have a
|
||||
|
|
|
@ -279,7 +279,7 @@ input.sub[disabled] {
|
|||
color: #aaa;
|
||||
}
|
||||
|
||||
input.next, input.upd, input.ok, input.wand, input.delete, input.search,
|
||||
input.next, input.upd, input.ok, input.wand, input.delete, input.cog, input.target, input.search,
|
||||
input.copy, input.add, input.graph, input.percentile, input.binary,
|
||||
input.camera, input.config, input.cancel {
|
||||
padding-right: 21px;
|
||||
|
@ -315,6 +315,12 @@ input.cancel {
|
|||
input.delete {
|
||||
background: #e5e5e5 url(../../images/cross.png) no-repeat right 3px;
|
||||
}
|
||||
input.cog {
|
||||
background: #e5e5e5 url(../../images/cog.png) no-repeat right 3px;
|
||||
}
|
||||
input.target {
|
||||
background: #e5e5e5 url(../../images/target.png) no-repeat right 3px;
|
||||
}
|
||||
input.graph {
|
||||
background: #e5e5e5 url(../../images/chart_curve.png) no-repeat right 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue