Give more space to calendar day-view todo list

This commit is contained in:
Hadi Nategh 2014-08-21 14:34:40 +00:00
parent 1c37e1ccb0
commit b4531188bc
3 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}