2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_clippy.php, include/styles/pandora.css: some aesthetic changes suggested by Carla. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10459 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5cb3d96656
commit
82018e914c
|
@ -1,3 +1,8 @@
|
|||
2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_clippy.php, include/styles/pandora.css: some
|
||||
aesthetic changes suggested by Carla.
|
||||
|
||||
2014-08-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/introjs.css, include/styles/pandora_black.css,
|
||||
|
|
|
@ -117,6 +117,12 @@ function clippy_write_javascript_helps_steps($tours) {
|
|||
}
|
||||
|
||||
if (!empty($steps)) {
|
||||
foreach ($steps as $iterator => $element) {
|
||||
$steps[$iterator]['intro'] =
|
||||
"<div id='clippy_head_title'>" . __("Pandora FMS assistant") . "</div>" .
|
||||
$steps[$iterator]['intro'];
|
||||
}
|
||||
|
||||
if (!empty($conf['name_obj_js_tour'])) {
|
||||
$name_obj_js_tour = $conf['name_obj_js_tour'];
|
||||
}
|
||||
|
|
|
@ -2726,3 +2726,16 @@ table#policy_modules td * {
|
|||
float: right;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#clippy_head_title {
|
||||
font-weight: bold;
|
||||
background: #82b92e;
|
||||
color: #ffffff;
|
||||
margin-top: -15px;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
padding: 5px;
|
||||
margin-bottom: 10px;
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
Loading…
Reference in New Issue