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/npl/en/includes intranet.cs


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.3,1.5.2.4
Date: Tue, 08 Feb 2005 12:24:08 -0800

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

Modified Files:
      Tag: rel_2_2
        intranet.css 
Log Message:
Adding new style for another different data-table

Index: intranet.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -C2 -r1.5.2.3 -r1.5.2.4
*** intranet.css        7 Feb 2005 19:16:01 -0000       1.5.2.3
--- intranet.css        8 Feb 2005 20:23:37 -0000       1.5.2.4
***************
*** 1031,1036 ****
  }
  
! 
! div.data table {
        background-color: #D8DeB8;
        border-collapse: collapse;
--- 1031,1035 ----
  }
  
! div.data table, div.data-main table {
        background-color: #D8DeB8;
        border-collapse: collapse;
***************
*** 1043,1047 ****
  }
  
! div.data table td {
        border-right : 1px solid #CCCC99;
        border-bottom : 1px solid #CCCC99;
--- 1042,1050 ----
  }
  
! div.data-main table caption {
!       font-size : 1.1em;
! }
! 
! div.data table td, div.data-main table td {
        border-right : 1px solid #CCCC99;
        border-bottom : 1px solid #CCCC99;
***************
*** 1053,1057 ****
  }
  
! div.data table th {
        border-left : 1px solid #999933;
        border-right : 1px solid #CCCC99;
--- 1056,1064 ----
  }
  
! div.data-main table td {
!       background-color : #FFFFE1;
! }
! 
! div.data table th, div.data-main table th  {
        border-left : 1px solid #999933;
        border-right : 1px solid #CCCC99;
***************
*** 1066,1075 ****
  }
  
! div.data table th[scope=col] {
        text-align: center;
        border-left : 0;
  }
  
! div.data table col {
        background-color : #CCCCCC;
  }
--- 1073,1086 ----
  }
  
! div.data-main table th {
!       background-color : #EFF1D8;
! }
! 
! div.data table th[scope=col], div.data-main table th[scope=col] {
        text-align: center;
        border-left : 0;
  }
  
! div.data table col, div.data-main table col {
        background-color : #CCCCCC;
  }




reply via email to

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