diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index caccc5b555..e8163c4524 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -32,6 +32,29 @@ * godmode/servers/manage_recontask_form.php: fixed PHP warning. +2014-06-02 Sergio Martin <sergio.martin@artica.es> + + * include/styles/pandora.css + include/styles/dialog.css + include/functions_events.php + operation/agentes/group_view.php + images/data.png + images/network.png + images/tab_green_bg.png + images/database.png + images/os_icons/so_other.png + images/os_icons/so_mac_small.png + images/os_icons/so_mac.png + images/os_icons/so_other_small.png + images/tab_grey_bg.png + images/network.disabled.png + images/plugin.png + images/chart_curve.png + images/header_blackout.png + images/eye.png + general/logon_ok.php: A bunch of aesthetic changes + like table header colors, new icons, etc. + 2014-06-02 Sergio Martin <sergio.martin@artica.es> * include/styles/pandora.css: Change the zindex of autohidden diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index a0cd0de147..c1455460f5 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -142,7 +142,7 @@ echo '<div style="width:50%; float:left;" id="leftcolumn">'; $data[0] = '<strong>' . $session_id_usuario . '</strong>'; $data[1] = ui_print_session_action_icon ($session['accion'], true); $data[2] = $session['accion']; - $data[3] = ui_print_help_tip($session['fecha'], true) . human_time_comparation($session['utimestamp']); + $data[3] = ui_print_help_tip($session['fecha'], true) . human_time_comparation($session['utimestamp'], 'tiny'); $data[4] = $session_ip_origen; $data[5] = io_safe_output ($session['descripcion']); diff --git a/pandora_console/images/chart_curve.png b/pandora_console/images/chart_curve.png index 1eb684b745..274a8e000b 100644 Binary files a/pandora_console/images/chart_curve.png and b/pandora_console/images/chart_curve.png differ diff --git a/pandora_console/images/data.png b/pandora_console/images/data.png index f23132bae8..02464bca96 100644 Binary files a/pandora_console/images/data.png and b/pandora_console/images/data.png differ diff --git a/pandora_console/images/database.png b/pandora_console/images/database.png index f23132bae8..02464bca96 100644 Binary files a/pandora_console/images/database.png and b/pandora_console/images/database.png differ diff --git a/pandora_console/images/eye.png b/pandora_console/images/eye.png index 23cc3e677f..7a516b647b 100644 Binary files a/pandora_console/images/eye.png and b/pandora_console/images/eye.png differ diff --git a/pandora_console/images/header_blackout.png b/pandora_console/images/header_blackout.png deleted file mode 100644 index a2ff7fafe5..0000000000 Binary files a/pandora_console/images/header_blackout.png and /dev/null differ diff --git a/pandora_console/images/network.disabled.png b/pandora_console/images/network.disabled.png index 4d650a64d2..a48dd5c33e 100644 Binary files a/pandora_console/images/network.disabled.png and b/pandora_console/images/network.disabled.png differ diff --git a/pandora_console/images/network.png b/pandora_console/images/network.png index 8efda6d436..30707e06ef 100644 Binary files a/pandora_console/images/network.png and b/pandora_console/images/network.png differ diff --git a/pandora_console/images/os_icons/so_mac.png b/pandora_console/images/os_icons/so_mac.png index cee8666d51..27c1b7dadb 100755 Binary files a/pandora_console/images/os_icons/so_mac.png and b/pandora_console/images/os_icons/so_mac.png differ diff --git a/pandora_console/images/os_icons/so_mac_small.png b/pandora_console/images/os_icons/so_mac_small.png index bc8fe5911e..18b25a0304 100755 Binary files a/pandora_console/images/os_icons/so_mac_small.png and b/pandora_console/images/os_icons/so_mac_small.png differ diff --git a/pandora_console/images/os_icons/so_other.png b/pandora_console/images/os_icons/so_other.png index cd5a995443..1a6b5aaa74 100755 Binary files a/pandora_console/images/os_icons/so_other.png and b/pandora_console/images/os_icons/so_other.png differ diff --git a/pandora_console/images/os_icons/so_other_small.png b/pandora_console/images/os_icons/so_other_small.png index 060f1cb946..afdec2c53e 100755 Binary files a/pandora_console/images/os_icons/so_other_small.png and b/pandora_console/images/os_icons/so_other_small.png differ diff --git a/pandora_console/images/plugin.png b/pandora_console/images/plugin.png index 29b44b0eac..2647a53457 100644 Binary files a/pandora_console/images/plugin.png and b/pandora_console/images/plugin.png differ diff --git a/pandora_console/images/tab_green_bg.png b/pandora_console/images/tab_green_bg.png deleted file mode 100755 index c10d7c9eea..0000000000 Binary files a/pandora_console/images/tab_green_bg.png and /dev/null differ diff --git a/pandora_console/images/tab_grey_bg.png b/pandora_console/images/tab_grey_bg.png deleted file mode 100755 index 747b72eb78..0000000000 Binary files a/pandora_console/images/tab_grey_bg.png and /dev/null differ diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 98389f3fc0..4acd909ff2 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -765,7 +765,7 @@ function events_print_event_table ($filter = "", $limit = 10, $width = 440, $ret $table->align = array (); $table->style[0] = $table->style[1] = $table->style[2] = 'width:25px; background: #E8E8E8;'; if ($agent_id == 0) { - $table->style[3] = 'width:120px; word-break: break-all;'; + $table->style[3] = 'word-break: break-all;'; } $table->style[4] = 'width:120px; word-break: break-all;'; diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 63a17d0b67..220e1a4fb3 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -260,7 +260,7 @@ .ui-dialog .ui-button-dialog { background: #F6F6F6; border: 1px solid #CCCCCC; - color: #696969 !important; + color: #696969; font-weight: bold; outline: medium none; cursor: pointer; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 189e7acc74..cd6a0a263f 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -505,429 +505,104 @@ input.datos_readonly { input.sub { font-weight: bold; - /* - border-bottom-color: #708090; - border-right-color: #708090;*/ - border-bottom-color: #BBB; - border-right-color: #BBB; - border-left-color: #BBB; - /* These borders haven't made it yet in a valid standard - First one is for Mozilla, second for Webkit (Safari, Konqueror), third one for IE7+ and valid CSS3. - Percentage values are invalid here but .6em seems big enough */ - -moz-border-radius: .4em; - -webkit-border-radius: .4em; - border-radius: .4em; - - /* - -moz-box-shadow: inset 1px 1px 1px #CCC !important; - -webkit-box-shadow: inset 1px 1px 1px #CCC !important; - box-shadow: inset 1px 1px 1px #CCC !important;*/ - - -moz-box-shadow: inset -1px -1px 1px #CCC !important; - -webkit-box-shadow: inset -1px -1px 1px #CCC !important; - box-shadow: inset -1px -1px 1px #CCC !important; + + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; font-size: 8pt; - background-color: #e5e5e5 !important; - color: #7f7f7f; + + background-color: #333 !important; + background-repeat: no-repeat !important; + background-position: 92% 5px !important; + + color: white !important; padding: 3px 3px 3px 9px; - /* navegadores sin soporte */ - background: white !important; - /* Safari 4-5, Chrome 1-9 - background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#c4c4c4)) !important;*/ - /* Safari 5.1+, Chrome 10+ - background: -webkit-linear-gradient(top, white, #c4c4c4) !important;*/ - /* Firefox 3.6+ - background: -moz-linear-gradient(top, white, #c4c4c4) !important;*/ - /* Opera 11.10+ - background: -o-linear-background(top, white, #c4c4c4) !important;*/ - /* IE 10 - background: -ms-linear-background(top, white, #c4c4c4) !important;*/ - /* estándar - background: linear-background(top, white, #c4c4c4) !important;*/ + border-color: #333; } input.sub[disabled] { - color: #aaa; + color: #B4B4B4 !important; + background-color: #F3F3F3 !important; + border-color: #B6B6B6; + cursor: default; } input.next, input.next_login, 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, input.default, input.filter, input.pdf { - padding-right: 26px; + padding-right: 30px; + height: 23px; } -input.next { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; -} -input.next_login { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; +input.next, input.next_login { + background-image: url(../../images/input_go.png) !important; } input.upd { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_update.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_update.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_update.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_update.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_update.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_update.png) !important; } - input.wand { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_wand.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_wand.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_wand.png) !important; } input.wand:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_wand.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_wand.disabled.png) !important; } input.search { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_zoom.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_zoom.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_zoom.png) !important; } input.search:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_zoom.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_zoom.disabled.png) !important; } input.ok { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_tick.png) no-repeat 95% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_tick.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_tick.png) !important; } input.ok:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_tick.disabled.png) no-repeat 95% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_tick.disabled.png) !important; } input.add { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_add.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_add.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_add.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_add.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_add.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_add.png) !important; } input.add:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_add.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_add.disabled.png) !important; } input.cancel { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_cross.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_cross.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_cross.png) !important; } input.cancel:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_cross.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_cross.disabled.png) !important; } input.delete { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_delete.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_delete.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_delete.png) !important; } input.delete:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_delete.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_delete.disabled.png) !important; } input.cog { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_cog.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_cog.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_cog.png) !important; } input.cog:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_cog.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_cog.disabled.png) !important; } input.config { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_config.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_config.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_config.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_config.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_config.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_config.png) !important; } input.config:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_config.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_config.disabled.png) !important; } input.filter { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_filter.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_filter.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_filter.png) !important; } input.filter:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_filter.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_filter.disabled.png) !important; } input.pdf { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_pdf.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_pdf.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_pdf.png) !important; } input.pdf:disabled { - /* Browser without multibackground support */ - background: #efefef url(../../images/input_pdf.disabled.png) no-repeat 96% 3px !important; - /* Safari 4-5, Chrome 1-9 */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important; - /* Safari 5.1+, Chrome 10+ */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Firefox 3.6+ */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important; - /* Opera 11.10+ */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important; - /* IE 10 */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important; - /* estándar */ - background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important; + background-image: url(../../images/input_pdf.disabled.png) !important; } #toolbox #auto_save { padding-top: 5px; @@ -1032,9 +707,13 @@ table, img { border: 0px; } +tr:first-child>th { + background-color: #373737; +} + th { color: #fff; - background-color: #B1B1B1; + background-color: #666; text-align:center; font-size: 7pt; } @@ -1068,14 +747,15 @@ td input[type=checkbox] } td.datos3, td.datos3 * { - background-color: #b1b1b1; + background-color: #666; color: white !important; } -td.datos4 { +td.datos4, td.datos4 * { /*Add !important because in php the function html_print_table write style in cell and this is style head.*/ text-align: center !important; - background-color: #b1b1b1; + background-color: #666; + color: white !important; } td.datos_id { @@ -1243,7 +923,6 @@ a.mn, .gr { } div.nf { background: url(../../images/info.png) no-repeat scroll 0 50% transparent; - color: #ac4444; margin-left: 7px; padding: 8px 1px 6px 25px; } @@ -1269,7 +948,7 @@ div.title_line { #menu_tab_frame, #menu_tab_frame_view { display: block !important; - border-bottom:1px solid #B1B1B1; + border-bottom:1px solid #666; /* float:left; */ margin-left:-8px; min-height:25px; @@ -1317,7 +996,7 @@ div.title_line { } #menu_tab li.tab_godmode a, #menu_tab a.tab_godmode { - background: #ababab url('../../images/tab_grey_bg.png'); + background: #666; padding-left: 3px; padding-right: 3px; min-height: 23px; @@ -1330,7 +1009,7 @@ div.title_line { #menu_tab li.tab_operation a, #menu_tab a.tab_operation { - background: #6ba532 url('../../images/tab_green_bg.png'); + background: #6ba532; padding-left: 3px; padding-right: 3px; min-height: 23px; @@ -1414,7 +1093,7 @@ div.title_line { } #menu_tab_left ul.mn li.view { - background: #6db431 url('../../images/tab_green_bg.png'); + background: #6db431; max-width: 450px; min-width: 300px; padding: 2px 5px 0px; @@ -1431,7 +1110,7 @@ div.title_line { } #menu_tab_left ul.mn li.nomn { - background: #ababab url('../../images/tab_grey_bg.png'); + background: #666; width: 450px; min-width: 300px; padding: 1px 5px; @@ -1576,7 +1255,7 @@ table.databox { } .tabletitle { - background: url(../../images/header_blackout.png) no-repeat; + color: #333; } .tactical_set legend{ @@ -2071,7 +1750,6 @@ a.autorefresh { } div.warn { background: url(../../images/info.png) no-repeat; - color: #ac4444; margin-top: 7px; padding: 2px 1px 6px 25px; } @@ -2116,7 +1794,6 @@ div#head { width: auto; height: auto; background-color: #333; - background-image: url(../../images/header_blackout.png); height: 47px; min-width: 882px; color: white; @@ -2332,8 +2009,8 @@ tr.group_view_crit, .group_view_crit { color: #fff; } -tr.group_view_norm, .group_view_norm { - background-color: #ffffff; +tr.group_view_norm, .group_view_norm, tr.group_view_normal, .group_view_normal { + #background-color: #ffffff; } tr.group_view_ok, .group_view_ok { background-color: #6EB432; @@ -2481,9 +2158,9 @@ li.links a:hover { input#text-id_parent.ac_input, input, textarea, select { background-color: #ffffff !important; border: 1px solid #cbcbcb; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } span#plugin_description { @@ -2666,15 +2343,24 @@ DIV.forced_title_layer { position: absolute; z-index: 100000; border: 1px solid #708090; - background-color: #333; - color: #DDD; - padding: 4px; + background-color: #666; + color: #FFF; + padding: 6px 10px; font-weight: bold; font-size: small; + font-size: 10px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; + /* IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)"; + + /* Netscape */ + -moz-opacity: 0.9; + + opacity: 0.9; + + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } /* Graphs styles */ @@ -2906,7 +2592,6 @@ td.empty_field { #shortcut_bar { background-color: #333; - background-image: url(../../images/header_blackout.png); border-top: 1px solid #808080; border-right: 1px solid #808080; border-top-right-radius: 5px; @@ -2930,4 +2615,4 @@ td.empty_field { color: #eee; font-weight: bold; font-size: 9pt; -} \ No newline at end of file +} diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index f6e41577af..0921b60f6b 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -95,15 +95,15 @@ if (count($agents) > 0) { echo "<tr>"; echo "<th style='width: 26px;'>" . __("Force") . "</th>"; //echo "<th style='width: 26px;'>" . __("Status") . "</th>"; - echo "<th width='30%'>" . __("Group") . "</th>"; - echo "<th width='10%'>" . __("Agents") . "</th>"; - echo "<th width='10%'>" . __("Agent unknown") . "</th>"; - echo "<th width='10%'>" . __("Unknown") . "</th>"; - echo "<th width='10%'>" . __("Not Init") . "</th>"; - echo "<th width='10%'>" . __("Normal") . "</th>"; - echo "<th width='10%'>" . __("Warning") . "</th>"; - echo "<th width='10%'>" . __("Critical") . "</th>"; - echo "<th width='10%'>" . __("Alert fired") . "</th>"; + echo "<th width='30%' style='min-width: 60px;'>" . __("Group") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Agents") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Agent unknown") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Unknown") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Not Init") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Normal") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Warning") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Critical") . "</th>"; + echo "<th width='10%' style='min-width: 60px;'>" . __("Alert fired") . "</th>"; $printed_groups = array();