From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/homebase homebase_common.js luci_ho ...
Date: 30 Aug 2006 22:57:58 -0000 [thread overview]
Message-ID: <20060830225758.7204.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-08-30 22:57:58
Modified files:
luci/homebase : homebase_common.js luci_homebase.css
Log message:
more ui stuff
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/homebase_common.js.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.16&r2=1.17
--- conga/luci/homebase/homebase_common.js 2006/08/17 16:22:41 1.5
+++ conga/luci/homebase/homebase_common.js 2006/08/30 22:57:58 1.6
@@ -1,3 +1,13 @@
+function list_toggle_collapse(li) {
+ var elem = li.parent;
+ if (!elem)
+ return;
+ if (elem.className == 'tree expanded')
+ elem.className = 'tree collapsed';
+ else
+ elem.className = 'tree expanded';
+}
+
function is_valid_int(str, min, max) {
if (str.match(/[^0-9 -]/))
return (0);
--- conga/luci/homebase/luci_homebase.css 2006/08/29 23:22:47 1.16
+++ conga/luci/homebase/luci_homebase.css 2006/08/30 22:57:58 1.17
@@ -209,6 +209,19 @@
padding-left: +.5em;
}
+
+ul.tree {
+ background: #dee7ec;
+ padding-top: .25em;
+ padding-bottom: .25em;
+ padding-left: .5em;
+ list-style: none;
+ max-width: 600px;
+ margin-left: 0;
+}
+
+
+
li.node_fdom {
list-style-image: url(/luci/cluster/small_fdom.png);
}
@@ -333,35 +346,42 @@
}
*.hbclosebox {
- text-align: right;
+ text-align: right;
}
div.systemsList {
- margin-top: .25em !important;
- margin-bottom: .25em !important;
+ margin-top: .25em !important;
+ margin-bottom: .25em !important;
+}
+
+div.service_comp {
+ background: #dee7ec;
+ padding: .66em;
+ margin-top: .5em;
}
div.rc_indent0 {
- margin-left: 0px
+ margin-left: 0px
+ max-width: 700px;
}
div.rc_indent1 {
- margin-left: 30px
+ margin-left: 30px
}
div.rc_indent2 {
- margin-left: 60px
+ margin-left: 60px
}
div.rc_indent3 {
- margin-left: 90px
+ margin-left: 90px
}
div.rc_indent4 {
- margin-left: 120px
+ margin-left: 120px
}
div.rc_indent5 {
- margin-left: 150px
+ margin-left: 150px
}
reply other threads:[~2006-08-30 22:57 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=20060830225758.7204.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).