mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#9662 Added icon about
This commit is contained in:
parent
d45a631ea5
commit
7d6ace0f98
@ -435,7 +435,7 @@ echo '</div>';
|
|||||||
*/
|
*/
|
||||||
function menu_calculate_top(index, item_height) {
|
function menu_calculate_top(index, item_height) {
|
||||||
const result = index * item_height;
|
const result = index * item_height;
|
||||||
return 135 + result;
|
return 140 + result;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -416,7 +416,7 @@ function menu_print_menu(&$menu)
|
|||||||
$div = '<div class="icon_'.$id.' w100p"></div><span class="w55p" style="display: none">'.$main['text'].'</span><div class="arrow_menu_down w30p" style="display: none"></div>';
|
$div = '<div class="icon_'.$id.' w100p"></div><span class="w55p" style="display: none">'.$main['text'].'</span><div class="arrow_menu_down w30p" style="display: none"></div>';
|
||||||
} else {
|
} else {
|
||||||
if ($id === 'about') {
|
if ($id === 'about') {
|
||||||
$div = '<div class="icon_'.$id.' w15p"></div><span class="w55p">'.$main['text'].'</span><div class="w30p"></div>';
|
$div = '<div class="icon_'.$id.' w15p"></div><span class="w55p">'.$main['text'].'</span>';
|
||||||
} else {
|
} else {
|
||||||
$div = '<div class="icon_'.$id.' w15p"></div><span class="w55p">'.$main['text'].'</span><div class="arrow_menu_down w30p"></div>';
|
$div = '<div class="icon_'.$id.' w15p"></div><span class="w55p">'.$main['text'].'</span><div class="arrow_menu_down w30p"></div>';
|
||||||
}
|
}
|
||||||
|
@ -331,6 +331,10 @@
|
|||||||
background: url(../../images/menu/gm_library.menu_gray.png) no-repeat 50% 50%;
|
background: url(../../images/menu/gm_library.menu_gray.png) no-repeat 50% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon_about {
|
||||||
|
background: url(../../images/menu/about.menu_gray.png) no-repeat 50% 50%;
|
||||||
|
}
|
||||||
|
|
||||||
#menu_container {
|
#menu_container {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -432,86 +436,6 @@ ul li {
|
|||||||
padding-top: 2em !important;
|
padding-top: 2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menu icons active */
|
|
||||||
.selected.icon_oper-networkconsole {
|
|
||||||
background: url(../../images/menu/op_network.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_oper-agents {
|
|
||||||
background: url(../../images/menu/op_monitoring.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_oper-events {
|
|
||||||
background: url(../../images/menu/op_events.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_oper-users {
|
|
||||||
background: url(../../images/menu/op_workspace.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_oper-reporting {
|
|
||||||
background: url(../../images/menu/op_reporting.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_oper-extensions {
|
|
||||||
background: url(../../images/menu/extensions.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-discovery {
|
|
||||||
background: url(../../images/menu/gm_discovery.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-resources {
|
|
||||||
background: url(../../images/menu/gm_resources.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-configuration {
|
|
||||||
background: url(../../images/menu/gm_configuration.menu_white.png) no-repeat
|
|
||||||
50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-alerts {
|
|
||||||
background: url(../../images/menu/gm_alerts.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-users {
|
|
||||||
background: url(../../images/menu/gm_users.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-servers {
|
|
||||||
background: url(../../images/menu/gm_servers.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-setup {
|
|
||||||
background: url(../../images/menu/gm_setup.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-events {
|
|
||||||
background: url(../../images/menu/gm_events.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-extensions {
|
|
||||||
background: url(../../images/menu/builder.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-links {
|
|
||||||
background: url(../../images/menu/links.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-um_messages {
|
|
||||||
background: url(../../images/menu/um_messages.menu_white.png) no-repeat 50%
|
|
||||||
50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected.icon_god-module_library {
|
|
||||||
background: url(../../images/menu/gm_library.menu_white.png) no-repeat 50% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu_full {
|
#menu_full {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -690,7 +614,7 @@ ul li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs_collapsed {
|
.tabs_collapsed {
|
||||||
height: 48px;
|
height: 53px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user