From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 25 Sep 2007 16:50:08 -0000 Subject: [Cluster-devel] conga/luci/plone-custom conga_storage.css stor ... Message-ID: <20070925165008.11446.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-09-25 16:50:08 Added files: luci/plone-custom: conga_storage.css storage_svs.css storage_tree.css storage_validation.css Log message: More storage CSS here to allow the server to cache the files Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/conga_storage.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_svs.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_tree.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/storage_validation.css.diff?cvsroot=cluster&r1=NONE&r2=1.1 /cvs/cluster/conga/luci/plone-custom/conga_storage.css,v --> standard output revision 1.1 --- conga/luci/plone-custom/conga_storage.css +++ - 2007-09-25 16:50:08.438624000 +0000 @@ -0,0 +1,91 @@ +table.form td { + padding: 0px; +} + +table { + border-spacing: 0px; +} + +th { + font-weight: bold; +} + +th, td { + padding: 5px; +} + +table.props-form-table { + width: 100%; + padding: 2px; +} + +table.props-form-table tr, +table.props-form-table td { + padding: 2px; +} + +tr.props-form-header { + background-color: #fff; +} + +tr.props-form-header th { + background-color: #dee7ec; + text-align: left; +} + +tr.props-form-header th:first-child { +} + +tr.props-form-header th:last-child { +} + +tr.props-form-body { + height: 100%; +} + +tr.props-form-body td { + width: 50%; +} + +tr.props-form-body td:first-child { + border-left: 1px solid #dee7ec; +} + +tr.props-form-body td:last-child { + border-right: 1px solid #dee7ec; +} + +tr.props-form-footer { + background-color: #fff; +} + +tr.props-form-footer td { + background-color: #dee7ec; + padding: 3px; +} + +tr.props-form-footer td:first-child { +} + +tr.props-form-footer td:last-child { +} + +table.props-inner-table { + width: 100%; + height: 100%; +} + +table.props-inner-table tr { +} + +table.props-inner-table tr td:first-child { + border-left: 2px solid #fff; +} + +table.props-inner-table tr td:last-child { + border-right: 2px solid #fff; +} + +table.props-inner-table td { + width: auto; +} /cvs/cluster/conga/luci/plone-custom/storage_svs.css,v --> standard output revision 1.1 --- conga/luci/plone-custom/storage_svs.css +++ - 2007-09-25 16:50:08.526704000 +0000 @@ -0,0 +1,17 @@ + at media screen, print { + span.visible { + display: block; + } + + span.invisible { + display: none; + } + + div.visible { + display: block; + } + + div.invisible { + display: none; + } +} /cvs/cluster/conga/luci/plone-custom/storage_tree.css,v --> standard output revision 1.1 --- conga/luci/plone-custom/storage_tree.css +++ - 2007-09-25 16:50:08.618525000 +0000 @@ -0,0 +1,48 @@ + at media screen, print { + ul.tree { + margin-left: 0px; + padding: 0px; + } + + ul.tree ul.tree, ul.tree ul, ul.tree li { + margin-left: 10px; + padding: 0px; + } + + ul.tree { + list-style: none; + } + + ul.tree li { + padding-left: 0px; + } + + ul.tree li.opened { + padding-left: 0px; + background-image: url(tree_opened.gif); + background-repeat: no-repeat; + background-position: 0 0; + } + + ul.tree li.closed { + padding-left: 0px; + background-image: url(tree_closed.gif); + background-repeat: no-repeat; + background-position: 0 0; + } + + ul.tree li.bullet { + padding-left: 0px; + background-image: url(tree_bullet.gif); + background-repeat: no-repeat; + background-position: 0 0; + } + + ul.tree li.opened ul { + display: block; + } + + ul.tree li.closed ul { + display: none; + } +} /cvs/cluster/conga/luci/plone-custom/storage_validation.css,v --> standard output revision 1.1 --- conga/luci/plone-custom/storage_validation.css +++ - 2007-09-25 16:50:08.727812000 +0000 @@ -0,0 +1,16 @@ +input { + background-image: none; +} + +input.validation_error { + border: medium double red; + background-color: orange; +} + +input.selected { + border: thin solid orange; +} + +input.form_button { + background-color: #fff; +}