afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-09-02 05:15 pm

[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 [personal profile] afuna.

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 {
--------------------------------------------------------------------------------