After quite some time now, I just tested out the care2x trunk - last changed
at SVN 6934.
DICOM viewer does not work. (The domain value has been set correctly in the
/include/core/inc_init_main.php)
Tested on Debian Squeeze.
Also there are some errors in lines 7, 301, 379 and 384 in the file:
/gui/css/themes/default/default.css
http://www.quirksmode.org/css/opacity.html
"-moz-opacity" property does not seem to be supported now.
Also "opacity" property is ambiguous.
Line 7 can now be:
overflow: scroll;
Line 301 can be:
margin-left: 5px;
(note the space between "5" and "px" has been removed)
Regards,
Ap.Muthu
|