All of lore.kernel.org
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/plone-custom conga_storage.css stor ...
Date: 25 Sep 2007 16:50:08 -0000	[thread overview]
Message-ID: <20070925165008.11446.qmail@sourceware.org> (raw)

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;
+}



                 reply	other threads:[~2007-09-25 16:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070925165008.11446.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.