Document Viewer

ajperezcrespo wrote on Thursday, June 16, 2011:

Hi,
   Is there a way to increase the size of the document view window in the patient documents?  It is just too short and requires scrolling to view.

Thanks

ajperezcrespo wrote on Friday, June 17, 2011:

Dig Dig Dig….

Change the height in Themes\xxxxx.css to something over 600px and that works.  should we not standardize for a more comfortable document viewing?

#documents_actions iframe {
    display: inline;
    border:none;
    width:100%;
    height:625px;
    overflow: auto;

Thanks