pandorafms/pandora_console/include/styles/op.css

83 lines
1.6 KiB
CSS
Raw Normal View History

#menu-operation {
border-top: 0px;
}
#menu-operation a {
display: block;
color: #000;
text-decoration: none;
}
#menu-operation li {
left: 0px;
width: 100%;
border-bottom: 1px solid #d4d4d4;
border-top: 1px solid #eee;
}
.menu-operation {
2007-02-27 Sancho Lerena <slerena@openideas.info> * include/styles/god.css: Moved style block. * include/styles/link.css: Moved style block. * include/styles/op.css: Moved style block. * include/styles/pandora.css: Added some clases for new appearance. Needs to be improved, not finished yet !. * include/config.inc.php: Changed version number. * index.php: Some changes for new block disposition using data_box class and other changes. * operation/agentes/ver_agente.php: Now shows data in three tabs. Needs to be improved, but functional. * operation/agentes/estado_generalagente.php: Change in title order. This should be the way to show title and subtitle since now. * operation/messages/message.php: Changed icon, and fix problem in CSS. Deleted class: Classes with only fix weight should be avoided from now and added in code just with a style attribute, it generates too many classes in main CSS. * images/bottom-*-corner.gif: Added. * general/footer.php: Needs to be updated. * general/links_menu.php: New style in use (different color for top). * godmode/agentes/module_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/agentes/alert_manager.php: Content of alert management for agent manager, now in a individual file to be shown in a tab. * godmode/agentes/configurar_agente.php; * godmode/agentes/agent_manager.php: New file to manage in tabs agent configuration. Almost functional, needs fix. * godmode/menu.php: New style in use (different color for top). This is a partial commit not fully functional, need to be done due to many changes in a temporal development computer. Sorry for problems to people that are testing SVN version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-02-27 20:03:56 +01:00
background-color: #e6e9cd;
}
.operation-menu li {
padding: 0px 0px 0px 28px;
left: 0px;
width: 100%;
border-bottom: 1px solid #d4d4d4;
border-top: 1px solid #eee;
}
.operation-menu ul {
width: 128px;
}
#op1 li {
background: url(../../images/bricks.png) no-repeat 4px 3px;
}
#op2 li {
background: url(../../images/server_database.png) no-repeat 4px 3px;
}
#op3 li {
background: url(../../images/book_edit.png) no-repeat 4px 3px;
}
#op4 li {
background: url(../../images/lightning_go.png) no-repeat 4px 3px;
}
/* users */
#op5 li {
background: url(../../images/group.png) no-repeat 4px 4px;
}
#op6 li {
background: url(../../images/computer_error.png) no-repeat 4px 4px;
}
/* trap console */
#op7 li {
background: url(../../images/email.png) no-repeat 4px 4px;
}
#op8 li {
background: url(../../images/reporting.png) no-repeat 4px 4px;
}
#op9 li {
background: url(../../images/monitor.png) no-repeat 4px 3px;
}
#op-extensions li {
background: url(../../images/extensions.png) no-repeat 4px 3px;
}
.operation-submenu>ul {
width: 75%;
}
.operation-submenu li {
background: url(../../images/arrow.png) no-repeat 2px 4px;
margin-left: 26px;
padding: 0px 0px 0px 13px;
}
.menu-selected, #menu-operation li:hover, .submenu-selected li, .operation-submenu li:hover {
background-color: #d4ddc6 !important;
}
#menu-operation li.bb0, #arrowls li.bb0, #op-extensions li.bb0 {
border-bottom: 0px;
}