Give more space to calendar day-view todo list

This commit is contained in:
Hadi Nategh 2014-08-21 12:20:44 +00:00
parent 6e9215e0ff
commit cb4b0a9532
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;
}