2014-08-26 Miguel de Dios <miguel.dedios@artica.es>

* include/javascript/introjs.css, include/styles/pandora_black.css,
	include/styles/pandora.css, general/logon_ok.php,
	mobile/include/style/main.css: some aesthetic changes suggested by
	Carla.
	
	* include/help/clippy/godmode_agentes_modificar_agente.php: fixed
	the position of dialog.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10458 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2014-08-26 12:22:33 +00:00
parent 66a9c59ddb
commit c76e39d17f
7 changed files with 56 additions and 28 deletions

View File

@ -1,3 +1,13 @@
2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/introjs.css, include/styles/pandora_black.css,
include/styles/pandora.css, general/logon_ok.php,
mobile/include/style/main.css: some aesthetic changes suggested by
Carla.
* include/help/clippy/godmode_agentes_modificar_agente.php: fixed
the position of dialog.
2014-08-26 Miguel de Dios <miguel.dedios@artica.es> 2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_action.php, * godmode/alerts/configure_alert_action.php,

View File

@ -39,7 +39,7 @@ if (tags_has_user_acl_tags()) {
// Site news ! // Site news !
// --------------------------------------------------------------------- // ---------------------------------------------------------------------
echo '<div style="width:50%; float:left;" id="leftcolumn">'; echo '<div id="left_column_logon_ok" id="leftcolumn">';
//////////////////NEWS BOARD///////////////////////////// //////////////////NEWS BOARD/////////////////////////////
echo '<div id="news_board">'; echo '<div id="news_board">';
@ -164,7 +164,7 @@ echo '</div>';
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// Site stats (global!) // Site stats (global!)
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
echo '<div style="width:30%; float:left;" id="rightcolumn">'; echo '<div id="right_column_logon_ok" id="rightcolumn">';
$data = reporting_get_group_stats (); $data = reporting_get_group_stats ();
/////////////// ///////////////

View File

@ -39,7 +39,8 @@ function clippy_start_page() {
'intro' => __('Please, type an agent to save the modules for monitoring a server.') 'intro' => __('Please, type an agent to save the modules for monitoring a server.')
); );
$return_tours['tours']['monitoring_server_step_1']['steps'][] = array( $return_tours['tours']['monitoring_server_step_1']['steps'][] = array(
'element'=> 'input[name="srcbutton"]', 'element' => 'input[name="srcbutton"]',
'position' => 'left',
'intro' => __('If you have typed the name correctly you will see the agent.') 'intro' => __('If you have typed the name correctly you will see the agent.')
); );
$return_tours['tours']['monitoring_server_step_1']['conf'] = array(); $return_tours['tours']['monitoring_server_step_1']['conf'] = array();
@ -60,6 +61,7 @@ function clippy_start_page() {
); );
$return_tours['tours']['monitoring_server_step_2']['steps'][] = array( $return_tours['tours']['monitoring_server_step_2']['steps'][] = array(
'element'=> '#agent_list', 'element'=> '#agent_list',
'position' => 'top',
'intro' => __('Choose the agent and click on the name.') 'intro' => __('Choose the agent and click on the name.')
); );
$return_tours['tours']['monitoring_server_step_2']['conf'] = array(); $return_tours['tours']['monitoring_server_step_2']['conf'] = array();

View File

@ -136,9 +136,9 @@ tr.introjs-showElement > th {
.introjs-tooltip { .introjs-tooltip {
position: absolute; position: absolute;
padding: 10px; padding: 20px;
background-color: white; background-color: white;
min-width: 200px; min-width: 260px;
max-width: 300px; max-width: 300px;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 1px 10px rgba(0,0,0,.4); box-shadow: 0 1px 10px rgba(0,0,0,.4);

View File

@ -89,11 +89,11 @@ input[type=submit], input[type=button] {
} }
select { select {
border:1px solid #ddd; border: 1px solid #ddd;
} }
checkbox { checkbox {
padding: 4px; padding: 4px;
border:1px solid #eee; border: 1px solid #eee;
} }
h1, h2, h3, h4 { h1, h2, h3, h4 {
font-weight: bold; font-weight: bold;
@ -146,7 +146,7 @@ h1#log_title {
margin-bottom: 0px; margin-bottom: 0px;
} }
div#log_msg { div#log_msg {
display:none; display: none;
} }
div#error_buttons { div#error_buttons {
margin-top: 20px; margin-top: 20px;
@ -593,7 +593,7 @@ input.datos_readonly {
} }
input.sub { input.sub {
font-weight: bold; font-weight: normal;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
@ -606,7 +606,7 @@ input.sub {
background-position: 92% 5px !important; background-position: 92% 5px !important;
color: white !important; color: white !important;
padding: 3px 3px 3px 9px; padding: 3px 3px 5px 12px;
border-color: #333; border-color: #333;
} }
@ -804,7 +804,8 @@ th {
color: #fff; color: #fff;
background-color: #666; background-color: #666;
text-align:center; text-align:center;
font-size: 7pt; font-size: 7.5pt;
letter-spacing: 0.3pt;
} }
tr.datos, tr.datost, tr.datosb , tr.datos_id, tr.datos, tr.datost, tr.datosb , tr.datos_id,
tr.datosf9 { tr.datosf9 {
@ -871,7 +872,7 @@ tr.disabled_row_user * {
} }
.bg { /* op menu */ .bg { /* op menu */
background: #6db431; background: #82b92e;
} }
.bg2 { /* main page */ .bg2 { /* main page */
@ -1022,20 +1023,20 @@ div.title_line {
} }
#menu_tab_frame { #menu_tab_frame {
background:#FAFAFA; background: #FAFAFA;
} }
#menu_tab_frame_view { #menu_tab_frame_view {
background:#FAFAFA; background: #FAFAFA;
} }
#menu_tab_frame, #menu_tab_frame_view { #menu_tab_frame, #menu_tab_frame_view {
display: block !important; display: block !important;
border-bottom:1px solid #666; border-bottom: 1px solid #b3b3b3;
/* float:left; */ /* float:left; */
margin-left:-8px; margin-left: -8px;
min-height:25px; min-height: 25px;
padding-right:28px; padding-right: 28px;
width:100%; width: 100%;
} }
#menu_tab { #menu_tab {
@ -1091,7 +1092,7 @@ div.title_line {
#menu_tab li.tab_operation a, #menu_tab a.tab_operation { #menu_tab li.tab_operation a, #menu_tab a.tab_operation {
background: #6ba532; background: #82b92e;
padding-left: 3px; padding-left: 3px;
padding-right: 3px; padding-right: 3px;
min-height: 23px; min-height: 23px;
@ -1112,7 +1113,7 @@ div.title_line {
} }
#menu_tab li.nomn_high a { #menu_tab li.nomn_high a {
/*background: #6db431;*/ /*background: #82b92e;*/
color: #fff; color: #fff;
} }
#menu_tab .mn li a { #menu_tab .mn li a {
@ -1120,7 +1121,7 @@ div.title_line {
text-decoration: none; text-decoration: none;
} }
#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover { #menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover {
/*background: #6db431;*/ /*background: #82b92e;*/
color: #fff; color: #fff;
} }
#menu_tab li:hover a { #menu_tab li:hover a {
@ -1175,7 +1176,7 @@ div.title_line {
} }
#menu_tab_left ul.mn li.view { #menu_tab_left ul.mn li.view {
background: #6db431; background: #82b92e;
max-width: 450px; max-width: 450px;
min-width: 300px; min-width: 300px;
padding: 2px 5px 0px; padding: 2px 5px 0px;
@ -2710,3 +2711,18 @@ table#policy_modules td * {
.context_help_body { .context_help_body {
text-align: left; text-align: left;
} }
#left_column_logon_ok {
width: 750px;
float:left;
}
#news_board {
width: 750px;
}
#right_column_logon_ok {
width: 350px;
float: right;
margin-right: 20px;
}

View File

@ -285,7 +285,7 @@ fieldset legend {
#menu_tab_frame_view { #menu_tab_frame_view {
display: block !important; display: block !important;
background-color: #5B5B5B; background-color: #5B5B5B;
border-bottom: 1px solid #6db431; border-bottom: 1px solid #82b92e;
margin-left:-8px; margin-left:-8px;
min-height:25px; min-height:25px;
/*padding-right:28px;*/ /*padding-right:28px;*/

View File

@ -1158,7 +1158,7 @@ table.tactical_bars {
} }
.ui-btn-active { .ui-btn-active {
background: #6db431 !important; background: #82b92e !important;
} }
span.nobold * { span.nobold * {