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:
parent
bc5cc2a995
commit
5cb3d96656
|
@ -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>
|
||||
|
||||
* godmode/alerts/configure_alert_action.php,
|
||||
|
|
|
@ -39,7 +39,7 @@ if (tags_has_user_acl_tags()) {
|
|||
// Site news !
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
echo '<div style="width:50%; float:left;" id="leftcolumn">';
|
||||
echo '<div id="left_column_logon_ok" id="leftcolumn">';
|
||||
//////////////////NEWS BOARD/////////////////////////////
|
||||
echo '<div id="news_board">';
|
||||
|
||||
|
@ -164,7 +164,7 @@ echo '</div>';
|
|||
// ---------------------------------------------------------------------------
|
||||
// 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 ();
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -39,7 +39,8 @@ function clippy_start_page() {
|
|||
'intro' => __('Please, type an agent to save the modules for monitoring a server.')
|
||||
);
|
||||
$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.')
|
||||
);
|
||||
$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(
|
||||
'element'=> '#agent_list',
|
||||
'position' => 'top',
|
||||
'intro' => __('Choose the agent and click on the name.')
|
||||
);
|
||||
$return_tours['tours']['monitoring_server_step_2']['conf'] = array();
|
||||
|
|
|
@ -136,9 +136,9 @@ tr.introjs-showElement > th {
|
|||
|
||||
.introjs-tooltip {
|
||||
position: absolute;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
background-color: white;
|
||||
min-width: 200px;
|
||||
min-width: 260px;
|
||||
max-width: 300px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 10px rgba(0,0,0,.4);
|
||||
|
|
|
@ -89,11 +89,11 @@ input[type=submit], input[type=button] {
|
|||
}
|
||||
|
||||
select {
|
||||
border:1px solid #ddd;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
checkbox {
|
||||
padding: 4px;
|
||||
border:1px solid #eee;
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: bold;
|
||||
|
@ -146,7 +146,7 @@ h1#log_title {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
div#log_msg {
|
||||
display:none;
|
||||
display: none;
|
||||
}
|
||||
div#error_buttons {
|
||||
margin-top: 20px;
|
||||
|
@ -593,8 +593,8 @@ input.datos_readonly {
|
|||
}
|
||||
|
||||
input.sub {
|
||||
font-weight: bold;
|
||||
|
||||
font-weight: normal;
|
||||
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
@ -604,9 +604,9 @@ input.sub {
|
|||
background-color: #333 !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: 92% 5px !important;
|
||||
|
||||
|
||||
color: white !important;
|
||||
padding: 3px 3px 3px 9px;
|
||||
padding: 3px 3px 5px 12px;
|
||||
|
||||
border-color: #333;
|
||||
}
|
||||
|
@ -804,7 +804,8 @@ th {
|
|||
color: #fff;
|
||||
background-color: #666;
|
||||
text-align:center;
|
||||
font-size: 7pt;
|
||||
font-size: 7.5pt;
|
||||
letter-spacing: 0.3pt;
|
||||
}
|
||||
tr.datos, tr.datost, tr.datosb , tr.datos_id,
|
||||
tr.datosf9 {
|
||||
|
@ -871,7 +872,7 @@ tr.disabled_row_user * {
|
|||
}
|
||||
|
||||
.bg { /* op menu */
|
||||
background: #6db431;
|
||||
background: #82b92e;
|
||||
}
|
||||
|
||||
.bg2 { /* main page */
|
||||
|
@ -1022,20 +1023,20 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab_frame {
|
||||
background:#FAFAFA;
|
||||
background: #FAFAFA;
|
||||
}
|
||||
#menu_tab_frame_view {
|
||||
background:#FAFAFA;
|
||||
background: #FAFAFA;
|
||||
}
|
||||
|
||||
#menu_tab_frame, #menu_tab_frame_view {
|
||||
display: block !important;
|
||||
border-bottom:1px solid #666;
|
||||
border-bottom: 1px solid #b3b3b3;
|
||||
/* float:left; */
|
||||
margin-left:-8px;
|
||||
min-height:25px;
|
||||
padding-right:28px;
|
||||
width:100%;
|
||||
margin-left: -8px;
|
||||
min-height: 25px;
|
||||
padding-right: 28px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu_tab {
|
||||
|
@ -1061,7 +1062,7 @@ div.title_line {
|
|||
|
||||
-moz-border-top-right-radius: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
|
||||
-moz-border-top-left-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
|
@ -1091,7 +1092,7 @@ div.title_line {
|
|||
|
||||
|
||||
#menu_tab li.tab_operation a, #menu_tab a.tab_operation {
|
||||
background: #6ba532;
|
||||
background: #82b92e;
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
min-height: 23px;
|
||||
|
@ -1112,7 +1113,7 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab li.nomn_high a {
|
||||
/*background: #6db431;*/
|
||||
/*background: #82b92e;*/
|
||||
color: #fff;
|
||||
}
|
||||
#menu_tab .mn li a {
|
||||
|
@ -1120,7 +1121,7 @@ div.title_line {
|
|||
text-decoration: none;
|
||||
}
|
||||
#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover {
|
||||
/*background: #6db431;*/
|
||||
/*background: #82b92e;*/
|
||||
color: #fff;
|
||||
}
|
||||
#menu_tab li:hover a {
|
||||
|
@ -1175,7 +1176,7 @@ div.title_line {
|
|||
}
|
||||
|
||||
#menu_tab_left ul.mn li.view {
|
||||
background: #6db431;
|
||||
background: #82b92e;
|
||||
max-width: 450px;
|
||||
min-width: 300px;
|
||||
padding: 2px 5px 0px;
|
||||
|
@ -2709,4 +2710,19 @@ table#policy_modules td * {
|
|||
}
|
||||
.context_help_body {
|
||||
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;
|
||||
}
|
|
@ -285,7 +285,7 @@ fieldset legend {
|
|||
#menu_tab_frame_view {
|
||||
display: block !important;
|
||||
background-color: #5B5B5B;
|
||||
border-bottom: 1px solid #6db431;
|
||||
border-bottom: 1px solid #82b92e;
|
||||
margin-left:-8px;
|
||||
min-height:25px;
|
||||
/*padding-right:28px;*/
|
||||
|
|
|
@ -1158,7 +1158,7 @@ table.tactical_bars {
|
|||
}
|
||||
|
||||
.ui-btn-active {
|
||||
background: #6db431 !important;
|
||||
background: #82b92e !important;
|
||||
}
|
||||
|
||||
span.nobold * {
|
||||
|
|
Loading…
Reference in New Issue