Add tooltips dashboards view

This commit is contained in:
Marco Antonio Nina Mena
2015-06-02 12:29:07 -04:00
parent e7487eb4a8
commit e23d613ff6
4 changed files with 51 additions and 27 deletions

View File

@@ -659,20 +659,20 @@ img#topright { top:0; right:0; }
stroke-width: 0;
}
.tooltip { /* NEW */
background: #eee; /* NEW */
box-shadow: 0 0 5px #999999; /* NEW */
color: #333; /* NEW */
display: none; /* NEW */
font-size: 12px; /* NEW */
left: 110px; /* NEW */
padding: 10px; /* NEW */
position: absolute; /* NEW */
text-align: center; /* NEW */
top: 85px; /* NEW */
width: 80px; /* NEW */
z-index: 10; /* NEW */
}
/*.tooltip { /* NEW */
/* background: #eee; /* NEW */
/* box-shadow: 0 0 5px #999999; /* NEW */
/* color: #333; /* NEW */
/* display: none; /* NEW */
/* font-size: 12px; /* NEW */
/* left: 110px; /* NEW */
/* padding: 10px; /* NEW */
/* position: absolute; /* NEW */
/* text-align: center; /* NEW */
/* top: 85px; /* NEW */
/* width: 80px; /* NEW */
/* z-index: 10; /* NEW */
/*}*/
.letter{
background-image: url("../images/logo-proces-marker.png");

View File

@@ -354,10 +354,10 @@ table.dataTable thead .sorting:after {
color: #606368;
}
.panel-green a:hover {
/*.panel-green a:hover {
color: #1fbc99;
text-decoration: none;
}
}*/
.panel-red {
border-color: #ddd;
@@ -545,6 +545,10 @@ table.dataTable thead .sorting:after {
margin: 11px 17px 0 0;
}
.dashboard-right {
margin: 5px;
}
.dashboard-right h5{
margin: 20px 12px 0 0;
}
@@ -807,3 +811,15 @@ table.dataTable thead .sorting:after {
.bottom{
margin-bottom: 30px;
}
.tooltip > .tooltip-inner {
line-height: 1;
text-align: center;
color: #fff;
width: 150px;
padding: 15px;
font-size: 12px;
background: rgba(0, 0, 0, 0.7);
border-radius: 8px;
pointer-events: none;
}