mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
setting widht: 99%; to cope with borders
This commit is contained in:
parent
e7af6bf8a6
commit
0e234a718f
@ -59,7 +59,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
border:1px solid silver;
|
border:1px solid silver;
|
||||||
width: 100%;
|
width: 99%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* height:
|
* height:
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user