From rhmessaging-commits at lists.jboss.org Tue Apr 1 14:39:55 2008 Content-Type: multipart/mixed; boundary="===============2013855178362121202==" MIME-Version: 1.0 From: rhmessaging-commits at lists.jboss.org To: rhmessaging-commits at lists.jboss.org Subject: [rhmessaging-commits] rhmessaging commits: r1825 - mgmt/cumin/python/wooly. Date: Tue, 01 Apr 2008 14:39:54 -0400 Message-ID: --===============2013855178362121202== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: justi9 Date: 2008-04-01 14:39:54 -0400 (Tue, 01 Apr 2008) New Revision: 1825 Modified: mgmt/cumin/python/wooly/widgets.strings Log: Add some styling for properties. Modified: mgmt/cumin/python/wooly/widgets.strings =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mgmt/cumin/python/wooly/widgets.strings 2008-04-01 18:18:44 UTC (rev 18= 24) +++ mgmt/cumin/python/wooly/widgets.strings 2008-04-01 18:39:54 UTC (rev 18= 25) @@ -131,11 +131,20 @@ [Paginator.page_html]
  • {content}
  • = +[PropertySet.css] +table.PropertySet tr.prop th, table.PropertySet tr.prop td { + padding: 0.25em 1em 0.25em 0; +} + +table.PropertySet th { + font-size: 0.9em; +} + [PropertySet.html] -{items}
    +{items}
    = [PropertySet.property_html] -{title}{value} +{title}{value} = [ActionSet.html] --===============2013855178362121202==--