pandorafms/pandora_console/include/styles/tip.css

72 lines
1.3 KiB
CSS
Raw Normal View History

a.tip, a.tip2, a.tipp {
cursor: help;
background: url(../../images/tip.png) no-repeat;
}
a.tip , a.tip2 {
padding: 5px 2px 5px 12px;
}
a.tipp {
padding: 2px 2px 2px 12px;
}
a.help {
cursor: help;
background: url(../../images/help2.png) no-repeat;
padding: 2px 2px 2px 12px;
left: 5px;
text-transform: capitalize;
}
a.info {
padding: 25px 0px 0px 0px;
}
a.info2 {
padding: 2px 0px 0px 0px;
}
a.tip, a.tip2, a.tipp, a.help , a.info, a.info2 {
position: relative;
text-decoration: none;
}
a.tip:hover {
text-decoration: none;
background-color: #f9f9f9;
}
a.tip2:hover {
text-decoration: none;
/* background-color: #e6e9cd;*/
background-color: #efefef
}
a.tipp:hover {
text-decoration: none;
background-color: #778866;
}
a.info:hover, a.info2:hover, a.help:hover {
text-decoration: none;
}
a.tip span, a.tip2 span, a.tipp span, a.info span, a.info2 span, a.help span {
display: none;
}
a.tip:hover span, a.tip2:hover span,a.tipp:hover span, a.info:hover span,
a.info2:hover span, a.help:hover span {
display: block;
text-decoration: none;
position: absolute;
z-index: 99;
top: 20px;
left: 6px;
width: 150px;
border: 1px solid #708090;
background-color: #d4ddc6;
color: #000;
padding: 2px;
}
a.info:hover span {
top: 45px;
left: 20px;
2007-03-28 Sancho Lerena <slerena@artica.es> * tip.css, pandora.css: Some updates to fix render in tooltips and datos3 background color. * config.php: Version update. * operation/menu.php: Added reporting suboption: Custom Graph Builder. * operation/reporting/graph_builder.php: New custom and combined graphic generator that uses new function from fgraph graphic_combined_module(). * reporting/fgraph.php: new function graphic_combined_module() to generate combined graphs. Needs to finish implementation to show alerts and evetns (most work done). Function grafico_db_agentes_purge() now uses Pear Graph instead jpgraph. * operation/agents/exportdata.php: Now uses indexes and improve the overall speed. * operation/agents/estado_grupo.php: Rewritten version, much more fast than previous. * operation/events/events.php: Fixed code to mass delete/update and added some audit control points. * pandora_db.php: audit_db() now uses utimestamp. event_insert() now uses utimestamp. Added function give_agent_id_from_module_id(). * operation/agents/estado_ultimopaquete.php: Now render in red timestamp for "outdated" data. Fixes some minor problems with module groups and interval rendering. * operation/agents/estado_monitores.php: now uses utimestamp. * operation/agents/ver_agente.php: Uses lang_label labels for some texts. Fixed image bug. * operation/servers/view_server.php: Added version of server and some cosmetic adjustments. * godmode/db/db_main.php: Applied new graphic. * godmode/agentes/module_manager.php: Now sort by modulegroup. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@405 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-03-28 18:07:29 +02:00
width: 100px;
}
a.info2:hover span {
top: 8px;
}
a.help:hover span {
top: 15px;
width: 80px;
}