mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-09 07:37 am

[dw-nonfree] Column spacing on icons

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a736d161c5cb]

http://bugs.dwscoalition.org/show_bug.cgi?id=726

Fix column widths in Tropo schemes.

Patch by [personal profile] lily.

Files modified:
  • htdocs/stc/tropo/purple.css
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r a489d3f0d68b -r a736d161c5cb htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Sat May 09 07:36:46 2009 +0000
+++ b/htdocs/stc/tropo/purple.css	Sat May 09 07:37:55 2009 +0000
@@ -615,6 +615,10 @@ table.allpics {
     width: 50px;
 }
 
+.allpics td.desc {
+padding-right: 10px;
+}
+
 
 /* editfilters styling */
 
diff -r a489d3f0d68b -r a736d161c5cb htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Sat May 09 07:36:46 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Sat May 09 07:37:55 2009 +0000
@@ -610,6 +610,9 @@ table.allpics {
     width: 50px;
 }
 
+.allpics td.desc {
+padding-right: 10px;
+}
 
 /* editfilters styling */
 
--------------------------------------------------------------------------------