SAAS-851: Embed schedule widget loses format with long show names

Applied fix for premium style sheet
This commit is contained in:
drigato 2015-06-08 11:14:05 -04:00
parent 1974774e0c
commit 1b0d69f3d7

View file

@ -61,6 +61,9 @@ body {
transition: max-height 2s ease;
overflow-y: auto;
overflow-x: hidden;
text-overflow: ellipsis;
/*transition-delay: 1s;*/
}
@ -96,10 +99,19 @@ body {
color: #AAAAAA;
}
.schedule_item .time_grid div {
width: 120px;
}
.schedule_item .name_grid {
padding-left: 30px;
}
.schedule_item .name_grid div {
overflow: hidden;
text-overflow: ellipsis;
}
.schedule_item h4 {
margin: 10px 0px;
font-weight: 400;