mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:24 +01:00
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;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos {
|
.calendar_calDayTodos {
|
||||||
width: 250px;
|
width: 98%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
@ -394,7 +394,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos {
|
.calendar_calDayTodos {
|
||||||
width: 250px;
|
width: 98%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border: 1px solid silver;
|
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;
|
background-color: #189800 !important;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos {
|
.calendar_calDayTodos {
|
||||||
width: 250px;
|
width: 98%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
@ -1189,7 +1189,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
|
|
||||||
}
|
}
|
||||||
.calendar_calDayTodos {
|
.calendar_calDayTodos {
|
||||||
width: 250px;
|
width: 98%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user