mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Use ellipsis for long user names, show the whole user name on hover
This commit is contained in:
parent
46229e0860
commit
32d562822b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user