[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
lily.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=726
Fix column widths in Tropo schemes.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 */ --------------------------------------------------------------------------------