mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 21:34:53 +00:00
(html) Show event location in Calendar days views
This commit is contained in:
@@ -200,24 +200,15 @@ $block_margin: 2%; // See sgCalendarDayBlock.directive.js
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// The outer event container
|
||||
.sg-event {
|
||||
font-size: $sg-font-size-2;
|
||||
&, md-icon {
|
||||
//color: #fff !important; // Overwrite dynamic CSS theme
|
||||
}
|
||||
.material-icons {
|
||||
font-size: $sg-font-size-2;
|
||||
}
|
||||
}
|
||||
|
||||
// Events from editable calendars are draggable
|
||||
.sg-draggable-calendar-block,
|
||||
.sg-event--ghost {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
// The outer event container
|
||||
.sg-event {
|
||||
font-size: $sg-font-size-2;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
@@ -255,6 +246,14 @@ $block_margin: 2%; // See sgCalendarDayBlock.directive.js
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
font-size: $sg-font-size-2;
|
||||
}
|
||||
|
||||
.secondary { // location in days view, hours in month view
|
||||
font-weight: $sg-font-light;
|
||||
}
|
||||
|
||||
// Event DnD drag grips
|
||||
|
||||
&:hover {
|
||||
@@ -413,9 +412,6 @@ $block_margin: 2%; // See sgCalendarDayBlock.directive.js
|
||||
margin: $block_margin;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
span { // hours
|
||||
font-weight: $sg-font-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user