Skip to content

Commit

Permalink
WINKSTART-1009: Now handles Agent Break
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Sep 25, 2012
1 parent 79412af commit 981c4e1
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 110 deletions.
6 changes: 3 additions & 3 deletions whapps/call_center/dashboard/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@
color: #05addc;
}

#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.break{
#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.paused{
border: 1px solid #ff9933;
}

#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.break .agent_header{
#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.paused .agent_header{
background: #ff9933;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9933), to(#FF8833));
background-image: -moz-linear-gradient(top, #ff9933, #FF8833);
Expand All @@ -349,7 +349,7 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9933', endColorstr='#FF8833', GradientType=0);
}

#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.break .row_data.call_time .data_value{
#dashboard-content .dashboard-bottom-right #agents-view .agent_wrapper.paused .row_data.call_time .data_value{
color: #ff9933;
}

Expand Down
Loading

0 comments on commit 981c4e1

Please sign in to comment.