diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0d2cbce83b..5c042d3b9d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-05-13 Sergio Martin + + * include/styles/pandora.css: Added new input button styles + with gear icons + 2011-05-13 Miguel de Dios * operation/agentes/estado_agente.php: fixed ACL when the user have a diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 1e83a68247..68b0eb68ad 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; }