koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.11,1.12 reports-top.inc,1.16,1.17
Date: Tue, 30 Mar 2004 08:09:53 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27124/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        common-style.css reports-top.inc 
Log Message:
css'ing (continued)

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** common-style.css    24 Mar 2004 10:46:04 -0000      1.11
--- common-style.css    30 Mar 2004 16:09:36 -0000      1.12
***************
*** 20,23 ****
--- 20,27 ----
        
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
  }
+ th {
+       
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
+       text-align: center;
+ }
  
  /* TABLES */
***************
*** 50,57 ****
  /* hilighted cell */
  td.hilighted {
-       font-size:10pt;
        border-left:0px;
        background-color:#ffffcc;
  }
  
  h1 {
--- 54,71 ----
  /* hilighted cell */
  td.hilighted {
        border-left:0px;
        background-color:#ffffcc;
  }
+ /* cells that are numbers => aligned right */
+ td.number {
+       border-left:0px;
+       text-align:right;
+ }
+ /* hilighted cell */
+ td.numberhilighted {
+       border-left:0px;
+       background-color:#ffffcc;
+       text-align:right;
+ }
  
  h1 {

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** reports-top.inc     24 Mar 2004 10:46:04 -0000      1.16
--- reports-top.inc     30 Mar 2004 16:09:36 -0000      1.17
***************
*** 7,12 ****
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
--- 7,11 ----
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
! <body>
  
  <style>
***************
*** 28,72 ****
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
!                                       </td>
!                                       <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
!                                       </td>
!                                       <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                                       <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">About</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
! </tr>
! </table>
  <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
--- 27,45 ----
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
!       <span class="koha">KOHA</span>
!       <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
!       <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!       <a class="members" 
href="/cgi-bin/koha/members/members-home.pl">Members</a>
!       <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
!       <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
!       <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
!       <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!       <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
! <div id="submenu">
!       <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
!       <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" 
class="submenu">Itemtypes</a>
! </div>
  <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]