[jboss-svn-commits] JBL Code SVN: r21026 - in labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp: new and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 14 10:32:42 EDT 2008


Author: wrzep
Date: 2008-07-14 10:32:42 -0400 (Mon, 14 Jul 2008)
New Revision: 21026

Added:
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/home.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgActive.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgDisabled.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgHighlight.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgLeft.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgUnderline.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TableSecondary_Norm.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_message_inlineerror.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_collapse.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_expand.gif
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/display.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/edit.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/header.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/org_header.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/template.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/console-style.css
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/form-style.css
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_layout.css
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_main.css
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.css
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.old.css
Log:
JBLAB-904 Cheyenne's L&F for admin panels


Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/home.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/home.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/home.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,32 @@
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+                xmlns:s="http://jboss.com/products/seam/taglib"
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:f="http://java.sun.com/jsf/core"
+                xmlns:h="http://java.sun.com/jsf/html"
+                xmlns:rich="http://richfaces.org/rich"
+                template="layout/template.xhtml">
+
+<ui:define name="body">
+    <h2>Welcome</h2>
+    <h:form id="mainForm">
+        <ul>
+            <li>
+                <s:link value="Requests" action="#{showRequests.showRequests()}" />
+            </li>
+            <li>
+                <s:link value="Projects" action="#{showProjects.showProjects()}" />
+            </li>
+
+            #{doesnotexist}
+
+            <s:fragment rendered="#{securityManager.isLabsAdmin()}">
+                <li>
+                    <s:link value="Licences" action="#{showLicenses.showLicenses()}" />
+                </li>
+            </s:fragment>
+        </ul>
+    </h:form>
+</ui:define> 
+</ui:composition>

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgActive.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgActive.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgDisabled.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgDisabled.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgHighlight.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgHighlight.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgLeft.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgLeft.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgUnderline.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TabBkgUnderline.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TableSecondary_Norm.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/TableSecondary_Norm.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_message_inlineerror.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_message_inlineerror.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_collapse.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_collapse.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_expand.gif
===================================================================
(Binary files differ)


Property changes on: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/images/ico_trigger_grey_expand.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/display.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/display.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/display.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,16 @@
+<ui:composition  xmlns="http://www.w3.org/1999/xhtml"
+                 xmlns:ui="http://java.sun.com/jsf/facelets"
+                 xmlns:h="http://java.sun.com/jsf/html"
+                 xmlns:f="http://java.sun.com/jsf/core"
+                 xmlns:s="http://jboss.com/products/seam/taglib">
+                 
+    <div class="prop"> 
+        <span class="name">
+            <ui:insert name="label"/>
+        </span>
+        <span class="value">
+            <ui:insert/>
+        </span>
+    </div>
+    
+</ui:composition>
\ No newline at end of file

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/edit.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/edit.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/edit.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,27 @@
+<ui:composition  xmlns="http://www.w3.org/1999/xhtml"
+                 xmlns:ui="http://java.sun.com/jsf/facelets"
+                 xmlns:h="http://java.sun.com/jsf/html"
+                 xmlns:f="http://java.sun.com/jsf/core"
+                 xmlns:s="http://jboss.com/products/seam/taglib">
+                 
+    <div class="prop">
+                
+        <s:label styleClass="name #{invalid?'errors':''}">
+            <ui:insert name="label"/>
+            <s:span styleClass="required" rendered="#{required}">*</s:span>
+        </s:label>
+        
+        <span class="value #{invalid?'errors':''}">
+            <s:validateAll>
+                <ui:insert/>
+            </s:validateAll>
+        </span>
+        
+        <span class="error">
+            <h:graphicImage value="/img/error.gif" rendered="#{invalid}" styleClass="errors"/>
+            <s:message styleClass="errors"/>
+        </span>        
+
+    </div>
+    
+</ui:composition>
\ No newline at end of file

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/header.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/header.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/header.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,13 @@
+<rich:toolBar
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:ui="http://java.sun.com/jsf/facelets"
+    xmlns:h="http://java.sun.com/jsf/html"
+    xmlns:f="http://java.sun.com/jsf/core"
+    xmlns:s="http://jboss.com/products/seam/taglib"
+    xmlns:rich="http://richfaces.org/rich">
+    <h3 id="majorsectiontitle" style="margin-bottom: 0">Projects Management Center</h3>
+    <rich:toolBarGroup location="right">
+        <h:outputText value="Welcome, #{actor.id}!" />
+        <s:link action="#{authenticator.logout()}" value="Logout"/>
+    </rich:toolBarGroup>
+</rich:toolBar>

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/org_header.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/org_header.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/org_header.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,22 @@
+<div id="ORGheader" xmlns="http://www.w3.org/1999/xhtml">
+    <div id="ORGLogo">
+        <a href="/"><img src="http://www.jboss.org/file-access/default/theme/images/common/jbossorg_hdrlogo.gif" alt="JBoss.org home" width="250" height="65" border="0" /></a>
+    </div>
+
+    <div id="utilitynav">
+                <ul>
+                    <li><a href="https://www.redhat.com/apps/store/jboss/">Subscribe</a>  |  </li>
+                    <li><a href="http://www.jboss.com/index.html?op=checkage&amp;module=user">Register</a></li>
+
+                </ul>
+    </div>
+
+    <!-- Primary Navigation -->
+    <div id="primarynav">
+        <ul>
+            <li><a href="/" id="j_id9">Home</a></li>
+            <li><a href="/" id="j_id11">Manage</a></li>
+        </ul>
+    </div>
+</div>
+

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/template.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/template.xhtml	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/layout/template.xhtml	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:s="http://jboss.com/products/seam/taglib">
+<head>
+    <ui:insert name="head">
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <title>Admin</title>
+        <link href="/admin/new/stylesheet/console-style.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/new/stylesheet/form-style.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/new/stylesheet/org_layout.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/new/stylesheet/org_main.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/new/stylesheet/theme.css" rel="stylesheet" type="text/css" />
+    </ui:insert>
+</head>
+
+<body>
+    <div id="container">
+
+        <ui:include src="org_header.xhtml"/>
+        <ui:include src="header.xhtml"/>
+
+        <div class="body">
+            <h:messages styleClass="message"/>
+            <ui:insert name="body"/>
+        </div>
+
+        <div class="footer">
+            Powered by <a href="http://seamframework.org">Seam Framework</a>.
+        </div>
+    </div>
+</body>
+</html>

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/console-style.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/console-style.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/console-style.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,293 @@
+/* ----- JBoss Application Server Console ---------------  */
+
+/* ------- Common Elements ---------- */
+
+html {
+   margin: 0;
+   padding: 0;
+}
+
+body {
+   margin: 0px;
+   padding: 0px;
+   font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
+   font-size: .8em;
+   color: #000000;
+   height: 100%;
+   width:100%  !important;
+}
+
+p {
+   margin: 0px;
+}
+
+a {
+	color:#4A5D75;
+}
+
+hr {
+   border-top: 1px solid #a4b2b9;
+   border-right: 0px solid #a4b2b9;
+   border-left: 0px solid #a4b2b9;
+   border-bottom: 0px solid #a4b2b9;
+   margin-bottom: 3px;
+}
+
+img {
+   border: 0px;
+}
+
+h1 {
+	font-size: 14px;
+	font-weight: bold;
+	color: #50667c;
+}
+
+h2 {
+	font-size: 12px;
+	font-weight: bold;
+	color: #CC0000;
+/*	border-bottom: 1px solid #e6eaef;  */
+}
+
+h3 {
+	font-size: 11px;
+	font-weight: bold;
+	color: #32444d;
+/*	border-bottom: 1px solid #e6eaef;  */
+}
+
+h4 {
+}
+
+h5 {
+}
+
+h6 {
+}
+
+.container {
+	min-width: 1000px;
+	height: 100%;
+
+}
+
+#leftsidecontainer {
+	position:absolute;
+   	background-color:#eff2f4;
+	border-right: 1px solid #cdcfd3;
+	overflow:auto;
+	height: 100%;
+	width: 300px;
+}
+
+#wrapper {
+	position:absolute;
+	left: 330px;   /* This needs to be 30px wider than the width of the leftsidecontainer  */
+	margin-top: 15px;
+	padding-right: 15px;
+	height: 100%;
+}
+
+/* -------------------- this is the content container ----------------------------- */
+
+.tabmenubox {
+	font: 0.9em/1.3em "Lucida Grand", Verdana, sans-serif;
+	text-align: left;
+	background: #fff;
+	padding: 20px;
+	border: 1px solid #5f6a6f;
+	border-top: 0px;
+	z-index: 2;
+	clear:both;
+}
+
+.notabmenubox{
+	font: 0.9em/1.3em "Lucida Grand", Verdana, sans-serif;
+	text-align: left;
+	background: #fff;
+	padding: 20px;
+	border: 1px solid #5f6a6f;
+	z-index: 2;
+	clear:both;
+}
+
+.notabmenubox a {
+	text-decoration: none;
+}
+
+.noborderbox{
+	font: 0.9em/1.3em "Lucida Grand", Verdana, sans-serif;
+	padding-top: 20px;
+	text-align: left;
+	z-index: 2;
+	clear:both;
+}
+
+
+/* -----------------------------  Tab menu  ------------------------------------------  */
+
+#tabmenu  {
+	font: bold 1em "Lucida Grand", Arial, sans-serif;
+	width:100%  !important;
+	background: url(../images/TabBkgUnderline.gif) repeat-x bottom;
+}
+
+#tabmenu ul {
+	margin: 0px;
+	padding: 0px;
+	list-style:none;
+	display:block;
+}
+
+#tabmenu li {
+	float:left;
+	display: inline;
+	background:url(../images/TabBkgLeft.gif) no-repeat top left;
+	margin:0px;
+	padding:0px 0px 0px 2px;
+
+}
+
+#tabmenu a {
+	display: block;
+	margin: 0px;
+	padding: 5px 30px 4px;
+	color: #3d5b75;
+	background:url(../images/TabBkgActive.gif) no-repeat top right;
+	text-decoration: none;
+	border-bottom: 1px solid #5f6a6f;
+}
+
+#tabmenu .active {
+	display: block;
+	margin: 0px;
+	padding: 5px 30px 4px;
+	color: #233346;
+	background:url(../images/TabBkgHighlight.gif) no-repeat top right;
+	text-decoration: none;
+	border-bottom: 1px solid #ffffff;
+}
+
+#tabmenu .disabled {
+	display: block;
+	margin: 0px;
+	padding: 5px 30px 4px;
+	color: #a3a4a4;
+	background:url(../images/TabBkgDisabled.gif) no-repeat top right;
+	text-decoration: none;
+	border-bottom: 1px solid #5f6a6f;
+}
+
+#tabmenu a:hover {
+	color: #7995ad;
+}
+
+#tabmenu span.active:hover {
+}
+
+#tabmenu .statusindicator {
+	text-align: right;
+	padding-right: 4px;
+	font-weight: normal;
+	white-space: nowrap;
+}
+
+#tabmenu .statusindicator img {
+	vertical-align:bottom;
+	padding-left:3px;
+}
+
+
+
+
+/*  -------------------------------  Footer Style  -------------------------------- */
+
+.footer {
+   color: #b9b9ba;
+   font-size: 9px;
+   margin-top: 20px;
+}
+
+
+
+ /* ------  Tree Controls  from RichFaces ---------- */
+
+.rich-tree {
+ padding-top:15px;
+ padding-left: 15px;
+
+
+}
+
+.rich-tree-node {
+   white-space: normal;
+   font-size:11px;
+}
+
+
+.rich-tree-node-selected {
+	font-weight:bold;
+	color:#40474b;
+}
+
+.rich-tree-node-highlighted {
+}
+
+.rich-tree-node-unavaliable {
+	color:#6b4c4c;
+}
+
+
+/* ----------------- Default Table styles from RichFaces --- This is the Dark Blue Header --------- */
+
+.rich-table {
+	border:0px;
+}
+
+.rich-table-headercell {
+	background-color: #233345;
+	font-size: 10px;
+	font-weight: bold;
+	color: #94AEBD;
+	text-align: left;
+	border-bottom:1px solid #233345;
+	border-left:1px solid #94AEBD;
+	height:2em;
+}
+
+.basetablestyle .oddRow {
+    background-color: #f4f3f3;
+	padding-left: 6px;
+}
+
+.basetablestyle .evenRow {
+    background-color: #ffffff;
+}
+
+.basetablestyle .rich-table-headercell
+{
+	height:2em;
+}
+
+.rich-table-cell {
+	border-bottom:1px solid #E6E7E8;
+	border-left:none;
+	padding-left:8px;
+	padding-right:75px;
+	white-space:nowrap;
+}
+
+
+
+.laundrytable {
+	line-height:150%;
+	text-align:left;
+}
+
+.laundrytable td {
+	border-bottom:1px solid #E1E1E1;
+	color:#000000;
+	padding:0px 5px 5px 0px;
+	vertical-align:top;
+}

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/form-style.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/form-style.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/form-style.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,504 @@
+/* ---------------------  configuration screen specific styles  ----------------------- */
+
+/* --------------------- link arrows for the expand all / collapse all feature  --------------- */
+
+.ExpandAllLink {
+	background-image:url(../images/ico_trigger_grey_expand.gif);
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding-left: 12px;
+}
+
+.CollapseAllLink {
+	background-image:url(../images/ico_trigger_grey_collapse.gif);
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding-left: 12px;
+}
+
+
+/* BLOCK & LIST */
+.ListTitle, .BlockTitle {
+   font-size: 1.1em;
+   color: white;
+   font-weight: bold;
+   background-color: #a4b2b9;
+   padding: 12px 0px 10px 10px;
+   border-bottom: 1px solid #8b989f;
+   margin:0px;
+}
+
+/* Rich faces toggle panel  - overriding styles so that the default richfaces stuff isn't used*/
+.dr-stglpnl-h {
+   background-image: inherit;
+   border-top-width: 0px;
+   border-right-width: 0px;
+   border-left-width: 0px;
+   border-top-style: inherit;
+   border-right-style: inherit;
+   border-left-style: inherit;
+   cursor: inherit;
+   font-family: inherit;
+   border-top-color: inherit;
+   border-right-color: inherit;
+   border-left-color: inherit;
+}
+/* Rich faces toggle panel  - overriding styles so that the default richfaces stuff isn't used*/
+.dr-stglpnl-h {
+   background-image: none;
+   border-top-width: 0px;
+   border-right-width: 0px;
+   border-left-width: 0px;
+   border-top-style: none;
+   border-right-style: none;
+   border-left-style: none;
+   cursor: pointer;
+   font-family: Verdana, Arial, sans-serif;
+   border-top-color: inherit;
+   border-right-color: inherit;
+   border-left-color: inherit;
+}
+.dr-stglpnl-b {
+   color: inherit;
+   font-family: inherit;
+   font-size:inherit;
+   padding: 0px;
+   text-align: inherit;
+   vertical-align: inherit;
+   background-color: inherit;
+}
+.dr-stglpnl {
+   border: 0px;
+   border-style: none;
+   border-color: inherit;
+   background-color: inherit;
+   padding: 0px;
+   background-x-position: right;
+   background-y-position: top;
+   background-repeat: no-repeat;
+}
+
+/* BLOCK */
+.BlockContent {
+}
+
+.BlockContentNoPadding {
+   padding: 0px;
+}
+
+
+
+/* OVERLOADING -----------------------------------------*/
+.ListTitle, .BlockTitle {
+}
+
+.ListHeader, .tableRowHeader, .tableCellHeader, .ListHeaderInactive, .tableRowInactive, .ListHeaderInactiveSorted, .ListHeaderInactiveCenter, .ListHeaderCheckbox, .ListHeaderSorted, .tableRowSorted {
+   color: #444444;
+   font-size: 9px;
+   font-weight: normal;
+   background-color: #d8d8d8;
+   border-top: solid #ABB1C7;
+   border-bottom: solid #D5D8DE;
+   border-width: 1px
+}
+
+.ListRow, .tableRowEven, .tableRowOdd {
+   background-color: #f4f4f4
+}
+
+
+/* EXTENSIONS ------------------------------------------*/
+.ListCell a, .tableCell a,
+   .ListCell a:link, .tableCell a:link,
+   .ListCell a:visited, .tableCell a:visited {
+   color: black;
+   text-decoration: none;
+   font-weight: normal;
+}
+
+.ListCell a:hover, .tableCell a:hover {
+   text-decoration: underline
+}
+
+/* Show/Hide functionality -----------------------------*/
+.switchcontent {
+   background-color: #D8D8D8;
+   border: 1px solid #A5A5A5;
+   padding: 2px;
+}
+
+.showHideSwitch {
+   cursor: hand;
+   cursor: pointer;
+}
+
+P.compact {
+   margin-top: 8px;
+   margin-bottom: 8px;
+}
+
+/*--- Resource ---------------------*/
+
+.data-table {
+   width: 100%;
+   border-style: none;
+   border-collapse: collapse;
+   margin: 2px, 2px, 2px, 2px;
+}
+
+.trait-cell {
+   width: 50%;
+   border-style: none;
+   padding: 2px;
+   vertical-align: top;
+}
+
+/*--- Configuration ---------------------*/
+
+.property-group-header {
+   padding: 4px;
+   background: #50667C;
+   color: #FFF;
+}
+
+.property-group-header a {
+   text-decoration: none;
+   font-weight: bold;
+   color: #fff;
+}
+
+.property-group-header a:hover {
+   font-weight: bold;
+   color: #ccc;
+}
+
+.spinner {
+   font-size: .6em;
+   margin-left: 40px;
+}
+
+.group-description-panel {
+   background-color: #DDD;
+}
+
+.group-description-text-panel {
+   padding-left: 10px;
+   font-size: .9em;
+   color: #dae0e4;
+   font-weight: normal;
+}
+
+/* ------------ These are the primary table styles ----------------- */
+
+.properties-table, .nested-properties-table {
+   width: 100%;
+   background-color: white;
+}
+#edit_project_form .properties-table{
+	width:739px;
+}
+
+.properties-table .EvenRow {
+	background-color:white;
+}
+.properties-table .OddRow {
+	background-color:#eff4f7;
+}
+
+.nested-properties-table {
+	margin-left: 10px;
+	margin-right:10px;
+	border: 1px solid #cad0d3;
+}
+
+
+.nested-properties-table-header-cell {
+	background-color: #d9e0e3;
+   background-image: url( ../images/TableSecondary_Norm.gif );
+   background-position: top;
+   background-repeat: repeat-x;
+   font-size: 10px;
+   font-weight: bold;
+   color: #5f6a6f;
+   text-align: left;
+   border: 1px solid #cad0d3;
+   padding: 0px 5px;
+}
+
+.nested-properties-table-header-cell {
+}
+
+/* removed as unnecessary
+.nested-properties-table-indent-spacer {
+   margin-right: 10px;
+}
+*/
+
+.property-display-name-cell, .property-value-cell, .property-description-cell, .property-enabled-cell, .property-error-cell {
+   border-bottom: 1px solid #e6eaef;
+   padding: 6px;
+   vertical-align: top;
+   line-height:125%;
+}
+
+.property-display-name-cell {
+   width: 185px;
+   border-right: 1px solid #d9e0e3;
+}
+
+.property-enabled-cell {
+   width: 22px;
+   text-align: center;
+   border-right: 1px solid #d9e0e3;
+}
+
+.property-value-cell, .property-description-cell{
+   width: 200px;
+   border-left: 1px solid #d9e0e3;
+}
+
+.property-description-cell {
+}
+
+
+.list-property-display-name-cell, .list-property-value-cell, .list-property-description-cell, .list-property-enabled-cell, .list-property-error-cell {
+   padding: 4px;
+   vertical-align: top;
+}
+
+.list-property-display-name-cell {
+   width: 200px;
+}
+
+.list-property-value-cell {
+   width: 175px;
+}
+
+.list-property-enabled-cell {
+   width: 22px;
+   text-align: center;
+}
+
+.list-property-children-cell {
+   border-bottom: 1px solid #e6eaef;
+}
+
+.display-name {
+   margin-right: 10px;
+   font-weight: bold;
+   font-size: 1em;
+}
+
+.description {
+   font-size: .9em;
+   font-weight: normal;
+}
+
+.required-marker-text {
+   color: #e13333;
+}
+
+ul.radio-group {
+   border: none;
+   list-style-type: none;
+   margin-left: 0;
+   margin-top: 2px;
+   padding-left: 5px;
+   font-size: .8em;
+}
+
+ul.radio-group .unspecified {
+   font-style: italic;
+}
+
+.links {
+   font-size: 1em;
+   font-weight: bold;
+   margin-top: 5px;
+   margin-bottom: 5px;
+   margin-left: 5px;
+}
+
+.note-panel {
+   font-size: .9em;
+   margin-top: 5px;
+   margin-bottom: 12px;
+}
+
+
+
+
+.property-display-name-text {
+   font-size: .9em;
+   font-weight: bold;
+   white-space:nowrap;
+}
+
+
+/* ------------------ Button spacing -------------------- */
+
+.buttons-table {
+   border-style: none;
+   border-collapse: collapse;
+   margin-top: 6px;
+   margin-left: 6px;
+   margin-bottom: 6px;
+}
+
+.button-cell {
+   padding-right: 6px;
+}
+
+/* ------------------------------------- Buttons styles ------------------------------------------ */
+
+.buttonsmall {
+   font-size: 10px;
+   font-weight: normal;
+   color: #FFFFFF;
+   background-color: #d0a131;
+   border: 1px solid #8d6709;
+   padding: 0px 5px;
+   cursor: pointer;
+}
+
+.buttonmed {
+   font-size: 12px;
+   font-weight: bold;
+   color: #FFFFFF;
+   background-color: #d0a131;
+   border: 1px solid #8d6709;
+   padding: 0px 10px;
+   cursor: pointer;
+}
+
+
+/*--- Inventory ---------------------*/
+
+.resources-table {
+   width: 100%;
+   border-style: none;
+   border-collapse: collapse;
+}
+
+.resource-checkbox, .resource-name-cell, .resource-category-cell, .resource-type-cell, .resource-description-cell, .resource-availability-cell {
+   border-style: none;
+   border-bottom: 1px solid #999;
+   padding: 4px;
+   vertical-align: top;
+}
+
+.resource-checkbox {
+   width: 20px;
+}
+
+.resource-name-cell {
+   width: 170px;
+}
+
+.resource-category-cell {
+   width: 70px;
+}
+
+.resource-type-cell {
+   width: 170px;
+}
+
+.resource-availability-cell {
+   width: 65px;
+   text-align: center;
+}
+
+.resources-control-cell {
+   border-style: none;
+   padding: 4px;
+   vertical-align: top;
+   width: 33%;
+}
+
+.general-props-cell {
+   width: 50%;
+   border-style: none;
+   padding: 4px;
+   vertical-align: top;
+}
+
+/* ----------------------------- INPUT Specific Styles --------------------------------- */
+
+input:disabled{
+	background-color:#e4edf1;
+}
+
+
+/* ------------------------------ List of Maps Styles ------------------------- */
+
+.property-map-summary-table {
+   margin: 4px 0px 6px 6px;
+   border-collapse: collapse;
+   background-color: white;
+   border: 1px solid #cad0d3;
+
+}
+
+.property-map-summary-data-header-cell {
+	background-color: #d9e0e3;
+   background-image: url( ../images/TableSecondary_Norm.gif );
+   background-position: top;
+   background-repeat: repeat-x;
+   font-size: 10px;
+   font-weight: bold;
+   color: #5f6a6f;
+   text-align: left;
+   border: 1px solid #cad0d3;
+   padding: 0px 5px;
+}
+
+
+.property-map-summary-buttons-cell, .property-map-summary-data-cell {
+   border-bottom: 1px solid #d9e0e3;
+   vertical-align: top;
+   line-height:125%;
+}
+
+.property-map-summary-data-cell {
+   padding: 6px;
+   border-right: 1px solid #d9e0e3;
+}
+
+.property-map-summary-data-header-cell {
+   width: 110px;
+}
+
+.property-map-summary-data-cell {
+   width: 110px;
+
+
+}
+
+.property-map-summary-header-text {
+   font-size: .9em;
+   font-weight: bold;
+   color: #444;
+}
+
+.property-map-summary-data-text {
+   font-size: .9em;
+   font-weight: normal;
+}
+
+/*  newly added style for embedded console  */
+
+.property-buttonfooterrow {
+	padding: 6px;
+	background-color:#e4edf1;
+}
+
+.error-msg {
+	background-image:url(../images/ico_message_inlineerror.gif);
+	background-repeat:no-repeat;
+	padding-left: 18px;
+   font-weight: bold;
+   color: #880000;
+}
+.inputerror {
+	background-color:#fceecf;
+}

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_layout.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_layout.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_layout.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,84 @@
+/********** org layout: Knowledge Base, Contribute, My.ORG  **********/
+
+#ContentTable {
+	width: 960px;
+}
+
+.orgportlet-column {
+	vertical-align: top;
+}
+
+#ORGSubContent {
+	padding-left: 6px;
+	padding-right: 6px;
+	padding-bottom: 6px;
+}
+
+#orgtriple {
+	width: 960px;
+	font-size: 0px;
+	padding-left: 6px;
+	padding-right: 6px;
+	padding-top: 6px;
+}
+
+#orgleft {
+
+}
+
+#orgright {
+
+}
+
+#left1_6 {
+	float:left;
+	padding: 0px 25px 15px 10px;
+	width: 175px;
+}
+
+#center5_6 {
+	float: left;
+	width: 755px;
+}
+
+#orgmaximized {
+	width: 960px;
+}
+
+/* Home maximized */
+
+#orghomemaximized {
+	padding: 10px 15px 10px 10px;
+}
+
+/* Project details */
+
+.orgprojectdetail-innerleft {
+	vertical-align: top;
+	/*width: 260px;*/
+	width: 390px;
+}
+
+/*.orgprojectdetail-innerright {
+	vertical-align: top;
+	width: 260px;
+}*/
+
+.orgprojectdetail-right {
+	vertical-align: top;
+	/*width: 260px;*/
+	width: 390px;
+}
+
+#orgprojectdetailsleft{
+}
+
+#orgprojectdetailscenter {
+}
+
+/* Project details maximized */
+
+#orgprojectdetailsmaximized {
+        padding: 10px 15px 10px 10px;
+}
+

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_main.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_main.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/org_main.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,1084 @@
+body {
+	margin: 0px;
+	padding: 0px;
+	text-align: center;
+	background-color:#e6e7e8;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/bkgheader_left.gif);
+	background-repeat:repeat-x;
+	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+	font-size:11px;
+}
+
+#container {
+	margin: 0px auto;
+	width: 969px;
+	text-align: left;
+}
+
+#ORGheader {
+	margin: 0px auto;
+	width: 974px;
+	height:65px;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/bkgheader_noleft.gif);
+	background-repeat:repeat-x;
+	background-color:#3b4f66;
+}
+
+#contentcontainer {
+	clear:both;
+	margin: 0px auto;
+	background-color:#FFFFFF;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/bkgblur_right.gif);
+	background-repeat:repeat-y;
+	background-position:right;
+	width: 980px;
+	text-align: left;
+}
+
+#ORGLogo {
+	float:left;
+}
+
+/* --------------------- common elements -------------------------------------------- */
+a {
+	color:#4a5d75;
+}
+
+.clear { clear:both;}
+
+.floatright {
+	float:right;
+}
+.floatleft {
+	float:left;
+}
+
+#majorsectiontitle{
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/hdr_border_gradient.gif);
+	background-repeat:repeat-x;
+	background-position:bottom;
+	color: #CC0000;
+	font-size:16px;
+	margin: 0px 7px 20px 0px;
+	padding:20px 0px 10px 15px;
+}
+
+.nomargin {
+	margin: 0px;
+}
+
+.greyHR {
+	border-top:1px solid #a1a1a1;
+	background-color:#ffffff;
+	border-bottom:0px;
+	border-left:0px;
+	border-right:0px;
+}
+.dashedHR {
+   border-top: 1px dashed #d5d5d5;
+   border-bottom: 0px;
+   border-left: 0px;
+   border-right: 0px;
+}
+
+/* ---------------- Multicolumn layout and specs  -----------------------------------  */
+
+
+#ORGContent {
+}
+
+
+/* ----------------    Primary Navigation (Tabbed Nav)  ----------------------------  */
+
+#primarynav {
+	clear:right;
+	float:right;
+	margin-top:14px;
+}
+
+#primarynav ul {
+	margin: 0px;
+	padding:0px;
+}
+
+#primarynav ul li {
+	display: inline;
+	list-style: none;
+	text-align:center;
+	float:left;
+	background-image: url(http://labs.jboss.com/file-access/default/theme/images/common/navtabsbkg_norm.gif);
+	background-repeat: repeat-x;
+	background-position: right top;
+
+}
+
+#primarynav ul a {
+	display: inline;
+	float: left;
+	text-decoration: none;
+	font-size:12px;
+	font-weight:bold;
+	color: white;
+	padding: 5px 20px 3px 20px;
+	background-repeat: no-repeat;
+	background-position: top left;
+	border:1px solid #4a5d75;
+
+}
+
+#primarynav ul a:hover {
+	text-decoration: underline;
+	color: white;
+	background-image: url(http://labs.jboss.com/file-access/default/theme/images/common/navtabsbkg_hover.gif);
+	background-repeat: repeat-x;
+	background-position: top left;
+}
+
+#primarynav #current {
+	font-size: 12px;
+	font-weight: bold;
+}
+
+#primarynav #current a, #primarynav a:hover {
+	background-image:none;
+	background-color: white;
+	color: #636464;
+
+}
+
+/* --------  Utility Navigation  --------------------  */
+
+#utilitynav {
+	padding-top:6px;
+	height:20px;
+}
+
+#utilitynav ul {
+	float: right;
+	margin:0px;
+	padding: 0px;
+	font-size: 10px;
+	color: #8c8f91;
+}
+
+#utilitynav li {
+	display: inline;
+	list-style: none;
+}
+
+#utilitynav li a {
+	font-weight:bold;
+	color: #FFFFFF;
+}
+
+#utilitynav input {
+	padding:0px;
+	vertical-align:middle;
+}
+
+/* ----------------------- subheadnavigaton ----------------- */
+/* this navigation is used inside a page where a "tabbed" approach is necessary. */
+.subheadnavigaton {
+	margin: 0px 20px;
+	border-bottom: 1px solid #a1a1a1;
+	text-align:right;
+}
+
+.subheadnavigaton ul {
+	margin-bottom: 4px;
+}
+
+.subheadnavigaton li {
+	display:inline;
+	color: #656565;
+	font-size:11px;
+	font-weight:bold;
+}
+
+.subheadnavigaton a {
+	color:#4a5d75;
+}
+
+
+/* -------------------- Footer  ----------------------------  */
+.footer {
+	clear:both;
+	text-align:center;
+	color:#a1a1a1;
+	font-size:10px;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/bkgblur_bottom.gif);
+	background-repeat:no-repeat;
+	background-position:top center;
+	background-color:#e6e7e8;
+	padding:6px 0px;
+
+}
+.footer a {
+	color:#a1a1a1;
+}
+.footer p {
+	margin:0px;
+	padding:1px;
+}
+
+/* ----------------------- Home Page Specific Styles -------------------------  */
+
+
+#columnleftHOME {
+	float: left;
+	padding-left: 12px;
+	width:646px;
+}
+
+#columnrightHOME {
+	float:left;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/bkg_home_2ndcol.gif);
+	background-repeat:repeat-y;
+	background-position:right;
+}
+
+.knowledgebaseHome {
+	margin:0px;
+	padding:0px;
+	font-size:12px;
+}
+
+.knowledgebaseHome h3 {
+	font-size:16px;
+	font-weight:bold;
+	color:#CC0000;
+	margin:15px 0px 5px 0px;
+	padding:0px;
+}
+.knowledgebaseHome hr {
+	border-top:1px solid #a1a1a1;
+	background-color:#ffffff;
+	border-bottom:0px;
+	border-left:0px;
+	border-right:0px;
+}
+
+.homespot {
+	border: 1px solid #94aebd;
+	background-color: #e1eef4;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/portlethdr_home.gif);
+	background-repeat:repeat-x;
+	background-position:top;
+	padding:0px 12px 12px 12px;
+	margin:10px;
+	width:265px;
+}
+
+.homespot h3 {
+	font-weight:bold;
+	font-size: 14px;
+	color: white;
+	margin: 0px;
+	padding:6px 0px;
+}
+.homespot h4 {
+	font-weight:bold;
+	font-size: 12px;
+	margin: 0px;
+	padding-top: 6px;
+}
+
+.homespot hr {
+	border-top:1px dashed #94aebd;
+	color: #e1eef4;
+	border-bottom:0px;
+	border-left:0px;
+	border-right:0px;
+}
+
+.homespot p { margin: 3px;}
+
+.homeOrgAnnounce {
+	border: 1px solid #655050;
+	background-color: #faf8ed;
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/portlethdr_homeAnnounce.gif);
+	background-repeat: repeat-x;
+	background-position:top;
+	padding:0px 12px 12px 12px;
+	font-size: 12px;
+	margin:10px;
+	width:265px;
+}
+
+.homeOrgAnnounce h3 {
+	font-weight:bold;
+	font-size: 14px;
+	color: white;
+	margin: 0px;
+	padding:6px 0px;
+}
+.homeOrgAnnounce h4 {
+	font-weight:bold;
+	font-size: 12px;
+	margin: 0px;
+	padding-top: 6px;
+}
+
+.homeOrgAnnounce hr {
+	border-top:1px dashed #655050;
+	color: #faf8ed;
+	border-bottom:0px;
+	border-left:0px;
+	border-right:0px;
+}
+
+.homeOrgAnnounce p {
+	margin: 3px;
+	padding: 6px 0px 3px 0px;
+}
+
+
+.podcast{
+	border:1px solid #646666;
+	margin-top: 12px;
+}
+.podcastfeed { margin: 0px; padding-right: 0px; padding-top:6px;}
+
+.podcastfeed img {
+	border:1px solid #94aebd;
+	vertical-align:middle;
+}
+
+/* ---------------------  Projects Main Page Specific Styles : 3 Column layout ------------------------ */
+
+.projectsmainlayout {
+	margin:15px;}
+
+.projectsmainlayout h3 {
+	font-size:12px;
+	font-weight: bold;
+	margin:9px auto 9px auto;
+}
+.projectsmainlayout p {
+	margin:0px auto;
+	padding-bottom:1em;
+	}
+
+.projectsmainlayout dl {
+	margin-right:20px;
+}
+
+.projectsmainlayout dt {
+	font-size:12px;
+	font-weight:bold;
+	color:#CC0000;
+	margin:12px 0px 1px 0px;
+	padding:0px;
+}
+
+.projectsmainlayout dd {
+	margin:0px 0px 3px 0px;
+}
+.projectsmainlayout dt a {
+	color:#CC0000;
+	text-decoration:none;
+	background-image:none;
+	padding-left:0px;
+}
+
+.projectsmainlayout dd a {
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/ico_linkarrow_blue.gif);
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding-left: 12px;
+	white-space:nowrap;
+}
+.projectsmainlayout hr {
+	margin:0px 0px 3px 0px;
+	border-top:1px dashed #d5d5d5;
+	color: #ffffff;
+	border-bottom:0px;
+	border-left:0px;
+	border-right:0px;
+	margin-bottom:6px;
+}
+
+.projectsmainlayout .projectsmaintextcol {
+	padding-right:30px;
+}
+
+
+.projectsmainlinkcol {
+	width:200px;
+}
+
+/* -----------------------  Base Single Column layout ---------------------------------- */
+
+
+.OneColumnContent {
+	margin: 0px 20px 15px 20px;
+}
+.OneColumnContent h1 {
+	font-size:14px;
+	font-weight: bold;
+}
+.OneColumnContent h2 {
+	font-size:13px;
+	font-weight: bold;
+}
+.OneColumnContent h3 {
+	font-size:12px;
+	font-weight: bold;
+}
+
+/* -----------------------  Project Two Column ---------------------------------- */
+
+
+.TwoColumnContent {
+	padding: 0px 25px 15px 200px;
+}
+
+.TwoColumnContent h1 {
+	font-size:14px;
+	font-weight: bold;
+}
+
+.TwoColumnContent h2 {
+	font-size:13px;
+	font-weight: bold;
+}
+.TwoColumnContent h3 {
+	font-size:12px;
+	font-weight: bold;
+}
+
+
+/* ------------------ Sub Navigation style ---------------------------------------- */
+
+.TwoColumnSubnav {
+	float:left;
+	padding: 0px 0px 15px 10px;
+	/*padding: 0px;*/
+	width: 175px;
+	/*margin: 0px 0px 0px 10px;*/
+}
+
+.TwoColumnSubnav dl {
+	background-color:#b9cae1;
+	margin-top: 0px;
+	margin-bottom:10px;
+}
+
+.TwoColumnSubnav dt {
+	background-color:#3b4e64;
+	padding:5px 0px;
+}
+
+.TwoColumnSubnav dt a {
+	color:#FFFFFF;
+	font-weight:bold;
+	text-decoration:none;
+	background-image:none;
+	margin-left:10px;
+}
+
+.TwoColumnSubnav dd {
+	margin-left:0px;
+	padding:3px 0px 5px 5px;
+}
+
+.TwoColumnSubnav dd a {
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/ico_linkarrow_blue.gif);
+	color: #233446;
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding-left: 12px;
+}
+
+.TwoColumnSubnav ul {
+	width: 155px;
+	list-style: none;
+	padding-left: 0px;
+	margin-left: 0px;
+	display: block;
+}
+
+.TwoColumnSubnav ul li {
+	list-style: none;
+	display: block;
+	padding: 5px 10px 2px 10px;
+	text-indent: -12px;
+}
+
+
+/* -------------------  Forms ------------------------------- */
+
+.adminforms {
+	margin:0px 20px 10px 20px;
+}
+
+.adminforms h4 {
+	font-weight:bold;
+	font-size:12px;
+	margin:20px auto 20px auto;
+	border-bottom:1px solid #e6e7e8;
+}
+
+.adminforms label{
+ 	float: left;
+	margin: 0px auto 3px auto;
+	padding-right:10px;
+	white-space:nowrap;
+}
+
+.adminforms input, textarea, select {
+	margin-bottom: 8px;
+}
+
+.adminforms .radios {
+	width: 14px;
+	margin-bottom: -1px;
+}
+.adminforms .selectnarrow {
+	width:80px;
+	margin-bottom: 8px;
+}
+.adminforms .selectmedium {
+	width:160px;
+	margin-bottom: 8px;
+}
+
+.adminforms br {
+	clear: both;
+}
+
+.adminforms hr {
+	border-top:1px dashed #d5d5d5;
+	border-bottom:0px;
+	color: #ffffff;
+	border-left:0px;
+	border-right:0px;
+}
+
+/* -------------------- Buttons ------------------------------ */
+
+.adminforms .submit {
+	font-size: 10px;
+	font-weight: bold;
+	color: #FFFFFF;
+	background-color: #4a5d75;
+	border-top: 1px solid #94aebd;
+	border-left: 1px solid #94aebd;
+	border-right: 1px solid #233345;
+	border-bottom: 1px solid #233345;
+	height:20px;
+}
+
+.formbuttons {
+	margin: 10px auto 15px auto;
+	padding-top: 5px;
+	border-top: 1px solid #4a5d75;
+}
+
+.formbuttons ul {
+	padding-left: 0px;
+	margin-left: 0px;
+	display: inline;
+}
+
+.formbuttons ul li {
+	list-style: none;
+	display: inline;
+	padding-right: 4px;
+}
+
+.formbuttons .submit {
+	font-size: 10px;
+	font-weight: bold;
+	color: #FFFFFF;
+	background-color: #4a5d75;
+	border-top: 1px solid #94aebd;
+	border-left: 1px solid #94aebd;
+	border-right: 1px solid #233345;
+	border-bottom: 1px solid #233345;
+	height:20px;
+}
+
+.singlecolumn .submit {
+ 	width:80px;
+}
+.singlecolumn label {
+	width: 170px;
+}
+
+.singlecolumn input, select {
+	width: 300px;
+}
+.adminforms .contentarrows ul {
+	padding-left: 0px;
+	margin-left: 0px;
+	display: block;
+}
+
+.adminforms .contentarrows ul li {
+	list-style: none;
+	display: block;
+	padding: 0px 16px 6px 16px;
+	margin-top: 30px;
+
+}
+.adminforms .contentarrows ul li.last {
+	margin-top: 0px;
+}
+
+#propertiesbox {
+	margin-top: 20px;
+	padding: 0px 10px 10px 10px;
+	background-color: #ececec;
+	border: 1px solid #d5d5d5;
+}
+
+/* -------------------- Info table Style --------------------------------------- */
+
+.basetablestyle, .bodyTable {
+	margin:0px;
+}
+
+.basetablestyle img {
+	border:0px;
+}
+
+.basetablestyle td {
+	height:3em;
+	padding-left: 6px;
+	padding-right: 30px;
+}
+
+.basetablestyle .header {
+	background-color: #233345;
+	font-size:10px;
+	font-weight:bold;
+	color:#94aebd;
+	text-align:left;
+}
+
+.basetablestyle .header a {
+	color:#94aebd;
+}
+
+.basetablestyle .tableheaderfirst {
+	border-bottom:1px solid #233345;
+	height:2em;
+}
+
+.basetablestyle .tableheader {
+	border-left:1px solid #94aebd;
+	border-bottom:1px solid #233345;
+	height:2em;
+}
+
+.basetablestyle .subheader {
+	background-color: #e6e7e8;
+	font-size:10px;
+	font-weight:bold;
+	color:#000000;
+	text-align:left;
+}
+
+.basetablestyle .subheader .tableheaderfirst {
+	height:2em;
+	border-bottom: 0px;
+}
+
+.basetablestyle .subheader .tableheader {
+	height:2em;
+	border-left:1px solid #e6e7e8;
+	border-bottom:0px;
+}
+
+
+
+
+.basetablestyle .rowlinefirst {
+	border-bottom:1px solid #e6e7e8;
+}
+
+.basetablestyle .rowline {
+	border-left:1px solid #e6e7e8;
+	border-bottom:1px solid #e6e7e8;
+}
+
+.basetablestyle .categoryRow {
+    background-color: #dcdedf;
+	font-weight:bold;
+	padding-left: 6px;
+}
+
+.basetablestyle .oddRow, .a {
+    background-color: #f4f3f3;
+	padding-left: 6px;
+}
+
+.basetablestyle .evenRow, .b {
+    background-color: #ffffff;
+}
+
+.basetablestyle .footerrow {
+	background-color:#656565;
+}
+
+.basetablestyle .bottomline {
+	border-bottom:1px solid #656565;
+}
+
+.basetablestyle .topline {
+	border-top:1px solid #656565;
+}
+
+/* ------------------------------------ Project Definitions -------------------------------------- */
+
+.deftable {
+	width: 100%;
+	text-align: left;
+	line-height: 150%;
+	margin-bottom:20px;
+}
+
+.deftable .term {
+	border-top: 1px dotted #cccccc;
+	vertical-align: top;
+	padding: 10px;
+	background-color: #f8f9fb;
+	color: #cc0000;
+	font-weight: bold;
+}
+
+.deftable .termFirst {
+	border-top: 1px dotted black;
+	vertical-align: top;
+	padding: 10px;
+	background-color: #f8f9fb;
+	color: #cc0000;
+	font-weight: bold;
+}
+
+.deftable .termLast {
+	border-top: 1px dotted #cccccc;
+	border-bottom: 1px dotted black;
+	vertical-align: top;
+	padding: 10px;
+	background-color: #f8f9fb;
+	color: #cc0000;
+	font-weight: bold;
+}
+.deftable .def {
+	border-top: 1px dotted #cccccc;
+	vertical-align: top;
+	padding: 10px;
+	color: #000000;
+}
+
+.deftable .defFirst {
+	border-top: 1px dotted black;
+	vertical-align: top;
+	padding: 10px;
+	color: #000000;
+}
+
+.deftable .defLast {
+	border-top: 1px dotted #cccccc;
+	border-bottom: 1px dotted black;
+	vertical-align: top;
+	padding: 10px;
+	color: #000000;
+}
+.deftable .def ul {
+	margin-left: 1em;
+	padding-left: 0px;
+	margin-top: 0px;
+	margin-bottom: 0px;
+}
+.deftable .def ol {
+	margin-top: 0px;
+	margin-bottom: 0px;
+}
+
+.standardLinkArrow {
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/ico_linkarrow_blue.gif);
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding: 2px 0px 2px 12px;
+	white-space:nowrap;
+}
+.standardLinkArrowLeft {
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/ico_linkarrow_left_blue.gif);
+	background-repeat: no-repeat;
+	background-position: 3px 3px;
+	padding: 2px 0px 2px 12px;
+	white-space:nowrap;
+}
+.standardFeedLink {
+	background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/ico_12x_feed.gif);
+	background-repeat: no-repeat;
+	background-position: 0px 3px;
+	padding: 2px 0px 2px 15px;
+	white-space:nowrap;
+}
+
+/* ------------  style for tabled blocks with backgrounds (main Resources page) -----  */
+
+.shadedblocktable {
+	background-color:#f4f3f3;
+	border-spacing: 20px;
+	border:1px solid #e6e7e8;
+}
+/* QUICKSTART BOX: From the project pages -----------------------------------------*/
+
+.QuickstartMargin { margin: 0px 0px 30px 30px; float: right; }
+#QuickStart { width: 225px; background-color:#e6e7e8; background-image:url(http://labs.jboss.com/file-access/default/theme/images/common/proj_QuickStart_header.gif); background-repeat:no-repeat; background-position: 15px 10px; border:1px solid #656565; }
+#QuickStart ul { padding: 5px 15px; margin-top: 30px; }
+#QuickStart ul li { border-bottom: 1px solid #656565; list-style: none; font: 11px Verdana, Helvetica, Arial, sans-serif; font-weight:bold; }
+#QuickStart ul li a { padding: 4px 0px 4px 8px; display: block; text-decoration: none; color: #656565;}
+#QuickStart ul li a:hover { background-color: #f4f3f3; color: #000000; }
+#QuickStart img { padding-bottom: 10px; }
+
+/* ----- Feed links  ------ */
+.FeedNav {
+	margin-top: 1em;
+	padding-top: .5em;
+	border-top: 1px solid #8c8f91;
+}
+
+.FeedNav ul {
+	padding-left: 0px;
+	margin-left: 0px;
+	display: inline;
+}
+
+.FeedNav li {
+	list-style: none;
+	display: inline;
+	padding-right: 6px;
+}
+/* --------------------  Login -------------------- */
+
+.logincontainer  {
+	border:1px solid #a1a1a1;
+	padding: 20px 20px 10px 20px;
+	margin: 30px auto 200px auto;
+	width:250px;
+}
+
+.logincontainer p {
+	margin: 3px auto;
+}
+.logincontainer h4 {
+	font-weight:normal;
+	font-size: 12px;
+	color:#343434;
+	margin: 0px auto 8px auto;
+}
+.failedlogin {
+	font-weight:bold;
+	font-size: 12px;
+	color:#cc0000;
+	padding-top: 20px;
+}
+
+.buttonMed {
+	font-size: 10px;
+	font-weight: bold;
+	color: #FFFFFF;
+	background-color: #4a5d75;
+	border-top: 1px solid #94aebd;
+	border-left: 1px solid #94aebd;
+	border-right: 1px solid #233345;
+	border-bottom: 1px solid #233345;
+	height: 20px;
+}
+/* ---------------------  Code quotation styles ----------------------------- */
+
+.codeQuoteInline {
+	font-family: "Courier New", Courier, monospace;
+	font-size: 10px;
+	padding: auto 6px;
+}
+
+.codeQuoteBlock {
+	background-color:#e6e7e8;
+	font-family: "Courier New", Courier, monospace;
+	font-size:10px;
+	padding:20px;
+	margin: 5px;
+	line-height:150%;
+}
+
+/*  ----------------- Podcast transcript styles  ----------------------------- */
+
+.podcast_transcript {
+  width: 100%;
+  border-collapse: collapse;
+}
+
+.podcast_transcript th {
+  vertical-align: top;
+  padding: 1ex;
+  border-bottom: 1px dotted #ccc;
+}
+
+.podcast_transcript td {
+  vertical-align: top;
+  padding: 1ex;
+  border-bottom: 1px dotted #ccc;
+  line-height: 1.6em;
+}
+.podcast_transcript .First {
+  border-top: 1px dotted #ccc;
+}
+
+.podcast_transcript .Last {
+  border-bottom: 1px dotted #ccc;
+}
+
+.podcast_transcript .interviewer {
+  background-color: #f9f9f9;
+}
+
+#podcastTranscriptContainer h2 {
+	padding-bottom: 3px;
+	padding-top:0px;
+	margin:0px;
+}
+
+#podcastTranscriptContainer h3 {
+	font-size:13px;
+	padding-bottom: 3px;
+	padding-top:0px;
+	margin:0px;
+}
+
+#podcastTranscriptContainer h4 {
+	font-size:11px;
+	font-weight:normal;
+	padding-top:0px;
+	padding-bottom:3px;
+	margin:0px;
+}
+
+
+/* -------------------------- Maven Specific Support ----------------------------------- */
+
+.section {
+  padding: 4px;
+}
+
+.section dl {
+  margin: 12px;
+}
+.section dt {
+  margin:0px;
+  font-weight: bold;
+}
+.section dd {
+	margin: 0px;
+	padding-top:2px;
+	padding-bottom: 8px;
+}
+
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 10px;
+  overflow:auto;
+  border: 1px solid gray;
+ }
+
+.bodyTable {
+	margin: 0px;
+	padding: 0px;
+	border-spacing: 0px;
+}
+
+.bodyTable img {
+	border:0px;
+}
+
+.bodyTable td {
+	height:3em;
+	padding-left: 6px;
+	padding-right: 30px;
+}
+
+.bodyTable th {
+	background-color: #233345;
+	font-size:10px;
+	font-weight:bold;
+	color:#94aebd;
+	text-align:left;
+	padding: 3px;
+}
+
+.bodyTable th a {
+	color:#94aebd;
+}
+
+.bodyTable .a {
+    background-color: #ffffff;
+}
+
+.bodyTable .a td {
+    padding-top: 6px;
+	padding-bottom: 6px;
+	border-bottom:1px solid #e6e7e8;
+}
+
+.bodyTable .b {
+    background-color: #f4f3f3;
+}
+
+.bodyTable .b  td {
+    padding-top: 6px;
+	padding-bottom: 6px;
+	border-bottom:1px solid #e6e7e8;
+}
+/* ---------------------------- Warning and Info Styles --------------------------------- */
+
+.messages_info {
+    margin:0 20px 12px -20px;
+    padding:15px;
+    background-color:#fef9e6;
+    border: 1px solid #f9ba82;
+    list-style:none;
+}
+
+.messages_warn {
+    margin:0 20px 12px -20px;
+    padding:15px;
+    background-color: #CC3333;
+    border: 1px solid #7B1E1E;
+    list-style: none;
+}
+
+/* --------------------   Rounded box styles (blue) ------------------------------------------ */
+/*
+.roundbox {
+  background: #4A5D75;
+}
+.roundboxtop {
+  background: url(/file-access/default/theme/images/common/boxcorner_ne.gif) no-repeat top right;
+}
+.roundboxtop div {
+  font-size: 0;
+  height: 10px;
+  background: url(/file-access/default/theme/images/common/boxcorner_nw.gif) no-repeat top left;
+}
+.roundboxbottom {
+  background: url(/file-access/default/theme/images/common/boxcorner_se.gif) no-repeat bottom right;
+}
+.roundboxbottom div {
+  font-size: 0;
+  height: 10px;
+  background: url(/file-access/default/theme/images/common/boxcorner_sw.gif) no-repeat bottom left;
+}
+.roundboxcontent {
+  padding: 0px 10px 0px 10px;
+}
+*/
\ No newline at end of file

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,112 @@
+/*Projects Request Center Admin CSS*/
+
+
+.body {
+	padding: 20px;
+}
+
+
+.name {
+	vertical-align: top;
+	font-weight: bold;
+	width: 115px;
+	float: left;
+	padding: 5px;
+	margin-top: 3px;
+	clear: left;
+}
+.value {
+	float: left;
+	padding: 5px;
+}
+
+.error {
+	float: left;
+	padding: 5px;
+}
+.errors {
+	color: red;
+	vertical-align: middle;
+}
+img.errors {
+	padding-right: 5px;
+}
+.errors input {
+	border: 1px solid red;
+}
+.errors textarea {
+	border: 1px solid red;
+}
+
+.required {
+	color: red;
+	padding-left: 2px;
+}
+
+
+
+
+#welcome-logout {
+	font-size:10px;
+	float:right;
+	display:block;
+	margin:-20px 25px 0 0;
+	font-weight:bold;
+}
+
+#welcome-logout a{
+	padding-left:23px;
+}
+
+
+.submit {
+	background-color:#4A5D75;
+	border-color:#94AEBD rgb(35, 51, 69) rgb(35, 51, 69) rgb(148, 174, 189);
+	border-style:solid;
+	border-width:1px;
+	color:#FFFFFF;
+	font-size:10px;
+	font-weight:bold;
+	height:20px;
+}
+
+
+#edit_project_menu {
+	float:left;
+	border: 1px solid #94aebd;
+	background-color: #e1eef4;
+	width:130px;
+	margin:12px 13px 0px -7px;
+}
+
+#edit_project_menu ul {
+	padding:10px;
+	margin:0px 0px 0px 10px;
+}
+
+#edit_project_menu li {
+	padding:3px 0px 3px 0px;
+}
+#edit_project_menu .active a{
+	color:#CC3300;
+}
+
+#edit_projedt_form {
+	float:right;
+	padding-left: 10px;
+}
+#edit_project_form .formbuttons	{
+	margin:5px -4px 3px 138px;
+}
+
+#project_colsole_navigation {
+	list-style:none;
+	padding:0px 0px 20px 0px;
+}
+#project_colsole_navigation li{
+	float:left;
+	padding-right:10px;
+}
+.active {
+	color:#CC3300;
+}

Added: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.old.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.old.css	                        (rev 0)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/new/stylesheet/theme.old.css	2008-07-14 14:32:42 UTC (rev 21026)
@@ -0,0 +1,113 @@
+body {
+	font-size: 12px;
+}
+
+a:active, a:link, a:visited {
+	color: #0D5798;    
+}
+a:hover {
+	color: #8CAFCD;
+}
+
+input, textarea {
+	border: 1px solid #BBBBBB;
+	font-size: 10px;
+	background: #F0F8FF;
+	color: black;
+}
+
+input[type='submit'], input[type='button'] {
+	background: #4477AA;
+	color: white;
+	margin: 5px;
+	border-color: gray;
+}
+
+.tableControl, .actionButtons {
+	width: 100%;
+}
+
+.tableControl a {
+	padding-left: 10px;
+}
+
+.tableControl {
+	text-align: right;
+}
+
+.footer {
+	text-align: center;
+	font-size: 10px;
+}
+
+.rich-table {
+    width:100%;
+}
+
+h1 {
+	font-family: Arial,sans-serif;
+	color: #578BB8;
+	font-size: 1.6em;
+	margin-top: 0;
+}
+
+body {
+	margin: 0px;
+	font-family: Arial,sans-serif;
+	color: #616161;
+}
+
+.body {
+	padding: 30px;
+}
+
+.columnHeader:hover
+{
+    color: #FF6600;
+}
+
+.message {
+	border: 1px solid #FFCC00;
+	padding: 5px;
+	margin-top: 5px;
+	margin-bottom: 5px;
+	background-color: #F0F8FF;
+	font-size: 12px;
+}
+
+.name {
+	vertical-align: top;
+	font-weight: bold;
+	width: 115px;
+	float: left;
+	padding: 5px;
+	margin-top: 3px;
+	clear: left;
+}
+.value {
+	float: left;
+	padding: 5px;
+}
+
+.error {
+	float: left;
+	padding: 5px;
+}
+.errors {
+	color: red;
+	vertical-align: middle;
+}
+img.errors {
+	padding-right: 5px;
+}
+.errors input {
+	border: 1px solid red;
+}
+.errors textarea {
+	border: 1px solid red;
+}
+
+.required {
+	color: red;
+	padding-left: 2px;
+}




More information about the jboss-svn-commits mailing list