Fix detail view labels for small events
This commit is contained in:
@@ -430,8 +430,30 @@
|
||||
}
|
||||
|
||||
.event-line {
|
||||
height: 2px;
|
||||
height: 4px;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.event-box.small-event {
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.event-line .event-label,
|
||||
.event-box.small-event .event-label {
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
margin-left: 4px;
|
||||
background: rgba(255,0,255,0.3);
|
||||
border: 1px solid rgba(0,255,255,0.5);
|
||||
border-radius: 4px;
|
||||
padding: 2px 4px;
|
||||
white-space: nowrap;
|
||||
color: #fff;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
/* Layout combining current time and analog clock */
|
||||
|
||||
Reference in New Issue
Block a user