mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix calendar list view shifted some pixel to the left in mobile template
This commit is contained in:
parent
4750bcdc67
commit
142f55c15c
@ -63,10 +63,10 @@
|
|||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
}
|
}
|
||||||
/* Let hidden user names be visible */
|
/* Let hidden user names be visible */
|
||||||
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > ul {
|
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > ul > li {
|
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader > span.et2_label {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -150,6 +150,11 @@
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
/* Conflict display */
|
||||||
|
div.calendar_conflicts {
|
||||||
|
max-height: 540px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
/* Loader - hide sizing behind overlay*/
|
/* Loader - hide sizing behind overlay*/
|
||||||
#egw-loadin-prompt_calendar::before {
|
#egw-loadin-prompt_calendar::before {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -323,12 +328,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader .calendar_calDayColHeader > div[data-date] {
|
#calendar-view_view.hideDayColHeader tr:not(:first-of-type) .calendar_calGridHeader .calendar_calDayColHeader > div[data-date] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > ul > li {
|
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > ul:hover {
|
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label:hover {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
width: auto;
|
width: auto;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@ -539,7 +544,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
width: 58px;
|
width: 58px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.calendar_calGridHeader > ul {
|
.calendar_calGridHeader > span.et2_label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 55px;
|
width: 55px;
|
||||||
}
|
}
|
||||||
@ -2688,6 +2693,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0px 5px 0 5px !important;
|
padding: 0px 5px 0 5px !important;
|
||||||
}
|
}
|
||||||
|
#calendar-list {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
#calendar-list button.plus_button {
|
#calendar-list button.plus_button {
|
||||||
bottom: 85px ;
|
bottom: 85px ;
|
||||||
}
|
}
|
||||||
|
@ -49,8 +49,9 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0px 5px 0 5px !important;
|
padding: 0px 5px 0 5px !important;
|
||||||
}
|
}
|
||||||
#calendar-list button.plus_button {
|
#calendar-list {
|
||||||
bottom: 85px ;
|
margin-right: 0px;
|
||||||
|
button.plus_button {bottom: 85px ;}
|
||||||
}
|
}
|
||||||
#calendar-edit_category {max-width: 100%;}
|
#calendar-edit_category {max-width: 100%;}
|
||||||
#calendar-edit #calendar-edit_whole_day {margin:0;}
|
#calendar-edit #calendar-edit_whole_day {margin:0;}
|
||||||
|
Loading…
Reference in New Issue
Block a user