dpillot     2005/10/27 16:53:32 CEST

  Modified files:
    core/src/webapp/jsp/jahia/administration menu.jsp 
  Log:
  cosmetic white version
  
  Revision  Changes    Path
  1.10      +9 -3      jahia/core/src/webapp/jsp/jahia/administration/menu.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/administration/menu.jsp.diff?r1=1.9&r2=1.10&f=h
  
  
  
  Index: menu.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/administration/menu.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- menu.jsp  26 Oct 2005 13:28:03 -0000      1.9
  +++ menu.jsp  27 Oct 2005 14:53:32 -0000      1.10
  @@ -100,7 +100,7 @@
   
   
   .adminmenu{
  -   background-color: #336699;
  +   background-color: #fff;
      }
   
   
  @@ -125,7 +125,13 @@
   
   .jahia_label { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; color: #398ec3;}
   
  +.adminheader{
  +background-color: #fff;
  +border-bottom-color: #000;
  +border-bottom-width: 1px;
  +border-bottom-style: solid;
   
  +}
   
   </style>
   </head>
  @@ -141,7 +147,7 @@
           <table cellpadding="0" cellspacing="0" width="530" border="0">
           <tr>
               <td bgcolor="#ffffff">
  -                <table width="100%" height="63" border="0" cellspacing="0" 
cellpadding="3">
  +                <table class="adminheader" width="100%" height="63" 
border="0" cellspacing="0" cellpadding="3">
                   <tr>
                       <td width="126" height="63"><img 
src="<jahia:serverHttpPath/><jahia:engineResourceBundle 
resourceName="org.jahia.header.image"/>" width="126" height="63" 
alt="jahia"></td>
                       <td width="100%" height="63"><img 
src="<jahia:serverHttpPath/><jahia:engineResourceBundle 
resourceName="org.jahia.headerBg.image"/>" width="100%" height="63" alt=""></td>
  @@ -212,7 +218,7 @@
   </table>
   <br>&nbsp;
   
  -<table class="install" cellpadding="2" cellspacing="0" border="0" 
width="530">
  +<table class="adminmenu" cellpadding="2" cellspacing="0" border="0" 
width="530">
   <tr>
   
       <td width="530" align="center">
  

Reply via email to