r21944 - htdocs/trunk/externals - Set minimum height for general dialog: useful for wide monitor.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 3 13:58:04 EST 2012


Author: cmarchi
Date: 2012-02-03 13:58:04 -0500 (Fri, 03 Feb 2012)
New Revision: 21944
Trac: http://svn.gnucash.org/trac/changeset/21944

Modified:
   htdocs/trunk/externals/gnucash.css
Log:
Set minimum height for general dialog: useful for wide monitor.

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2012-02-03 18:54:57 UTC (rev 21943)
+++ htdocs/trunk/externals/gnucash.css	2012-02-03 18:58:04 UTC (rev 21944)
@@ -394,6 +394,7 @@
    padding-left: 58px;
    border: 1px solid #7F7FAA;
    margin: 1em 2em;
+   min-height:55px;
 }
 
 div.warning {



More information about the gnucash-changes mailing list