mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +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,6 +696,15 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
border-right: 1px solid white;
|
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 contain multiple eventRowWidgets
|
||||||
|
Loading…
Reference in New Issue
Block a user