From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 28 Aug 2006 23:05:27 -0000 Subject: [Cluster-devel] conga/luci/homebase luci_homebase.css Message-ID: <20060828230527.31061.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 2006-08-28 23:05:27 Modified files: luci/homebase : luci_homebase.css Log message: too long without a commit.. all style/UI stuff Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/luci_homebase.css.diff?cvsroot=cluster&r1=1.14&r2=1.15 --- conga/luci/homebase/luci_homebase.css 2006/08/15 22:27:05 1.14 +++ conga/luci/homebase/luci_homebase.css 2006/08/28 23:05:26 1.15 @@ -200,9 +200,129 @@ input.hbInputSys { padding: .20em !important; + padding-top: .5em !important; width: 200px; } +ul.cluster { + padding-top: +.2em; + padding-left: +.5em; +} + +li.node_fdom { + list-style-image: url(/luci/cluster/small_fdom.png); +} + +li.node_active { + list-style-image: url(/luci/cluster/small_node_active.png); +} + +li.node_inactive { + list-style-image: url(/luci/cluster/small_node_inactive.png); +} + +li.node_unknown { + list-style-image: url(/luci/cluster/small_node_unknown.png); +} + +li.cluster_service { + list-style-image:url(/luci/cluster/small_svc.png); +} + +strong.node, +strong.cluster { + text-align: top; + font-size: 9pt; + letter-spacing: 120%; +} + +strong.service_name, +strong.node_name, +strong.cluster_name { + font-size: 10pt; + letter-spacing: 120%; +} + +td.service_name, +td.node_name, +td.cluster_name { + vertical-align: top; + text-align: top; + font-size: 11pt; + width: 50%; +} + +td.node_log { + vertical-align: top; + padding-top: +.5em; + padding-bottom: +.5em; +} + +td.node_status, +td.cluster_quorum { + vertical-align: top; + line-height: 110%; + width: 100%; +} + +td.node_status { + padding-top: +.33em; +} + +td.node_services, +td.cluster_nodes, +td.fence_backup, +td.fence_main, +td.node_fdom, +td.cluster_services { + vertical-align: top; + width: 50%; +} + +td.node_services, +td.node_fdom { + padding-top: +.33em; +} + +#node_list, +#cluster_list { + max-width: 700px; +} + +tr.info_top, +tr.info_middle, +tr.info_bottom { + width: 100%; + vertical-align: top; + padding: .5em; +} + +a.cluster:link, +a.cluster:visited { + border-bottom: 1px dashed #cccccc; + text-decoration: none ! important; +} + +a.cluster:hover, +a.cluster:active { + border-bottom: 1px solid #cccccc; + text-decoration: none ! important; +} + +*.stopped, +*.node_inactive { + color: red ! important; +} + +*.running, +*.node_active { + color: green ! important; +} + +*.node_unknown { + color: gray ! important; +} + input.hbInputPass { padding: .20em !important; width: 160px;