#823: TurboTunes song grid widget doesn't fill the box
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone:
Component: Docs | Version: 0.9a5
Severity: minor | Keywords:
---------------------------------+------------------------------------------
Somewhere around 0.9b2 the grid widget containing songs in the TurboTunes
tutorial stopped expanding to fill the enclosing TD.
The following patch adds a width to the CSS in tunes.kid.
*** ../TurboTunes/turbotunes/templates/tunes.kid 2005-11-08
07:33:07.000000000 -0700
--- TurboTunes/turbotunes/templates/tunes.kid 2006-05-03
09:33:12.000000000 -0600
***************
*** 31,36 ****
--- 31,37 ----
}
.grid td {height:13px;font-size:10px;}
#app {border:1px solid #666 }
+ #id {width:100%}
</style>
<script>
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/823>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---