setting widht: 99%; to cope with borders

This commit is contained in:
Ralf Becker 2010-06-09 12:34:10 +00:00
parent e7af6bf8a6
commit 0e234a718f

View File

@ -59,7 +59,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
top: 0px;
left: 0px;
border:1px solid silver;
width: 100%;
width: 99%;
/* set via inline style on runtime:
* height:
*/