[mythtv-commits] Ticket #2384: background not 100% height in mythweb

MythTV mythtv at cvs.mythtv.org
Thu Sep 14 01:27:49 UTC 2006


#2384: background not 100% height in mythweb
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  xris   
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythweb    |     Version:  0.20.1 
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 In Firefox, the background on any page that does not take up the full
 window height will show white after content.  To fix this, change the
 following section in style.css from:

 body {
     border:           0;
     margin:           0;
     padding:          0;
     font-size:        9pt;
     font-family:      Arial, Helvetica, sans-serif;
     ...
 }

 TO:
 html,body {
     border:           0;
     margin:           0;
     padding:          0;
     font-size:        9pt;
     font-family:      Arial, Helvetica, sans-serif;
     ...
 }

 This is needed in both the default theme and grey theme, hence the "..."
 above (they differ in that area, so I left it out.)  It's basically
 changing the selector list from "body" to "html,body" if the difference
 wasn't immediately noticable.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2384>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list