[rhmessaging-commits] rhmessaging commits: r1323 - in mgmt/cumin: resources and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Nov 16 12:50:30 EST 2007


Author: justi9
Date: 2007-11-16 12:50:29 -0500 (Fri, 16 Nov 2007)
New Revision: 1323

Added:
   mgmt/cumin/resources/add-20.png
   mgmt/cumin/resources/add-36.png
   mgmt/cumin/resources/cancel-20.png
   mgmt/cumin/resources/cancel-36.png
   mgmt/cumin/resources/error-20.png
   mgmt/cumin/resources/error-36.png
   mgmt/cumin/resources/favicon.ico
   mgmt/cumin/resources/help-20.png
   mgmt/cumin/resources/help-36.png
   mgmt/cumin/resources/notice-20.png
   mgmt/cumin/resources/notice-36.png
   mgmt/cumin/resources/remove-20.png
   mgmt/cumin/resources/remove-36.png
   mgmt/cumin/resources/rhm-32x14.png
   mgmt/cumin/resources/rhm-36.png
   mgmt/cumin/resources/submit-20.png
   mgmt/cumin/resources/submit-36.png
   mgmt/cumin/resources/warning-20.png
   mgmt/cumin/resources/warning-36.png
Modified:
   mgmt/cumin/python/cumin/page.strings
Log:
Adds some of the new graphics from mlanglie.

Uses the new logo graphics in the nav and top page.  Adjusts the "Red
Hat purple" to match his graphics.



Modified: mgmt/cumin/python/cumin/page.strings
===================================================================
--- mgmt/cumin/python/cumin/page.strings	2007-11-15 22:14:50 UTC (rev 1322)
+++ mgmt/cumin/python/cumin/page.strings	2007-11-16 17:50:29 UTC (rev 1323)
@@ -51,12 +51,10 @@
 
 #head {
   padding: 0.4em 0.75em 0.2em 0.75em;
+  background-color: #685b8a;
+  /* background-color: #564979; */
 }
 
-#head {
-  background-color: #564979;
-}
-
 #body {
   padding: 1em;
 }
@@ -321,7 +319,8 @@
 form.mform .head {
   font-weight: bold;
   color: white;
-  background-color: #564979;
+  background-color: #685b8a;
+  /* background-color: #564979; */
 }
 
 form.mform .head h1 {
@@ -504,7 +503,8 @@
 }
 
 .BrokerClusterBrowser.groups h2 {
-  color: #564979;
+  color: #685b8a;
+  /* color: #564979; */
   font-size: 0.9em;
   border-bottom: 1px dotted #ddd;
   width: 80%;
@@ -607,6 +607,7 @@
   <head>
     <title>{title}</title>
     <link rel="stylesheet" type="text/css" href="cumin.css"/>
+    <link rel="shortcut icon" href="resource?name=favicon.ico" type="image/x-icon"/>
     <!-- XXX import this via cumin.js instead -->
     <script src="resource?name=wooly.js"> </script>
     <script src="cumin.js"> </script>
@@ -618,7 +619,7 @@
         <li><a class="nav" href="">Log Out</a></li>
       </ul>
 
-      <a id="logo" href="{href}"><img src="resource?name=logo.png"/></a>
+      <a id="logo" href="{href}"><img src="resource?name=rhm-32x14.png"/></a>
       <ul id="context">{frames}</ul>
     </div>
     <div id="body">{mode}</div>
@@ -632,7 +633,10 @@
 
 [MainView.html]
 <div class="oblock">
-  <h1>{title}</h1>
+  <h1>
+    <img src="resource?name=rhm-36.png"/>
+    {title}
+  </h1>
 
   <ul class="TabSet tabs">{tabs}</ul>
   <div class="TabSet mode">{mode}</div>

Added: mgmt/cumin/resources/add-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/add-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/add-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/add-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/cancel-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/cancel-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/cancel-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/cancel-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/error-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/error-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/error-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/error-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/favicon.ico
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/help-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/help-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/help-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/help-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/notice-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/notice-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/notice-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/notice-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/remove-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/remove-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/remove-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/remove-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/rhm-32x14.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/rhm-32x14.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/rhm-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/rhm-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/submit-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/submit-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/submit-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/submit-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/warning-20.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/warning-20.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mgmt/cumin/resources/warning-36.png
===================================================================
(Binary files differ)


Property changes on: mgmt/cumin/resources/warning-36.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the rhmessaging-commits mailing list