Use ellipsis for long user names, show the whole user name on hover

This commit is contained in:
Nathan Gray 2015-11-23 20:51:07 +00:00
parent 46229e0860
commit 32d562822b

View File

@ -696,8 +696,17 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
height: 100%;
line-height: 20px;
border-right: 1px solid white;
text-overflow: ellipsis;
white-space:nowrap;
overflow:hidden;
}
.calendar_plannerRowHeader:hover {
width: initial !important;
overflow:visible;
z-index: 30;
background-color: white;
}
/* calendar_eventRows contain multiple eventRowWidgets
*/
.calendar_eventRows, .calendar_plannerHeaderRows {