[Cluster-devel] conga/luci/homebase luci_homebase.css

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Aug 28 23:05:27 UTC 2006


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;




More information about the Cluster-devel mailing list