From 32d562822b5b6d1d0f84d2a2f2fdceb19b67e337 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 23 Nov 2015 20:51:07 +0000 Subject: [PATCH] Use ellipsis for long user names, show the whole user name on hover --- calendar/templates/default/app.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 8676013170..8553800e81 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -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 {