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 bull-to


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes bull-top.inc,1.1,1.2 common-style.css,1.24,1.25 help-top.inc,1.3,1.4 onlinehelp.css,1.1,1.2 popup-top.inc,1.2,1.3
Date: Thu, 05 Aug 2004 09:36:53 -0700

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

Modified Files:
        bull-top.inc common-style.css help-top.inc onlinehelp.css 
        popup-top.inc 
Log Message:
minor CSS changes

Index: bull-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/bull-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** bull-top.inc        30 Jul 2004 14:19:19 -0000      1.1
--- bull-top.inc        5 Aug 2004 16:36:50 -0000       1.2
***************
*** 3,7 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Reports</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
--- 3,7 ----
  <html>
  <head>
! <title>KOHA: INTRANET: Serials management</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
***************
*** 41,56 ****
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
!       &nbsp&nbsp&nbsp&nbsp&nbsp
!       &nbsp&nbsp&nbsp&nbsp&nbsp
!       &nbsp&nbsp
!       &nbsp&nbsp&nbsp&nbsp&nbsp
!       &nbsp&nbsp&nbsp&nbsp&nbsp
!       &nbsp&nbsp
!       &nbsp&nbsp&nbsp&nbsp&nbsp
!       &nbsp&nbsp&nbsp&nbsp&nbsp
! 
! 
!       
!       <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>    <a 
class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return 
false;">Help</a>
  </div>
  <div id="submenu">
--- 41,46 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
!       <a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>
!       <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); 
return false;">Help</a>
  </div>
  <div id="submenu">

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** common-style.css    30 Jul 2004 14:21:48 -0000      1.24
--- common-style.css    5 Aug 2004 16:36:50 -0000       1.25
***************
*** 79,82 ****
--- 79,85 ----
        float:center;
  }
+ table.small {
+       width:auto;
+ }
  
  /* header */
***************
*** 98,101 ****
--- 101,105 ----
        padding:0px;
  }
+ 
  /* standard cell */
  td {

Index: help-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** help-top.inc        22 Jun 2004 08:40:22 -0000      1.3
--- help-top.inc        5 Aug 2004 16:36:50 -0000       1.4
***************
*** 6,10 ****
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/onlinehelp.css">
  <body>
  <div id="mainbloc">
--- 6,10 ----
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <body>
  <div id="mainbloc">

Index: onlinehelp.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** onlinehelp.css      22 Jun 2004 08:40:22 -0000      1.1
--- onlinehelp.css      5 Aug 2004 16:36:50 -0000       1.2
***************
*** 23,30 ****
        text-align: center;
        font: 1.2em sans-serif;
!       padding: 3px;
!       margin:5px;
        display:inline;
!       height:2em;
        border-style: solid;
        border-width: 1px;
--- 23,30 ----
        text-align: center;
        font: 1.2em sans-serif;
!       padding: 0px 5px 0px 5px;
!       margin:2px;
        display:inline;
!       position:static;
        border-style: solid;
        border-width: 1px;
***************
*** 34,39 ****
        border-radius: 6px;
        cursor:pointer;
        -moz-border-radius: 6px;
!       background-color:#99CC33;
  }
  
--- 34,41 ----
        border-radius: 6px;
        cursor:pointer;
+       vertical-align:middle;
        -moz-border-radius: 6px;
!       background-color:#F00000;
!       
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
  }
  

Index: popup-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/popup-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** popup-top.inc       18 Jun 2004 20:49:54 -0000      1.2
--- popup-top.inc       5 Aug 2004 16:36:50 -0000       1.3
***************
*** 5,24 ****
  <title>popup</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
! <style type="text/css">
! .authority {
!       background-color: #6b7cbe;
!       color:#FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       background-image:none;
!       }
! a.authority:hover {
!       background-color: #6b7cbe;
!       color: #FFFFFF;
!       text-decoration: normal;
!       font-weight: bold;
!       }
! </style>
  </head>
  
--- 5,11 ----
  <title>popup</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
! 
  </head>
  




reply via email to

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