r22508 - htdocs/branches/beta - Test a fix for width of docs iframe.

Cristian Marchi cmarchi at code.gnucash.org
Fri Nov 2 15:45:13 EDT 2012


Author: cmarchi
Date: 2012-11-02 15:45:13 -0400 (Fri, 02 Nov 2012)
New Revision: 22508
Trac: http://svn.gnucash.org/trac/changeset/22508

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/viewdoc.phtml
Log:
Test a fix for width of docs iframe.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2012-11-02 18:04:45 UTC (rev 22507)
+++ htdocs/branches/beta/externals/gnucash.css	2012-11-02 19:45:13 UTC (rev 22508)
@@ -278,6 +278,7 @@
    padding:10px;
    float:left;
    max-width:65%;
+   width: 100%;
    background-color:white;   
    border:solid thin #7F7FAA;
    border-radius:0 25px 25px 25px;

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-02 18:04:45 UTC (rev 22507)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-02 19:45:13 UTC (rev 22508)
@@ -118,7 +118,7 @@
 <p style="color: red;"><?= T_("The document requested is not available in the requested language. The English version will be displayed instead.")?></p>
 <?php } ?>
 
-<iframe src="<?php echo $showurl; ?>" style="border-width: 0px; width: 100%; min-width: 700px; height: 80em;">
+<iframe src="<?php echo $showurl; ?>" style="border-width: 0px; width: 100%; height: 80em;">
 <?php echo T_("It seems your browser doesn't support iframes. To view the requested page in a separate windows, please <a href=\"" . $showurl . "\">click here</a>."); ?>
 </iframe>
 



More information about the gnucash-changes mailing list