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

Owen Leonard oleonard at users.sourceforge.net
Tue Jul 5 22:09:44 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	intranet.css 
Log Message:
New styles to go with updates from default template

Index: intranet.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -C2 -r1.5.2.10 -r1.5.2.11
*** intranet.css	9 Jun 2005 21:20:53 -0000	1.5.2.10
--- intranet.css	5 Jul 2005 20:09:41 -0000	1.5.2.11
***************
*** 414,433 ****
  }
  
  div.tabitem ul li {
! 	margin-left: 0;
! 	margin-bottom: 0;
! 	padding: 2px 15px 5px;
! 	border: 1px solid #000;
! 	list-style: none;
! 	display: inline;
! 	}
! 	
! 		
! div.tabitem ul li.here {
! 	border-bottom: 1px solid #ffc;
  	list-style: none;
  	display: inline;
  	}
  
  fieldset {
  	border : 0;
--- 414,446 ----
  }
  
+ div.tabitem ul {
+ 	margin : 0;
+ 	padding : 0;
+ }
+ 
  div.tabitem ul li {
! 	font-size : 80%;
! 	margin : 0 2px 0 0;
! 	border-right: 1px solid #999900;
! 	padding : 3px 0;
  	list-style: none;
  	display: inline;
  	}
  
+ div.tabitem li a {
+ 	background-color : #E7E7CA;
+ 	font-weight : bold;
+ 	padding : 3px 3px;
+ 	text-decoration : none;
+ }
+ 
+ div.tabitem li a.here {
+ 	background-color : #D8DEB8;
+ }
+ 
+ div.tabitem li a:hover {
+ 	background-color : #FFFFCC;
+ }
+ 
  fieldset {
  	border : 0;
***************
*** 565,568 ****
--- 578,588 ----
  }
  
+ tr th[scope=row], tr.highlight th[scope=row]{
+ 	font-family : Arial, Geneva, Helvetica, sans-serif;
+ 	font-size : 70%;
+ 	font-weight : normal;
+ 	padding : 0;
+ }
+ 
  th:last-child {
  	background-color : #D8DEB8;





More information about the Koha-cvs mailing list