Hello Johannes,
Currently we are using a number of css / javascript hacks to ensure that
CalDavZAP looks the same across all browsers. Unfortunately that means
two things:
1. The width of the task form has to be set to an exact pixel value, it
cant be set to "consume as much space as available", not without heavy
reliance on javascript anyway
2. The task form itself employs a relatively large number of css rules,
changes to its width would require changing a substantial portion of
these rules
We are planning some interface changes in the future, currently we are
pretty occupied with invitations and free / busy queries :)
Matej Mihalik
On 23-Jun-14 23:19, Dr. Johannes Zellner wrote:
Ján and all,
thanks.
A little thing I'm missing since quite a while is a css which defines
a width of the displayed/selected task which just consumes the full
width which is available "right of the calendar list" in the browser.
As a workaround I modified some widths in css/default.css to increase
the width of the displayed/selected tasks about 200 px to something
around 600 px.
This also increases the width of calendar entries to about 600 px.
Additionally, I had to increase "var baseWidth" in interfaces.js
accordingly.
Unfortunately, I don't know enough css to to modify the css so that
the width of the displayed task consumes as much space as available.
Any ideas how to do that?
regards,