From richfaces-svn-commits at lists.jboss.org Tue Jul 27 07:54:19 2010 Content-Type: multipart/mixed; boundary="===============8380263411260117738==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r18243 - in root/tests/metamer/trunk/application/src/main/webapp: resources/css and 3 other directories. Date: Tue, 27 Jul 2010 07:54:18 -0400 Message-ID: <201007271154.o6RBsIaL011125@svn01.web.mwc.hst.phx2.redhat.com> --===============8380263411260117738== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ppitonak(a)redhat.com Date: 2010-07-27 07:54:17 -0400 (Tue, 27 Jul 2010) New Revision: 18243 Added: root/tests/metamer/trunk/application/src/main/webapp/resources/css/commo= n.ecss root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/c= ss/attributes.ecss Removed: root/tests/metamer/trunk/application/src/main/webapp/resources/css/commo= n.css root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/c= ss/attributes.css Modified: root/tests/metamer/trunk/application/src/main/webapp/index.xhtml root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/a= ttributes.xhtml root/tests/metamer/trunk/application/src/main/webapp/templates/template.= xhtml Log: * css style of lines in header and attributes dynamically changing accordin= g to selected skin Modified: root/tests/metamer/trunk/application/src/main/webapp/index.xhtml =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 --- root/tests/metamer/trunk/application/src/main/webapp/index.xhtml 2010-0= 7-27 11:45:44 UTC (rev 18242) +++ root/tests/metamer/trunk/application/src/main/webapp/index.xhtml 2010-0= 7-27 11:54:17 UTC (rev 18243) @@ -5,7 +5,7 @@ Metamer: RichFaces Testing Application - + = Deleted: root/tests/metamer/trunk/application/src/main/webapp/resources/css= /common.css =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 --- root/tests/metamer/trunk/application/src/main/webapp/resources/css/comm= on.css 2010-07-27 11:45:44 UTC (rev 18242) +++ root/tests/metamer/trunk/application/src/main/webapp/resources/css/comm= on.css 2010-07-27 11:54:17 UTC (rev 18243) @@ -1,29 +0,0 @@ -body { - background: white; -} - -.button { - width: 100px; - height: 21px; -} - -.header .external-table { - border-width: 0px; - border-collapse: collapse; - padding-bottom: 30px; -} - -.header-column { - border-width: 1px; - padding: 5px; - border-style: dotted; - border-color: grey; -} - -a img { - border: 0px; -} - -.valign-top { - vertical-align: top; -} \ No newline at end of file Added: root/tests/metamer/trunk/application/src/main/webapp/resources/css/c= ommon.ecss =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 --- root/tests/metamer/trunk/application/src/main/webapp/resources/css/comm= on.ecss (rev 0) +++ root/tests/metamer/trunk/application/src/main/webapp/resources/css/comm= on.ecss 2010-07-27 11:54:17 UTC (rev 18243) @@ -0,0 +1,29 @@ +body { + background: white; +} + +.button { + width: 100px; + height: 21px; +} + +.header .external-table { + border-width: 0px; + border-collapse: collapse; + padding-bottom: 30px; +} + +.header-column { + border-width: 1px; + padding: 5px; + border-style: dotted; + border-color: '#{a4jSkin.panelBorderColor}'; +} + +a img { + border: 0px; +} + +.valign-top { + vertical-align: top; +} \ No newline at end of file Modified: root/tests/metamer/trunk/application/src/main/webapp/resources/te= stapp/attributes.xhtml =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 --- root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= attributes.xhtml 2010-07-27 11:45:44 UTC (rev 18242) +++ root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= attributes.xhtml 2010-07-27 11:54:17 UTC (rev 18243) @@ -15,7 +15,7 @@ = = - + = Deleted: root/tests/metamer/trunk/application/src/main/webapp/resources/tes= tapp/css/attributes.css =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 --- root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= css/attributes.css 2010-07-27 11:45:44 UTC (rev 18242) +++ root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= css/attributes.css 2010-07-27 11:54:17 UTC (rev 18243) @@ -1,26 +0,0 @@ -.attributes { - border-width: 0px; - border-collapse: collapse; -} - -.attributes-first-column { - border-width: 1px; - padding: 10px; - border-style: dotted; - border-color: grey; - border-right: none; -} - -.attributes-second-column { - border-width: 1px; - padding: 10px; - padding-left: 0px; - border-style: dotted; - border-color: grey; - border-left: none; -} - -.attributes-second-column table input { - margin-left: 0px; -} - Copied: root/tests/metamer/trunk/application/src/main/webapp/resources/test= app/css/attributes.ecss (from rev 18239, root/tests/metamer/trunk/applicati= on/src/main/webapp/resources/testapp/css/attributes.css) =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 --- root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= css/attributes.ecss (rev 0) +++ root/tests/metamer/trunk/application/src/main/webapp/resources/testapp/= css/attributes.ecss 2010-07-27 11:54:17 UTC (rev 18243) @@ -0,0 +1,26 @@ +.attributes { + border-width: 0px; + border-collapse: collapse; +} + +.attributes-first-column { + border-width: 1px; + padding: 10px; + border-style: dotted; + border-color: '#{a4jSkin.panelBorderColor}'; + border-right: none; +} + +.attributes-second-column { + border-width: 1px; + padding: 10px; + padding-left: 0px; + border-style: dotted; + border-color: '#{a4jSkin.panelBorderColor}'; + border-left: none; +} + +.attributes-second-column table input { + margin-left: 0px; +} + Modified: root/tests/metamer/trunk/application/src/main/webapp/templates/te= mplate.xhtml =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 --- root/tests/metamer/trunk/application/src/main/webapp/templates/template= .xhtml 2010-07-27 11:45:44 UTC (rev 18242) +++ root/tests/metamer/trunk/application/src/main/webapp/templates/template= .xhtml 2010-07-27 11:54:17 UTC (rev 18243) @@ -5,7 +5,7 @@ <ui:insert name=3D"pageTitle">Metamer</ui:insert> - + --===============8380263411260117738==--