From 3934ea5c3ae10a8f85b04773a9901c8c341d15d3 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Fri, 13 May 2011 11:14:25 +0000 Subject: [PATCH] 2011-05-13 Sergio Martin * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/styles/pandora.css | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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; }