[jboss-svn-commits] JBL Code SVN: r21040 - in labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp: stylesheet and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 15 11:41:26 EDT 2008


Author: wrzep
Date: 2008-07-15 11:41:26 -0400 (Tue, 15 Jul 2008)
New Revision: 21040

Modified:
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/layout/template.xhtml
   labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/stylesheet/theme.css
Log:
JBLAB-904 L&F


Modified: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/layout/template.xhtml
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/layout/template.xhtml	2008-07-15 15:35:39 UTC (rev 21039)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/layout/template.xhtml	2008-07-15 15:41:26 UTC (rev 21040)
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+<!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"
@@ -9,25 +9,32 @@
     <ui:insert name="head">
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
         <title>Admin</title>
+        <link href="/admin/stylesheet/console-style.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/stylesheet/form-style.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/stylesheet/org_layout.css" rel="stylesheet" type="text/css" />
+        <link href="/admin/stylesheet/org_main.css" rel="stylesheet" type="text/css" />
         <link href="/admin/stylesheet/theme.css" rel="stylesheet" type="text/css" />
     </ui:insert>
 </head>
 
 <body>
-    <ui:include src="menu.xhtml">
-        <ui:param name="projectName" value="admin"/>
-    </ui:include>
+    <div id="container">
 
-	<div class="body">
-        <ui:include src="breadcrumbs.xhtml"/>
-        <h:messages styleClass="message"/>
-        <ui:insert name="body"/>
-	</div>
+        <ui:include src="org_header.xhtml"/>
 
-	<div class="footer">
-		Powered by <a href="http://jboss.com/products/seam">Seam</a>.
-		Generated by seam-gen.
-	</div>
+        <div id="contentcontainer"><div id="ORGContent">
+            <ui:include src="header.xhtml"/>
+            <div class="body">
+                <div id="orghomemaximized">
+                    <h:messages styleClass="message"/>
+                    <ui:insert name="body"/>
+                </div>
+            </div>
+            <div class="footer">
+                Powered by <a href="http://seamframework.org">Seam Framework</a>.
+            </div>
+        </div></div>
 
+    </div>
 </body>
 </html>

Modified: labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/stylesheet/theme.css
===================================================================
--- labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/stylesheet/theme.css	2008-07-15 15:35:39 UTC (rev 21039)
+++ labs/jbosslabs/labs-3.0-build/views/admin/src/main/webapp/stylesheet/theme.css	2008-07-15 15:41:26 UTC (rev 21040)
@@ -1,80 +1,11 @@
-body {
-	font-size: 12px;
-}
+/*Projects Request Center Admin CSS*/
 
-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;
+	padding: 20px;
 }
 
-.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;
@@ -111,3 +42,71 @@
 	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;
+}




More information about the jboss-svn-commits mailing list