[dw-free] Theme selector scales poorly
[commit: http://hg.dwscoalition.org/dw-free/rev/8f15cc99612e]
http://bugs.dwscoalition.org/show_bug.cgi?id=1730
Make Apply Theme page work at larger font sizes.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1730
Make Apply Theme page work at larger font sizes.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/widgets/themechooser.css
-------------------------------------------------------------------------------- diff -r e418eb708ead -r 8f15cc99612e htdocs/stc/widgets/themechooser.css --- a/htdocs/stc/widgets/themechooser.css Wed Sep 02 16:09:07 2009 +0000 +++ b/htdocs/stc/widgets/themechooser.css Wed Sep 02 17:15:10 2009 +0000 @@ -13,13 +13,12 @@ text-align: center; padding: 8px; font-size: 11px; - overflow: auto; - height: 205px; } .theme-item img.theme-preview { padding: 1px; width: 150px; height: 114px; + display: block; } .theme-item .theme-preview-link { position: absolute; @@ -39,11 +38,13 @@ font-size: 11px; padding: 4px 0 0 0; margin: 0; + height: 2.5em; } .theme-item .theme-desc { font-size: 10px; padding: 4px 0 6px 0; margin: 0; + height: 4em; } .theme-item.special h4, .theme-item.special .theme-desc { --------------------------------------------------------------------------------