Elastic: Calendar improvements
This commit is contained in:
parent
0cbf826320
commit
85ba1bd127
2 changed files with 37 additions and 35 deletions
|
@ -399,7 +399,6 @@ body.quickview-active .fc-content {
|
||||||
tr.fc-last th,
|
tr.fc-last th,
|
||||||
tr.fc-last td {
|
tr.fc-last td {
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
color: @color-black-shade-text;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody tr.fc-first td,
|
tbody tr.fc-first td,
|
||||||
|
@ -428,6 +427,10 @@ body.quickview-active .fc-content {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fc-day-header {
|
||||||
|
color: @color-black-shade-text;
|
||||||
|
}
|
||||||
|
|
||||||
.fc-grid {
|
.fc-grid {
|
||||||
th {
|
th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -475,8 +478,14 @@ body.quickview-active .fc-content {
|
||||||
|
|
||||||
// Agenda Week View, Agenda Day View
|
// Agenda Week View, Agenda Day View
|
||||||
|
|
||||||
.fc-agenda-days th {
|
.fc-agenda-days {
|
||||||
text-align: center;
|
th {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-widget-header {
|
||||||
|
color: @color-black-shade-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-agenda {
|
.fc-agenda {
|
||||||
|
@ -656,17 +665,29 @@ body.quickview-active .fc-content {
|
||||||
padding: 4px 2px;
|
padding: 4px 2px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|
||||||
|
.fc-event {
|
||||||
|
position: relative;
|
||||||
|
margin: 1px 2px 3px 2px;
|
||||||
|
|
||||||
|
td:not(.fc-event-handle) {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-event-time {
|
||||||
|
.overflow-ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fc-event-title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-view-list .fc-last {
|
.fc-view-list .fc-last {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-list-section .fc-event {
|
|
||||||
position: relative;
|
|
||||||
margin: 1px 2px 3px 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc-view-table {
|
.fc-view-table {
|
||||||
tr.fc-event {
|
tr.fc-event {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
@ -678,7 +699,7 @@ body.quickview-active .fc-content {
|
||||||
}
|
}
|
||||||
|
|
||||||
td.fc-event-handle {
|
td.fc-event-handle {
|
||||||
padding: 3px 8px 3px 3px;
|
padding: 3px 8px 3px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -907,18 +928,13 @@ body.quickview-active .fc-content {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-event-location {
|
.fc-event-location {
|
||||||
font-size: 90%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-agenda-slots td div {
|
.fc-agenda-slots td div {
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-widget-header,
|
|
||||||
.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc-widget-header, .fc-widget-content {
|
.fc-widget-header, .fc-widget-content {
|
||||||
border-color: @color-calendar-border;
|
border-color: @color-calendar-border;
|
||||||
}
|
}
|
||||||
|
@ -1063,6 +1079,7 @@ body.task-calendar {
|
||||||
|
|
||||||
.input-group-prepend {
|
.input-group-prepend {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -142,25 +142,7 @@
|
||||||
color: @color-list-selected;
|
color: @color-list-selected;
|
||||||
background-color: @color-list-selected-background;
|
background-color: @color-list-selected-background;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
&.shared > div a:first-child {
|
|
||||||
padding-right: 1.6em;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
&:extend(.font-icon-class);
|
|
||||||
content: @fa-var-share-alt;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.user > div a:first-child {
|
|
||||||
padding-right: 1.6em;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
&:extend(.font-icon-class);
|
|
||||||
content: @fa-var-user;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
& > div.readonly a:first-child,
|
& > div.readonly a:first-child,
|
||||||
&.readonly:not(.virtual) > div a:first-child {
|
&.readonly:not(.virtual) > div a:first-child {
|
||||||
padding-right: 1.6em;
|
padding-right: 1.6em;
|
||||||
|
@ -171,12 +153,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > div.virtual.user > .listname,
|
& > div.other.user > .listname,
|
||||||
&.virtual.user > div a:first-child {
|
&.other.user > div a:first-child {
|
||||||
&:before {
|
&:before {
|
||||||
.font-icon-solid(@fa-var-user);
|
.font-icon-solid(@fa-var-user);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > div.virtual.user > .listname,
|
||||||
|
&.virtual.user > div a:first-child {
|
||||||
&:after {
|
&:after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue