User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).
CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
This commit is contained in:
@@ -1012,6 +1012,7 @@ legend {
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* operator panel styles begin */
|
||||
@@ -1204,11 +1205,69 @@ legend {
|
||||
|
||||
/* operator panel styles end */
|
||||
|
||||
SPAN.playback_progress_bar {
|
||||
background-color: #c43e42;
|
||||
height: 1px;
|
||||
display: inline-block;
|
||||
}
|
||||
SPAN.playback_progress_bar {
|
||||
background-color: #c43e42;
|
||||
height: 1px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* dashboard hud styles begin */
|
||||
|
||||
td.hud_box {
|
||||
height: auto;
|
||||
vertical-align: top;
|
||||
padding: 15px;
|
||||
border: 1px solid #c6d4e8;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
text-align: center;
|
||||
background-color: #f5f7fa;
|
||||
background-image: -ms-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
|
||||
background-image: -moz-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
|
||||
background-image: -o-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
|
||||
background-image: -webkit-gradient(linear, left, right, color-stop(0, #edf1f7), color-stop(0.30, #f9fbfe), color-stop(0.70, #f9fbfe), color-stop(1, #edf1f7));
|
||||
background-image: -webkit-linear-gradient(left, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
|
||||
background-image: linear-gradient(to right, #edf1f7 0%, #f9fbfe 30%, #f9fbfe 70%, #edf1f7 100%);
|
||||
}
|
||||
|
||||
b.hud_title {
|
||||
color: #a4aebf;
|
||||
}
|
||||
|
||||
span.hud_voicemail_total {
|
||||
cursor: pointer;
|
||||
color: #004083;
|
||||
font-size: 60px;
|
||||
line-hight: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.hud_voicemail_total:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
sup.hud_voicemail_new {
|
||||
font-weight: normal;
|
||||
color: #03920a;
|
||||
font-size: 30px;
|
||||
line-hight: 10px;
|
||||
}
|
||||
|
||||
th.hud_heading {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td.hud_text {
|
||||
font-size: 11px;
|
||||
color: black;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* dashboard hud styles end */
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user