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 marc-ed


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes marc-editor.css,1.4,1.5 marc-top.inc,1.7,1.8
Date: Tue, 13 Jul 2004 05:56:24 -0700

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

Modified Files:
        marc-editor.css marc-top.inc 
Log Message:
minor css changes.
better compatibility with Internet Explorer

Index: marc-editor.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** marc-editor.css     3 Jun 2004 10:21:37 -0000       1.4
--- marc-editor.css     13 Jul 2004 12:56:21 -0000      1.5
***************
*** 23,27 ****
  div.tabs a {
        display:block;
!       font-size: small;
        background-color: #ad11ad;
        color: #FFFFFF;
--- 23,27 ----
  div.tabs a {
        display:block;
!       font-size: 9px;
        background-color: #ad11ad;
        color: #FFFFFF;
***************
*** 37,41 ****
        visibility:hidden;
        position:absolute;
!       margin-left:70px;
        margin-top:110px;
  }
--- 37,41 ----
        visibility:hidden;
        position:absolute;
!       margin-left:80px;
        margin-top:110px;
  }

Index: marc-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-top.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** marc-top.inc        22 Jun 2004 18:50:27 -0000      1.7
--- marc-top.inc        13 Jul 2004 12:56:21 -0000      1.8
***************
*** 65,84 ****
      <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to 
Koha</p>
  <!-- /TMPL_IF -->
- <a href="
- javascript:(
-   function(){
-      var newSS;
-      newSS=document.getElementById('codepoetry-debug-stylesheet');
-      if(newSS){
-         newSS.href=null;
-         document.documentElement.childNodes[0].removeChild(newSS);
-       } else {
-         newSS=document.createElement('link');
-         newSS.rel='stylesheet';
-         newSS.type='text/css';
-         newSS.href='http://www.codepoetry.net/stuff/css-debug-2.css';
-         newSS.id='codepoetry-debug-stylesheet';
-         document.documentElement.childNodes[0].appendChild(newSS);
-       }
-    }
- )()">TOGGLE CSS</a>
\ No newline at end of file
--- 65,66 ----




reply via email to

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