mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
(css) Improve display of secondary info of events
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
' </span>',
|
||||
// Location
|
||||
' <div class="secondary" ng-if="'+p+'block.component.c_location">',
|
||||
' <md-icon>place</md-icon> {{'+p+'block.component.c_location}}',
|
||||
' <md-icon>place</md-icon> <span ng-bind="'+p+'block.component.c_location"></span>',
|
||||
' </div>',
|
||||
' </div>',
|
||||
' </div>',
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
' </span>',
|
||||
// Time
|
||||
' <div class="secondary" ng-if="::!component.c_isallday">',
|
||||
' <md-icon>access_time</md-icon> {{::component.starthour}}',
|
||||
' <md-icon>access_time</md-icon> <span ng-bind="::component.starthour"></span>',
|
||||
' </div>',
|
||||
// Location
|
||||
' <div class="secondary" ng-if="::component.c_location">',
|
||||
' <md-icon>place</md-icon> {{::component.c_location}}',
|
||||
' <md-icon>place</md-icon> <span ng-bind="::component.c_location"></span>',
|
||||
' </div>',
|
||||
'</div>'
|
||||
].join('');
|
||||
|
||||
@@ -387,6 +387,9 @@ $quarter_height: 10px;
|
||||
|
||||
.secondary { // location in days view, hours in month view
|
||||
font-weight: $sg-font-light;
|
||||
span {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-category {
|
||||
|
||||
Reference in New Issue
Block a user