You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2003/01/01 20:37:53 UTC

cvs commit: xml-forrest/src/resources/forrestbar/content/forrestbar forrestbar.css forrestbarOverlay.xul

nicolaken    2003/01/01 11:37:53

  Modified:    src/resources/forrestbar/content/forrestbar forrestbar.css
                        forrestbarOverlay.xul
  Log:
  Fixed some links, font sizes and spacing.
  
  Revision  Changes    Path
  1.7       +5 -13     xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css
  
  Index: forrestbar.css
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- forrestbar.css	24 Dec 2002 19:03:07 -0000	1.6
  +++ forrestbar.css	1 Jan 2003 19:37:53 -0000	1.7
  @@ -1,31 +1,23 @@
   *.forrestbar {
   	font-family: tahoma,verdana;
  -	font-size: 10px;
  -	padding: 0px;
  -	margin: 0px;
  +	font-size: 11px;
  +    padding: 1px 0px 1px 6px;
  +    margin: 0px 1px 0px 1px;
   }
   
  -text.forrestbar {
  -	margin: 0px 3px 0px 3px;
  -	font-size: 12px;
  -}
   
   textbox.forrestbar {
  -	font-size: 12px;
  +	font-size: 11px;
   	padding: 2px;
   }
   
   image.forrestbar {
   	border: 0px;
  -	margin: 0px 0px 0px 3px;
  +	margin: 0px 0px 0px 0px;
   }
   
   image#forrestbar-logo {
    	list-style-image: url("images/apache.gif");
  -}
  -
  -.forrestbar {
  -	 padding: 1px 0px 1px 10px;
   }
   
   
  
  
  
  1.6       +6 -6      xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.xul
  
  Index: forrestbarOverlay.xul
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.xul,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrestbarOverlay.xul	24 Dec 2002 19:03:07 -0000	1.5
  +++ forrestbarOverlay.xul	1 Jan 2003 19:37:53 -0000	1.6
  @@ -19,7 +19,7 @@
      <textbox class="forrestbar" id="forrestbar-input" onselect="search('forrestbar-input');" hidden="false"/>
      <toolbarbutton class="forrestbar" id="forrestbar-search" label="Search" onclick="search('forrestbar-input');" hidden="false"/>
   
  -   <toolbarbutton label="Projects" type="menu" id="forrestbar-projects" hidden="false">
  +   <toolbarbutton class="forrestbar" label="Projects" type="menu" id="forrestbar-projects" hidden="false">
       <menupopup>
         <menuitem label="Conferences" onclick="navigate('http://www.apache.org/foundation/conferences.html');" />
         <menuitem label="Foundation" onclick="navigate('http://www.apache.org/foundation/');" />
  @@ -69,11 +69,11 @@
      <toolbarbutton class="forrestbar" id="forrestbar-download" label="Downloads" onclick="navigate('http://nagoya.apache.org/dist/');" hidden="false"/>
      <toolbarbutton class="forrestbar" id="forrestbar-code"     label="Code"  onclick="navigate('http://cvs.apache.org/viewcvs/');" hidden="false"/>
   
  -   <toolbarbutton label="Tools" id="forrestbar-tools" hidden="false" type="menu">
  +   <toolbarbutton class="forrestbar" label="Tools" id="forrestbar-tools" hidden="false" type="menu">
       <menupopup>
  -      <menuitem label="Home" onclick="navigate('http://jakarta.apache.org/gump/');" />
  +      <menuitem label="Home" onclick="navigate('http://nagoya.apache.org/');" />
         <menuseparator/>      
  -      <menuitem label="Bugzilla" onclick="navigate('http://cvs.apache.org/builds/gump/latest/');" />
  +      <menuitem label="Bugzilla" onclick="navigate('http://nagoya.apache.org/bugzilla/index.html');" />
         <menuitem label="Wiki" onclick="navigate('http://nagoya.apache.org/wiki/apachewiki.cgi');" />
         <menuitem label="Mail archive" onclick="navigate('http://nagoya.apache.org/eyebrowse/ViewLists');" />
       </menupopup>
  @@ -81,9 +81,9 @@
   
      <toolbarbutton class="forrestbar" id="forrestbar-local-forrest"   label="Local Forrest"   onclick="navigate('http://127.0.0.1:8888/');" hidden="false"/>
   
  -   <toolbarbutton id="forrestbar-gump-nightly"   label="Gump"  hidden="false" type="menu">
  +   <toolbarbutton class="forrestbar" id="forrestbar-gump-nightly"   label="Gump"  hidden="false" type="menu">
       <menupopup>
  -      <menuitem label="Home" onclick="navigate('http://nagoya.apache.org/');" />
  +      <menuitem label="Home" onclick="navigate('http://jakarta.apache.org/gump/');" />
         <menuseparator/>      
         <menuitem label="Javadocs" onclick="navigate('http://nagoya.apache.org/~rubys/gump/javadoc.html');" />
         <menuitem label="Binaries" onclick="navigate('http://gump.covalent.net/jars/');" />