From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/homebase form-macros luci_homebase.css
Date: 22 Jun 2006 03:49:55 -0000 [thread overview]
Message-ID: <20060622034955.15900.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2006-06-22 03:49:54
Modified files:
luci/homebase : form-macros luci_homebase.css
Log message:
style
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.5&r2=1.6
--- conga/luci/homebase/form-macros 2006/06/20 23:05:41 1.23
+++ conga/luci/homebase/form-macros 2006/06/22 03:49:54 1.24
@@ -1,7 +1,7 @@
<html>
<tal:comment replace="nothing">
- $Id: form-macros,v 1.23 2006/06/20 23:05:41 rmccabe Exp $
+ $Id: form-macros,v 1.24 2006/06/22 03:49:54 rmccabe Exp $
</tal:comment>
<head>
@@ -608,7 +608,9 @@
</td></tr>
<tr class="systemsTable"><td class="systemsTable" colspan="2">
- <input type="button" class="hbSubmit" value="Add Another Row" onClick="addSystem(adminform);" />
+ <div class="systemsTableEnd">
+ <input type="button" class="hbSubmit" value="Add Another Row" onClick="addSystem(adminform);" />
+ </div>
</td></tr>
</tfoot>
@@ -687,11 +689,15 @@
tal:attributes="value python:data['children'][data['curIndex']]['absolute_url']" />
<h2 class="homebase">Add Cluster</h2>
- <span class="hbText">Cluster Name</span>
- <input class="hbInputSys" type="text" id="clusterName" name="clusterName" />
<table id="systemsTable" class="systemsTable" border="0" cellspacing="0">
<thead class="systemsTable">
+ <tr class="systemsTable"><td class="systemsTable" colspan="2">
+ <div class="systemsTableTop">
+ <strong>Cluster Name</strong>
+ <input class="hbInputSys" type="text" id="clusterName" name="clusterName" />
+ </div>
+ </td></tr>
<tr class="systemsTable">
<th class="systemsTable">System Hostname</th>
<th class="systemsTable">Password</th>
@@ -706,7 +712,9 @@
</td></tr>
<tr class="systemsTable"><td class="systemsTable" colspan="2">
- <input type="button" class="hbSubmit" value="Add Another Row" onClick="addSystem(adminform);" />
+ <div class="systemsTableEnd">
+ <input type="button" class="hbSubmit" value="Add Another Row" onClick="addSystem(adminform);" />
+ </div>
</td></tr>
</tfoot>
--- conga/luci/homebase/luci_homebase.css 2006/06/20 23:05:41 1.5
+++ conga/luci/homebase/luci_homebase.css 2006/06/22 03:49:54 1.6
@@ -1,4 +1,4 @@
-/* $Id: luci_homebase.css,v 1.5 2006/06/20 23:05:41 rmccabe Exp $ */
+/* $Id: luci_homebase.css,v 1.6 2006/06/22 03:49:54 rmccabe Exp $ */
*.errmsgs,*.retmsgs {
list-style-image: none !important;
@@ -67,11 +67,26 @@
margin-top: +1.5em;
}
+div.systemsTableTop {
+ padding-top: +1em;
+ padding-bottom: +.5em;
+}
+
+div.systemsTableEnd {
+ padding-top: +.5em;
+ padding-bottom: +1em;
+}
+
+table.systemsTable {
+ padding-left: +.5em;
+ background: #dee7ec;
+}
+
td.systemsTable {
margin: 0em;
padding: 0em 1em .33em 0em;
+ padding-left: 0.5em;
background: #dee7ec;
- padding-left: .5em;
text-align: left;
}
next reply other threads:[~2006-06-22 3:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-22 3:49 rmccabe [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-08-01 16:26 [Cluster-devel] conga/luci/homebase form-macros luci_homebase.css rmccabe
2007-08-09 20:53 rmccabe
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=20060622034955.15900.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).