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:
@@ -439,12 +439,65 @@ table tr:last-child td:last-child {
|
||||
DIV.login_message {
|
||||
border: 1px solid #bae0ba;
|
||||
background-color: #eeffee;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* dashboard hud styles begin */
|
||||
|
||||
td.hud_box {
|
||||
height: auto;
|
||||
vertical-align: top;
|
||||
padding: 15px;
|
||||
background-color: #f5f7fa;
|
||||
border: 1px solid #c6d4e8;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
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>
|
||||
|
||||
<script language="javascript" type="text/javascript" src="<?php echo PROJECT_PATH?>/resources/jquery/jquery-1.8.3.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user