Fix calendar list view shifted some pixel to the left in mobile template

This commit is contained in:
Hadi Nategh 2016-07-12 15:26:31 +02:00
parent 4750bcdc67
commit 142f55c15c
2 changed files with 16 additions and 7 deletions

View File

@ -63,10 +63,10 @@
overflow-y: hidden !important;
}
/* 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;
}
#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;
}
}
@ -150,6 +150,11 @@
padding: 2px;
background-color: white;
}
/* Conflict display */
div.calendar_conflicts {
max-height: 540px;
overflow-y: auto;
}
/* Loader - hide sizing behind overlay*/
#egw-loadin-prompt_calendar::before {
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] {
display: none;
}
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > ul > li {
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > ul:hover {
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label:hover {
overflow: visible;
width: auto;
background-color: inherit;
@ -539,7 +544,7 @@ Hide subsequent headers in week view with non-consolidated owners
width: 58px;
text-align: center;
}
.calendar_calGridHeader > ul {
.calendar_calGridHeader > span.et2_label {
position: absolute;
width: 55px;
}
@ -2688,6 +2693,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
text-align: center;
padding: 0px 5px 0 5px !important;
}
#calendar-list {
margin-right: 0px;
}
#calendar-list button.plus_button {
bottom: 85px ;
}

View File

@ -49,8 +49,9 @@
text-align: center;
padding: 0px 5px 0 5px !important;
}
#calendar-list button.plus_button {
bottom: 85px ;
#calendar-list {
margin-right: 0px;
button.plus_button {bottom: 85px ;}
}
#calendar-edit_category {max-width: 100%;}
#calendar-edit #calendar-edit_whole_day {margin:0;}