forked from extern/egroupware
Give more space to calendar day-view todo list
This commit is contained in:
parent
1c37e1ccb0
commit
b4531188bc
@ -388,7 +388,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
max-height: 400px;
|
||||
}
|
||||
.calendar_calDayTodos {
|
||||
width: 250px;
|
||||
width: 98%;
|
||||
margin-left: 10px;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
|
@ -394,7 +394,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
max-height: 400px;
|
||||
}
|
||||
.calendar_calDayTodos {
|
||||
width: 250px;
|
||||
width: 98%;
|
||||
margin-left: 10px;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
@ -1735,7 +1735,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
background-color: #189800 !important;
|
||||
}
|
||||
.calendar_calDayTodos {
|
||||
width: 250px;
|
||||
width: 98%;
|
||||
margin-left: 10px;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
|
@ -1189,7 +1189,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
|
||||
}
|
||||
.calendar_calDayTodos {
|
||||
width: 250px;
|
||||
width: 98%;
|
||||
margin-left: 10px;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user