[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.8,1.9

Owen Leonard oleonard at users.sourceforge.net
Tue Feb 8 21:25:50 CET 2005


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

Modified Files:
	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.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** intranet.css	7 Feb 2005 19:19:56 -0000	1.8
--- intranet.css	8 Feb 2005 20:25:29 -0000	1.9
***************
*** 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;
  }





More information about the Koha-cvs mailing list